Uses of Class
org.apache.axis2.jaxws.description.builder.WebServiceClientAnnot
Packages that use WebServiceClientAnnot
-
Uses of WebServiceClientAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WebServiceClientAnnotModifier and TypeMethodDescriptionstatic WebServiceClientAnnotWebServiceClientAnnot.createFromAnnotation(Annotation annotation) Create an instance of this annotation using the values from the annotation instance passed in.static WebServiceClientAnnotWebServiceClientAnnot.createFromAnnotation(Annotation baseAnnotation, Annotation sparseAnnotation) Create a new instance of this annotation using the values from the two annotations passed in as arguments.static WebServiceClientAnnotWebServiceClientAnnot.createWebServiceClientAnnotImpl()static WebServiceClientAnnotWebServiceClientAnnot.createWebServiceClientAnnotImpl(String name, String targetNamespace, String wsdlLocation) DescriptionBuilderComposite.getWebServiceClientAnnot()DescriptionBuilderComposite.getWebServiceClientAnnot(Object key) Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebServiceClientAnnotModifier and TypeMethodDescriptionvoidDescriptionBuilderComposite.setWebServiceClientAnnot(WebServiceClientAnnot webServiceClientAnnot)