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
 java.util.Map<java.lang.String,PropertyDescriptorPlus> MarshalServiceRuntimeDescription.getPropertyDescriptorMap(java.lang.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 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)
           
 

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 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.
 

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

Method parameters in org.apache.axis2.jaxws.wrapper with type arguments of type PropertyDescriptorPlus
 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,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
 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,PropertyDescriptorPlus> pdMap)
          wrap Creates a jaxb object that is initialized with the child objects.
 



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