|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperToolImpl
public class JAXBWrapperToolImpl
The JAXBWrapper tool is used to create a JAXB Object from a series of child objects (wrap) or get the child objects from a JAXB Object (unwrap)
Constructor Summary | |
---|---|
JAXBWrapperToolImpl()
|
Method Summary | |
---|---|
java.lang.Object[] |
unWrap(java.lang.Object jaxbObject,
java.util.List<java.lang.String> childNames)
unwrap Returns the list of child objects of the jaxb object |
java.lang.Object[] |
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 |
wrap(java.lang.Class jaxbClass,
java.util.List<java.lang.String> childNames,
java.util.Map<java.lang.String,java.lang.Object> childObjects)
wrap Creates a jaxb object that is initialized with the child objects. |
java.lang.Object |
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,PropertyDescriptorPlus> pdMap)
wrap Creates a jaxb object that is initialized with the child objects. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXBWrapperToolImpl()
Method Detail |
---|
public java.lang.Object[] unWrap(java.lang.Object jaxbObject, java.util.List<java.lang.String> childNames, java.util.Map<java.lang.String,PropertyDescriptorPlus> pdMap) throws JAXBWrapperException
unWrap
in interface JAXBWrapperTool
jaxbObject
- that represents the typechildNames
- list of xml child names as StringpdMap
- PropertyDescriptor map for this jaxbObject
JAXBWrapperException
public java.lang.Object 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,PropertyDescriptorPlus> pdMap) throws JAXBWrapperException
wrap
in interface JAXBWrapperTool
jaxbClass
- childNames
- list of xml child names as StringchildObjects,
- component type objectspdMap
- PropertyDescriptor map for this jaxbObject
JAXBWrapperException
public java.lang.Object[] unWrap(java.lang.Object jaxbObject, java.util.List<java.lang.String> childNames) throws JAXBWrapperException
JAXBWrapperTool
unWrap
in interface JAXBWrapperTool
jaxbObject
- that represents the typechildNames
- list of xml child names as String
JAXBWrapperException
public java.lang.Object wrap(java.lang.Class jaxbClass, java.util.List<java.lang.String> childNames, java.util.Map<java.lang.String,java.lang.Object> childObjects) throws JAXBWrapperException
JAXBWrapperTool
wrap
in interface JAXBWrapperTool
childNames
- list of xml child names as String
JAXBWrapperException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |