org.apache.axis2.datasource.jaxb
Class JAXBAttachmentUnmarshaller

java.lang.Object
  extended by javax.xml.bind.attachment.AttachmentUnmarshaller
      extended by org.apache.axis2.datasource.jaxb.AbstractJAXBAttachmentUnmarshaller
          extended by org.apache.axis2.datasource.jaxb.JAXBAttachmentUnmarshaller

public class JAXBAttachmentUnmarshaller
extends AbstractJAXBAttachmentUnmarshaller

JAXBAttachmentUnmarshaller

An implementation of the javax.xml.bind.attachment.AttachmentUnmarshaller that is used for deserializing XOP elements into their corresponding binary data packages.


Constructor Summary
JAXBAttachmentUnmarshaller(org.apache.axiom.util.stax.xop.MimePartProvider mimePartProvider, MessageContext msgContext)
           
 
Method Summary
protected  DataHandler getDataHandlerForSwA(String blobcid)
           
 
Methods inherited from class org.apache.axis2.datasource.jaxb.AbstractJAXBAttachmentUnmarshaller
getAttachmentAsByteArray, getAttachmentAsDataHandler, isXOPPackage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAXBAttachmentUnmarshaller

public JAXBAttachmentUnmarshaller(org.apache.axiom.util.stax.xop.MimePartProvider mimePartProvider,
                                  MessageContext msgContext)
Method Detail

getDataHandlerForSwA

protected DataHandler getDataHandlerForSwA(String blobcid)
Specified by:
getDataHandlerForSwA in class AbstractJAXBAttachmentUnmarshaller


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.