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(Object targetBean, Object propValue, Class dclClass)
          Set the object
 

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

Methods in org.apache.axis2.jaxws.wrapper that throw JAXBWrapperException
 Object[] JAXBWrapperTool.unWrap(Object jaxbObject, List<String> childNames)
          unwrap Returns the list of child objects of the jaxb object
 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.unWrap(Object jaxbObject, String childName, PropertyDescriptorPlus pd)
          Short cut if there is only one Object in the JAXB Object
 Object JAXBWrapperTool.wrap(Class jaxbClass, List<String> childNames, Map<String,Object> childObjects)
          wrap Creates a jaxb object that is initialized with the child objects.
 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.
 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.
 

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

Methods in org.apache.axis2.jaxws.wrapper.impl that throw JAXBWrapperException
 Object[] JAXBWrapperToolImpl.unWrap(Object jaxbObject, List<String> childNames)
           
 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.unWrap(Object jaxbObject, String childName, PropertyDescriptorPlus pd)
          Short cut if there is one Object in the JAXB Object
 Object JAXBWrapperToolImpl.wrap(Class jaxbClass, List<String> childNames, Map<String,Object> childObjects)
           
 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.
 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.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.