Class WebMethodAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.WebMethodAnnot
- All Implemented Interfaces:
Annotation
-
Method Summary
Modifier and TypeMethodDescriptionaction()static WebMethodAnnotbooleanexclude()voidvoidsetExclude(boolean exclude) voidsetOperationName(String operationName) toString()Convenience method for unit testing.
-
Method Details
-
createWebMethodAnnotImpl
-
operationName
-
action
-
exclude
public boolean exclude() -
setAction
- Parameters:
action- The action to set.
-
setExclude
public void setExclude(boolean exclude) - Parameters:
exclude- The exclude to set.
-
setOperationName
- Parameters:
operationName- The operationName 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
-