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 WebServiceClientAnnot
WebServiceClientAnnot. createFromAnnotation(Annotation annotation)
Create an instance of this annotation using the values from the annotation instance passed in.static WebServiceClientAnnot
WebServiceClientAnnot. createFromAnnotation(Annotation baseAnnotation, Annotation sparseAnnotation)
Create a new instance of this annotation using the values from the two annotations passed in as arguments.static WebServiceClientAnnot
WebServiceClientAnnot. createWebServiceClientAnnotImpl()
static WebServiceClientAnnot
WebServiceClientAnnot. createWebServiceClientAnnotImpl(String name, String targetNamespace, String wsdlLocation)
WebServiceClientAnnot
DescriptionBuilderComposite. getWebServiceClientAnnot()
WebServiceClientAnnot
DescriptionBuilderComposite. getWebServiceClientAnnot(Object key)
Methods in org.apache.axis2.jaxws.description.builder with parameters of type WebServiceClientAnnot Modifier and Type Method Description void
DescriptionBuilderComposite. setWebServiceClientAnnot(WebServiceClientAnnot webServiceClientAnnot)
-