Class AnnotationBuilder
- java.lang.Object
-
- org.apache.axis2.jaxws.runtime.description.marshal.impl.AnnotationBuilder
-
public class AnnotationBuilder extends Object
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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,AnnotationDesc>
getAnnotationDescs(ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
-
-
-
Method Detail
-
getAnnotationDescs
public static Map<String,AnnotationDesc> getAnnotationDescs(ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
- Parameters:
serviceDescription
- ServiceDescriptionap
- ArtifactProcessor which found/produced artifact classes- Returns:
- AnnotationDesc Map
-
-