Uses of Class
org.apache.axis2.jaxws.description.builder.SoapBindingAnnot
Packages that use SoapBindingAnnot
Package
Description
-
Uses of SoapBindingAnnot in org.apache.axis2.jaxws.description.builder
Methods in org.apache.axis2.jaxws.description.builder that return SoapBindingAnnotModifier and TypeMethodDescriptionstatic SoapBindingAnnotSoapBindingAnnot.createFromAnnotation(Annotation annotation) static SoapBindingAnnotSoapBindingAnnot.createSoapBindingAnnotImpl()DescriptionBuilderComposite.getSoapBindingAnnot()MethodDescriptionComposite.getSoapBindingAnnot()PortComposite.getSoapBindingAnnot()Methods in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnotModifier and TypeMethodDescriptionvoidDescriptionBuilderComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot) voidMethodDescriptionComposite.setSoapBindingAnnot(SoapBindingAnnot soapBindingAnnot) voidTMAnnotationComposite.setSoapBindingAnnot(SoapBindingAnnot sbAnnot) Constructors in org.apache.axis2.jaxws.description.builder with parameters of type SoapBindingAnnotModifierConstructorDescriptionMethodDescriptionComposite(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 SoapBindingAnnotModifier and TypeMethodDescriptionstatic SoapBindingAnnotConverterUtils.createSoapBindingAnnot(jakarta.jws.soap.SOAPBinding soapBinding) This is a helper method to create aSoapBindingAnnotsince the