Class SoapBindingAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.SoapBindingAnnot
- All Implemented Interfaces:
Annotation
-
Nested Class Summary
Nested classes/interfaces inherited from class javax.jws.soap.SOAPBinding
SOAPBinding.ParameterStyle, SOAPBinding.Style, SOAPBinding.Use -
Method Summary
Modifier and TypeMethodDescriptionstatic SoapBindingAnnotcreateFromAnnotation(Annotation annotation) static SoapBindingAnnotvoidsetParameterStyle(SOAPBinding.ParameterStyle parameterStyle) voidsetStyle(SOAPBinding.Style style) voidsetUse(SOAPBinding.Use use) style()toString()Convenience method for unit testing.use()
-
Method Details
-
createSoapBindingAnnotImpl
-
createFromAnnotation
-
style
-
use
-
parameterStyle
-
setParameterStyle
- Parameters:
parameterStyle- The parameterStyle to set.
-
setStyle
- Parameters:
style- The style to set.
-
setUse
- Parameters:
use- The use to set.
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
toString
Convenience method for unit testing. We will print all of the data members here.- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-