org.apache.axis2.jaxws.runtime.description.marshal.impl
Class AnnotationBuilder

java.lang.Object
  extended by org.apache.axis2.jaxws.runtime.description.marshal.impl.AnnotationBuilder

public class AnnotationBuilder
extends java.lang.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
static java.util.Map<java.lang.String,AnnotationDesc> getAnnotationDescs(ServiceDescription serviceDesc, org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getAnnotationDescs

public static java.util.Map<java.lang.String,AnnotationDesc> getAnnotationDescs(ServiceDescription serviceDesc,
                                                                                org.apache.axis2.jaxws.runtime.description.marshal.impl.ArtifactProcessor ap)
Parameters:
serviceDescription - ServiceDescription
ap - ArtifactProcessor which found/produced artifact classes
Returns:
AnnotationDesc Map


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