| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,PropertyDescriptorPlus> |
MarshalServiceRuntimeDescription.getPropertyDescriptorMap(java.lang.Class cls)
Get the PropertyDescriptor map for the class.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.Class,java.util.Map<java.lang.String,PropertyDescriptorPlus>> |
PropertyDescriptorMapBuilder.getPropertyDescMaps(ServiceDescription serviceDesc,
org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap) |
java.util.Map<java.lang.String,PropertyDescriptorPlus> |
MarshalServiceRuntimeDescriptionImpl.getPropertyDescriptorMap(java.lang.Class cls) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.Map<java.lang.String,PropertyDescriptorPlus> |
XMLRootElementUtil.createPropertyDescriptorMap(java.lang.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 |
|---|---|
java.lang.Object |
JAXBWrapperTool.unWrap(java.lang.Object jaxbObject,
java.lang.String childName,
PropertyDescriptorPlus pd)
Short cut if there is only one Object in the JAXB Object
|
java.lang.Object |
JAXBWrapperTool.wrap(java.lang.Class jaxbClass,
java.lang.String childName,
java.lang.Object childObject,
java.lang.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 |
|---|---|
java.lang.Object[] |
JAXBWrapperTool.unWrap(java.lang.Object jaxbObject,
java.util.List<java.lang.String> childNames,
java.util.Map<java.lang.String,PropertyDescriptorPlus> pdMap)
unwrap Returns the list of child objects of the jaxb object
|
java.lang.Object |
JAXBWrapperTool.wrap(java.lang.Class jaxbClass,
java.util.List<java.lang.String> childNames,
java.util.Map<java.lang.String,java.lang.Object> childObjects,
java.util.Map<java.lang.String,java.lang.Class> declaredClassMap,
java.util.Map<java.lang.String,PropertyDescriptorPlus> pdMap)
wrap Creates a jaxb object that is initialized with the child objects.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
JAXBWrapperToolImpl.unWrap(java.lang.Object jaxbObject,
java.lang.String childName,
PropertyDescriptorPlus pd)
Short cut if there is one Object in the JAXB Object
|
java.lang.Object |
JAXBWrapperToolImpl.wrap(java.lang.Class jaxbClass,
java.lang.String childName,
java.lang.Object childObject,
java.lang.Class declaredClass,
PropertyDescriptorPlus pd)
wrap Creates a jaxb object that is initialized with one child object.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object[] |
JAXBWrapperToolImpl.unWrap(java.lang.Object jaxbObject,
java.util.List<java.lang.String> childNames,
java.util.Map<java.lang.String,PropertyDescriptorPlus> pdMap)
unwrap Returns the list of child objects of the jaxb object
|
java.lang.Object |
JAXBWrapperToolImpl.wrap(java.lang.Class jaxbClass,
java.util.List<java.lang.String> childNames,
java.util.Map<java.lang.String,java.lang.Object> childObjects,
java.util.Map<java.lang.String,java.lang.Class> declaredClassMap,
java.util.Map<java.lang.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.