Uses of Class
org.apache.axis2.jaxws.wrapper.impl.JAXBWrapperException

Packages that use JAXBWrapperException
org.apache.axis2.jaxws.utility   
org.apache.axis2.jaxws.wrapper   
org.apache.axis2.jaxws.wrapper.impl   
 

Uses of JAXBWrapperException in org.apache.axis2.jaxws.utility
 

Methods in org.apache.axis2.jaxws.utility that throw JAXBWrapperException
 void PropertyDescriptorPlus.set(java.lang.Object targetBean, java.lang.Object propValue)
          Set the object
 

Uses of JAXBWrapperException in org.apache.axis2.jaxws.wrapper
 

Methods in org.apache.axis2.jaxws.wrapper that throw JAXBWrapperException
 java.lang.Object[] JAXBWrapperTool.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[] 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)
          wrap Creates a jaxb object that is initialized with the child objects.
 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,PropertyDescriptorPlus> pdMap)
          wrap Creates a jaxb object that is initialized with the child objects.
 

Uses of JAXBWrapperException in org.apache.axis2.jaxws.wrapper.impl
 

Methods in org.apache.axis2.jaxws.wrapper.impl that throw JAXBWrapperException
 java.lang.Object[] JAXBWrapperToolImpl.unWrap(java.lang.Object jaxbObject, java.util.List<java.lang.String> childNames)
           
 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.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,PropertyDescriptorPlus> pdMap)
          wrap Creates a jaxb object that is initialized with the child objects.
 



Copyright © 2007 Apache Web Services Project. All Rights Reserved.