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 SoapBindingAnnot
SoapBindingAnnot. createFromAnnotation(Annotation annotation)
static SoapBindingAnnot
SoapBindingAnnot. createSoapBindingAnnotImpl()
SoapBindingAnnot
DescriptionBuilderComposite. getSoapBindingAnnot()
SoapBindingAnnot
MethodDescriptionComposite. getSoapBindingAnnot()
SoapBindingAnnot
PortComposite. getSoapBindingAnnot()
Methods in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnot Modifier and Type Method Description void
DescriptionBuilderComposite. setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)
void
MethodDescriptionComposite. setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot)
void
TMAnnotationComposite. 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 SoapBindingAnnot
ConverterUtils. createSoapBindingAnnot(SOAPBinding soapBinding)
This is a helper method to create aSoapBindingAnnot
since the
-