Uses of Class
org.apache.axis2.jsr181.WebServiceAnnotation

Packages that use WebServiceAnnotation
org.apache.axis2.deployment.util   
org.apache.axis2.jsr181 Contains helper classes to avoid direct dependencies on the JSR 181 API (Web Services annotations). 
 

Uses of WebServiceAnnotation in org.apache.axis2.deployment.util
 

Methods in org.apache.axis2.deployment.util with parameters of type WebServiceAnnotation
static String Utils.getAnnotatedServiceName(Class serviceClass, WebServiceAnnotation serviceAnnotation)
          The util method to prepare the JSR 181 annotated service name from given annotation or for defaults JSR 181 specifies that the in javax.jws.WebService the parameter serviceName contains the wsdl:service name to mapp.
 

Uses of WebServiceAnnotation in org.apache.axis2.jsr181
 

Methods in org.apache.axis2.jsr181 that return WebServiceAnnotation
abstract  WebServiceAnnotation JSR181Helper.getWebServiceAnnotation(Class<?> clazz)
          Get the WebService annotation for a given class.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.