|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.datasource.jaxb.JAXBDSContext
org.apache.axis2.jaxws.message.databinding.JAXBBlockContext
public class JAXBBlockContext
Field Summary |
---|
Fields inherited from class org.apache.axis2.datasource.jaxb.JAXBDSContext |
---|
DEBUG_ENABLED |
Constructor Summary | |
---|---|
JAXBBlockContext(JAXBContext jaxbContext)
"Dispatch" Constructor Use this full constructor when the JAXBContent is provided by the customer. |
|
JAXBBlockContext(String contextPackage)
Deprecated. |
|
JAXBBlockContext(TreeSet<String> packages)
Slightly slower constructor |
|
JAXBBlockContext(TreeSet<String> packages,
String packagesKey)
Full Constructor JAXBBlockContext (most performant) |
Method Summary | |
---|---|
protected AttachmentMarshaller |
createAttachmentMarshaller(XMLStreamWriter writer)
Create an AttachmentMarshaller to marshal MTOM/SWA Attachments |
protected AttachmentUnmarshaller |
createAttachmentUnmarshaller(org.apache.axiom.util.stax.xop.MimePartProvider mimePartProvider)
Create an Attachment unmarshaller for unmarshalling MTOM/SWA Attachments |
ClassLoader |
getClassLoader()
|
Message |
getMessage()
|
MessageContext |
getMessageContext()
|
void |
setMessage(Message message)
|
Methods inherited from class org.apache.axis2.datasource.jaxb.JAXBDSContext |
---|
getConstructionType, getContextPackages, getJAXBContext, getJAXBContext, getJAXBContext, getProcessType, isxmlList, marshal, setIsxmlList, setMessageContext, setProcessType, setWebServiceNamespace, unmarshal, unmarshalAsListOrArray, unmarshalByElement, unmarshalByType |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXBBlockContext(TreeSet<String> packages, String packagesKey)
packages
- Set of packages needed by the JAXBContext.public JAXBBlockContext(TreeSet<String> packages)
packages
- public JAXBBlockContext(String contextPackage)
contextPackage
- public JAXBBlockContext(JAXBContext jaxbContext)
jaxbContext
- Method Detail |
---|
public Message getMessage()
public void setMessage(Message message)
protected AttachmentMarshaller createAttachmentMarshaller(XMLStreamWriter writer)
JAXBDSContext
createAttachmentMarshaller
in class JAXBDSContext
protected AttachmentUnmarshaller createAttachmentUnmarshaller(org.apache.axiom.util.stax.xop.MimePartProvider mimePartProvider)
JAXBDSContext
createAttachmentUnmarshaller
in class JAXBDSContext
public ClassLoader getClassLoader()
getClassLoader
in class JAXBDSContext
public MessageContext getMessageContext()
getMessageContext
in class JAXBDSContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |