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 |
WrapperHelperClassLoader.compile(Class<?> wrapperType,
Method[] setMethods,
Method[] getMethods,
Method[] jaxbMethods,
Field[] fields,
Object objectFactory) |
WrapperHelper |
WrapperHelperClassGenerator.compile(Class<?> wrapperType,
Method[] setMethods,
Method[] getMethods,
Method[] jaxbMethods,
Field[] fields,
Object objectFactory) |
WrapperHelper |
WrapperHelperCreator.compile(Class<?> wrapperType,
Method[] setMethods,
Method[] getMethods,
Method[] jaxbMethods,
Field[] fields,
Object objectFactory) |
WrapperHelper |
WrapperHelperProxyService.compile(Class<?> wrapperType,
Method[] setMethods,
Method[] getMethods,
Method[] jaxbMethods,
Field[] fields,
Object objectFactory) |
WrapperHelper |
JAXBDataBinding.createWrapperHelper(Class<?> wrapperType,
QName wrapperName,
List<String> partNames,
List<String> elTypeNames,
List<Class<?>> partClasses) |
Apache CXF