Class MTOMAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.MTOMAnnot
- All Implemented Interfaces:
Annotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation>booleanenabled()voidsetEnabled(boolean e) voidsetThreshold(int i) inttoString()
-
Constructor Details
-
MTOMAnnot
public MTOMAnnot()
-
-
Method Details
-
enabled
public boolean enabled() -
setEnabled
public void setEnabled(boolean e) -
threshold
public int threshold() -
setThreshold
public void setThreshold(int i) -
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-