Uses of Class
org.apache.axis2.jaxws.description.builder.WebServiceClientAnnot

Packages that use WebServiceClientAnnot
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
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
 void DescriptionBuilderComposite.setWebServiceClientAnnot(WebServiceClientAnnot webServiceClientAnnot)
           
 



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