public class JAXBBlockContext extends JAXBDSContext
DEBUG_ENABLED| Constructor and Description |
|---|
JAXBBlockContext(javax.xml.bind.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)
|
| Modifier and Type | Method and Description |
|---|---|
protected AttachmentContext |
createAttachmentContext() |
ClassLoader |
getClassLoader() |
Message |
getMessage() |
org.apache.axis2.context.MessageContext |
getMessageContext() |
void |
setMessage(Message message) |
getConstructionType, getContextPackages, getJAXBContext, getJAXBContext, getJAXBContext, getProcessType, isxmlList, marshal, setIsxmlList, setMessageContext, setProcessType, setWebServiceNamespace, unmarshal, unmarshalAsListOrArray, unmarshalByElement, unmarshalByTypepublic 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(javax.xml.bind.JAXBContext jaxbContext)
jaxbContext - public Message getMessage()
public void setMessage(Message message)
protected AttachmentContext createAttachmentContext()
createAttachmentContext in class JAXBDSContextpublic ClassLoader getClassLoader()
getClassLoader in class JAXBDSContextpublic org.apache.axis2.context.MessageContext getMessageContext()
getMessageContext in class JAXBDSContextCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.