| Package | Description |
|---|---|
| org.apache.axis2.datasource.jaxb | |
| org.apache.axis2.jaxws.message.databinding |
| Modifier and Type | Method and Description |
|---|---|
JAXBUtils.CONSTRUCTION_TYPE |
JAXBDSContext.getConstructionType() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
JAXBDSContext.unmarshalByType(javax.xml.bind.Unmarshaller u,
javax.xml.stream.XMLStreamReader reader,
Class<?> type,
boolean isList,
JAXBUtils.CONSTRUCTION_TYPE ctype)
The root element being read is defined by schema/JAXB; however its contents are known by
schema/JAXB.
|
| Modifier and Type | Method and Description |
|---|---|
static JAXBUtils.CONSTRUCTION_TYPE |
JAXBUtils.CONSTRUCTION_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JAXBUtils.CONSTRUCTION_TYPE[] |
JAXBUtils.CONSTRUCTION_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.xml.bind.JAXBContext |
JAXBUtils.getJAXBContext(TreeSet<String> contextPackages,
javax.xml.ws.Holder<JAXBUtils.CONSTRUCTION_TYPE> constructionType,
boolean forceArrays,
String key,
ClassLoader cacheKey,
Map<String,?> properties)
Get a JAXBContext for the class
Note: The contextPackage object is used by multiple threads.
|
static javax.xml.bind.JAXBContext |
JAXBUtils.getJAXBContext(TreeSet<String> contextPackages,
javax.xml.ws.Holder<JAXBUtils.CONSTRUCTION_TYPE> constructionType,
String key) |
static javax.xml.bind.JAXBContext |
JAXBUtils.getJAXBContext(TreeSet<String> contextPackages,
javax.xml.ws.Holder<JAXBUtils.CONSTRUCTION_TYPE> constructionType,
String key,
ClassLoader cacheKey,
Map<String,?> properties)
Get a JAXBContext for the class
Note: The contextPackage object is used by multiple threads.
|
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.