Uses of Class
org.apache.axis2.jaxws.utility.PropertyDescriptorPlus

Packages that use PropertyDescriptorPlus
org.apache.axis2.jaxws.runtime.description.marshal   
org.apache.axis2.jaxws.runtime.description.marshal.impl   
org.apache.axis2.jaxws.utility   
org.apache.axis2.jaxws.wrapper   
org.apache.axis2.jaxws.wrapper.impl   
 

Uses of PropertyDescriptorPlus in org.apache.axis2.jaxws.runtime.description.marshal
 

Methods in org.apache.axis2.jaxws.runtime.description.marshal that return types with arguments of type PropertyDescriptorPlus
 Map<String,PropertyDescriptorPlus> MarshalServiceRuntimeDescription.getPropertyDescriptorMap(Class cls)
          Get the PropertyDescriptor map for the class.
 

Uses of PropertyDescriptorPlus in org.apache.axis2.jaxws.runtime.description.marshal.impl
 

Methods in org.apache.axis2.jaxws.runtime.description.marshal.impl that return types with arguments of type PropertyDescriptorPlus
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)
           
 

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

Methods in org.apache.axis2.jaxws.utility that return types with arguments of type PropertyDescriptorPlus
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.
 

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

Method parameters in org.apache.axis2.jaxws.wrapper with type arguments of type PropertyDescriptorPlus
 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.
 

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

Method parameters in org.apache.axis2.jaxws.wrapper.impl with type arguments of type PropertyDescriptorPlus
 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-2010 The Apache Software Foundation. All Rights Reserved.