Uses of Class
org.apache.axis2.jsr181.WebServiceAnnotation
Packages that use WebServiceAnnotation
Package
Description
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 WebServiceAnnotationModifier and TypeMethodDescriptionstatic StringUtils.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 WebServiceAnnotationModifier and TypeMethodDescriptionabstract WebServiceAnnotationJSR181Helper.getWebServiceAnnotation(Class<?> clazz) Get the WebService annotation for a given class.