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

Packages that use SoapBindingAnnot
org.apache.axis2.jaxws.description.builder   
org.apache.axis2.jaxws.description.builder.converter   
 

Uses of SoapBindingAnnot in org.apache.axis2.jaxws.description.builder
 

Methods in org.apache.axis2.jaxws.description.builder that return SoapBindingAnnot
static SoapBindingAnnot SoapBindingAnnot.createFromAnnotation(java.lang.annotation.Annotation annotation)
           
static SoapBindingAnnot SoapBindingAnnot.createSoapBindingAnnotImpl()
           
 SoapBindingAnnot MethodDescriptionComposite.getSoapBindingAnnot()
           
 SoapBindingAnnot DescriptionBuilderComposite.getSoapBindingAnnot()
           
 

Methods in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnot
 void MethodDescriptionComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)
           
 void DescriptionBuilderComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)
           
 void TMAnnotationComposite.setSoapBindingAnnot(SoapBindingAnnot sbAnnot)
           
 

Constructors in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnot
MethodDescriptionComposite(java.lang.String methodName, java.lang.String returnType, WebMethodAnnot webMethodAnnot, WebResultAnnot webResultAnnot, boolean oneWayAnnotated, HandlerChainAnnot handlerChainAnnot, SoapBindingAnnot soapBindingAnnot, WebServiceRefAnnot webServiceRefAnnot, WebEndpointAnnot webEndpointAnnot, RequestWrapperAnnot requestWrapperAnnot, ResponseWrapperAnnot responseWrapperAnnot)
           
 

Uses of SoapBindingAnnot in org.apache.axis2.jaxws.description.builder.converter
 

Methods in org.apache.axis2.jaxws.description.builder.converter that return SoapBindingAnnot
static SoapBindingAnnot ConverterUtils.createSoapBindingAnnot(SOAPBinding soapBinding)
          This is a helper method to create a SoapBindingAnnot since the
 



Copyright ? 2007 Apache Web Services Project. All Rights Reserved.