Uses of Class
org.apache.axis2.jaxws.utility.PropertyDescriptorPlus
Packages that use PropertyDescriptorPlus
Package
Description
-
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 PropertyDescriptorPlusModifier and TypeMethodDescriptionMarshalServiceRuntimeDescription.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 PropertyDescriptorPlusModifier and TypeMethodDescriptionstatic Map<Class,Map<String, PropertyDescriptorPlus>> PropertyDescriptorMapBuilder.getPropertyDescMaps(org.apache.axis2.jaxws.description.ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap) 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 PropertyDescriptorPlusModifier and TypeMethodDescriptionstatic 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
Methods in org.apache.axis2.jaxws.wrapper with parameters of type PropertyDescriptorPlusModifier and TypeMethodDescriptionJAXBWrapperTool.unWrap(Object jaxbObject, String childName, PropertyDescriptorPlus pd) Short cut if there is only one Object in the JAXB ObjectJAXBWrapperTool.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.Method parameters in org.apache.axis2.jaxws.wrapper with type arguments of type PropertyDescriptorPlus -
Uses of PropertyDescriptorPlus in org.apache.axis2.jaxws.wrapper.impl
Methods in org.apache.axis2.jaxws.wrapper.impl with parameters of type PropertyDescriptorPlusModifier and TypeMethodDescriptionJAXBWrapperToolImpl.unWrap(Object jaxbObject, String childName, PropertyDescriptorPlus pd) Short cut if there is one Object in the JAXB ObjectJAXBWrapperToolImpl.wrap(Class jaxbClass, String childName, Object childObject, Class declaredClass, PropertyDescriptorPlus pd) wrap Creates a jaxb object that is initialized with one child object.Method parameters in org.apache.axis2.jaxws.wrapper.impl with type arguments of type PropertyDescriptorPlus