| Package | Description |
|---|---|
| org.apache.cxf.databinding | |
| org.apache.cxf.jaxb |
| 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) |
Apache CXF