Uses of Class
org.apache.axis2.jaxws.description.builder.SoapBindingAnnot
-
Packages that use SoapBindingAnnot Package Description 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 Modifier and Type Method Description static SoapBindingAnnotSoapBindingAnnot. createFromAnnotation(Annotation annotation)static SoapBindingAnnotSoapBindingAnnot. createSoapBindingAnnotImpl()SoapBindingAnnotDescriptionBuilderComposite. getSoapBindingAnnot()SoapBindingAnnotMethodDescriptionComposite. getSoapBindingAnnot()SoapBindingAnnotPortComposite. getSoapBindingAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnot Modifier and Type Method Description voidDescriptionBuilderComposite. setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)voidMethodDescriptionComposite. setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)voidTMAnnotationComposite. setSoapBindingAnnot(SoapBindingAnnot sbAnnot)Constructors in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnot Constructor Description MethodDescriptionComposite(String methodName, 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 Modifier and Type Method Description static SoapBindingAnnotConverterUtils. createSoapBindingAnnot(SOAPBinding soapBinding)This is a helper method to create aSoapBindingAnnotsince the
-