Class BindingTypeAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.BindingTypeAnnot
- All Implemented Interfaces:
Annotation
-
Method Summary
Modifier and TypeMethodDescriptionstatic BindingTypeAnnotstatic BindingTypeAnnotcreateBindingTypeAnnotImpl(String value) static BindingTypeAnnotcreateFromAnnotation(Annotation annotation) voidtoString()Convenience method for unit testing.value()
-
Method Details
-
createBindingTypeAnnotImpl
-
createBindingTypeAnnotImpl
-
createFromAnnotation
-
value
- Returns:
- Returns the value.
-
setValue
- Parameters:
value- The value 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
-