Package | Description |
---|---|
org.apache.cxf.databinding | |
org.apache.cxf.jaxb | |
org.apache.cxf.jibx | |
org.apache.cxf.sdo | |
org.apache.cxf.xmlbeans |
Modifier and Type | Class and Description |
---|---|
class |
AbstractWrapperHelper
This wrapper helper will use reflection to handle the wrapped message
|
Modifier and Type | Method and Description |
---|---|
WrapperHelper |
WrapperCapableDatabinding.createWrapperHelper(Class<?> wrapperType,
QName typeName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
Modifier and Type | Class and Description |
---|---|
class |
JAXBWrapperHelper |
Modifier and Type | Method and Description |
---|---|
WrapperHelper |
JAXBDataBinding.createWrapperHelper(Class<?> wrapperType,
QName wrapperName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
Modifier and Type | Class and Description |
---|---|
class |
JibxWrapperHelper
JibxWrapperHelper
|
Modifier and Type | Method and Description |
---|---|
WrapperHelper |
JibxDataBinding.createWrapperHelper(Class<?> wrapperType,
QName typeName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
Modifier and Type | Method and Description |
---|---|
WrapperHelper |
SDODataBinding.createWrapperHelper(Class<?> wrapperType,
QName wrapperName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
Modifier and Type | Class and Description |
---|---|
class |
XmlBeansWrapperHelper |
Modifier and Type | Method and Description |
---|---|
WrapperHelper |
XmlBeansDataBinding.createWrapperHelper(Class<?> wrapperType,
QName wrapperName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
Apache CXF