Modifier and Type | Method and Description |
---|---|
Map<String,PropertyDescriptorPlus> |
MarshalServiceRuntimeDescription.getPropertyDescriptorMap(Class cls)
Get the PropertyDescriptor map for the class.
|
Modifier and Type | Method and Description |
---|---|
static Map<Class,Map<String,PropertyDescriptorPlus>> |
PropertyDescriptorMapBuilder.getPropertyDescMaps(ServiceDescription serviceDesc,
org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap) |
Map<String,PropertyDescriptorPlus> |
MarshalServiceRuntimeDescriptionImpl.getPropertyDescriptorMap(Class cls) |
Modifier and Type | Method and Description |
---|---|
static Map<String,PropertyDescriptorPlus> |
XMLRootElementUtil.createPropertyDescriptorMap(Class jaxbClass)
The JAXBClass has a set of bean properties each represented by a PropertyDescriptor Each of
the fields of the class has an associated xml name.
|
Modifier and Type | Method and Description |
---|---|
Object |
JAXBWrapperTool.unWrap(Object jaxbObject,
String childName,
PropertyDescriptorPlus pd)
Short cut if there is only one Object in the JAXB Object
|
Object |
JAXBWrapperTool.wrap(Class jaxbClass,
String childName,
Object childObject,
Class declaredClass,
PropertyDescriptorPlus pd)
Short Cut for JAXB objects with one child
wrap Creates a jaxb object that is initialized with one child object.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
JAXBWrapperTool.unWrap(Object jaxbObject,
List<String> childNames,
Map<String,PropertyDescriptorPlus> pdMap)
unwrap Returns the list of child objects of the jaxb object
|
Object |
JAXBWrapperTool.wrap(Class jaxbClass,
List<String> childNames,
Map<String,Object> childObjects,
Map<String,Class> declaredClassMap,
Map<String,PropertyDescriptorPlus> pdMap)
wrap Creates a jaxb object that is initialized with the child objects.
|
Modifier and Type | Method and Description |
---|---|
Object |
JAXBWrapperToolImpl.unWrap(Object jaxbObject,
String childName,
PropertyDescriptorPlus pd)
Short cut if there is one Object in the JAXB Object
|
Object |
JAXBWrapperToolImpl.wrap(Class jaxbClass,
String childName,
Object childObject,
Class declaredClass,
PropertyDescriptorPlus pd)
wrap Creates a jaxb object that is initialized with one child object.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
JAXBWrapperToolImpl.unWrap(Object jaxbObject,
List<String> childNames,
Map<String,PropertyDescriptorPlus> pdMap)
unwrap Returns the list of child objects of the jaxb object
|
Object |
JAXBWrapperToolImpl.wrap(Class jaxbClass,
List<String> childNames,
Map<String,Object> childObjects,
Map<String,Class> declaredClassMap,
Map<String,PropertyDescriptorPlus> pdMap)
wrap Creates a jaxb object that is initialized with the child objects.
|
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.