org.codehaus.xfire.jaxb2
Class AttachmentUnmarshaller

java.lang.Object
  extended by javax.xml.bind.attachment.AttachmentUnmarshaller
      extended by org.codehaus.xfire.jaxb2.AttachmentUnmarshaller

public class AttachmentUnmarshaller
extends javax.xml.bind.attachment.AttachmentUnmarshaller


Constructor Summary
AttachmentUnmarshaller(MessageContext context)
           
 
Method Summary
static void copy(java.io.InputStream input, java.io.OutputStream output)
           
 byte[] getAttachmentAsByteArray(java.lang.String cid)
           
 DataHandler getAttachmentAsDataHandler(java.lang.String cid)
           
 boolean isXOPPackage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentUnmarshaller

public AttachmentUnmarshaller(MessageContext context)
Method Detail

getAttachmentAsByteArray

public byte[] getAttachmentAsByteArray(java.lang.String cid)

copy

public static void copy(java.io.InputStream input,
                        java.io.OutputStream output)
                 throws java.io.IOException
Throws:
java.io.IOException

getAttachmentAsDataHandler

public DataHandler getAttachmentAsDataHandler(java.lang.String cid)

isXOPPackage

public boolean isXOPPackage()


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.