Uses of Interface
org.apache.axis2.datasource.jaxb.AttachmentContext
-
Packages that use AttachmentContext Package Description org.apache.axis2.datasource.jaxb org.apache.axis2.jaxws.message.attachments org.apache.axis2.jaxws.message.databinding -
-
Uses of AttachmentContext in org.apache.axis2.datasource.jaxb
Classes in org.apache.axis2.datasource.jaxb that implement AttachmentContext Modifier and Type Class Description class
MessageContextAttachmentContext
An implementation of the JAXB AttachmentMarshaller that is used to handle binary data from JAXB and create populate the appropriate constructs on the MessageContextMethods in org.apache.axis2.datasource.jaxb that return AttachmentContext Modifier and Type Method Description protected AttachmentContext
JAXBDSContext. createAttachmentContext()
Constructors in org.apache.axis2.datasource.jaxb with parameters of type AttachmentContext Constructor Description JAXBAttachmentMarshaller(AttachmentContext context, XMLStreamWriter writer)
Construct the JAXBAttachmentMarshaller that has access to the MessageContextJAXBAttachmentUnmarshaller(AttachmentContext context, OMAttachmentAccessor attachmentAccessor)
-
Uses of AttachmentContext in org.apache.axis2.jaxws.message.attachments
Classes in org.apache.axis2.jaxws.message.attachments that implement AttachmentContext Modifier and Type Class Description class
MessageAttachmentContext
-
Uses of AttachmentContext in org.apache.axis2.jaxws.message.databinding
Methods in org.apache.axis2.jaxws.message.databinding that return AttachmentContext Modifier and Type Method Description protected AttachmentContext
JAXBBlockContext. createAttachmentContext()
-