|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.jaxws.message.databinding.JAXBBlockContext
public class JAXBBlockContext
Constructor Summary | |
---|---|
JAXBBlockContext(javax.xml.bind.JAXBContext jaxbContext)
"Dispatch" Constructor Use this full constructor when the JAXBContent is provided by the customer. |
|
JAXBBlockContext(java.lang.String contextPackage)
Deprecated. |
|
JAXBBlockContext(java.util.TreeSet<java.lang.String> packages)
Slightly slower constructor |
|
JAXBBlockContext(java.util.TreeSet<java.lang.String> packages,
java.lang.String packagesKey)
Full Constructor JAXBBlockContext (most performant) |
Method Summary | |
---|---|
JAXBUtils.CONSTRUCTION_TYPE |
getConstructionType()
|
java.util.TreeSet<java.lang.String> |
getContextPackages()
|
javax.xml.bind.JAXBContext |
getJAXBContext()
|
java.lang.Class |
getProcessType()
|
boolean |
isxmlList()
|
void |
setIsxmlList(boolean isxmlList)
|
void |
setProcessType(java.lang.Class type)
Set RPC Declared Type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXBBlockContext(java.util.TreeSet<java.lang.String> packages, java.lang.String packagesKey)
packages
- Set of packages needed by the JAXBContext.public JAXBBlockContext(java.util.TreeSet<java.lang.String> packages)
packages
- public JAXBBlockContext(java.lang.String contextPackage)
contextPackage
- public JAXBBlockContext(javax.xml.bind.JAXBContext jaxbContext)
jaxbContext
- Method Detail |
---|
public java.util.TreeSet<java.lang.String> getContextPackages()
public javax.xml.bind.JAXBContext getJAXBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public java.lang.Class getProcessType()
public void setProcessType(java.lang.Class type)
type
- public JAXBUtils.CONSTRUCTION_TYPE getConstructionType()
public boolean isxmlList()
public void setIsxmlList(boolean isxmlList)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |