Class PropertyDescriptorMapBuilder
java.lang.Object
org.apache.axis2.jaxws.runtime.description.marshal.impl.PropertyDescriptorMapBuilder
Walks the ServiceDescription and its child *Description classes to find all of the types. An
AnnotationDesc is built for each of the types
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<Class,Map<String, PropertyDescriptorPlus>> getPropertyDescMaps(org.apache.axis2.jaxws.description.ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
-
Method Details
-
getPropertyDescMaps
public static Map<Class,Map<String, getPropertyDescMapsPropertyDescriptorPlus>> (org.apache.axis2.jaxws.description.ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap) - Parameters:
serviceDescription- ServiceDescriptionap- ArtifactProcessor which found the artifact classes- Returns:
- PropertyDescriptor Map
-