Uses of Class
org.apache.axis2.jaxws.description.builder.WebServiceClientAnnot
-
Packages that use WebServiceClientAnnot Package Description org.apache.axis2.jaxws.description.builder -
-
Uses of WebServiceClientAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return WebServiceClientAnnot Modifier and Type Method Description static 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)WebServiceClientAnnotDescriptionBuilderComposite. getWebServiceClientAnnot()WebServiceClientAnnotDescriptionBuilderComposite. getWebServiceClientAnnot(Object key)Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebServiceClientAnnot Modifier and Type Method Description voidDescriptionBuilderComposite. setWebServiceClientAnnot(WebServiceClientAnnot webServiceClientAnnot)
-