Class MTOMAnnot
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.MTOMAnnot
-
- All Implemented Interfaces:
Annotation
public class MTOMAnnot extends Object implements MTOM
-
-
Constructor Summary
Constructors Constructor Description MTOMAnnot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>
annotationType()
boolean
enabled()
void
setEnabled(boolean e)
void
setThreshold(int i)
int
threshold()
String
toString()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
-
-
-
-
Method Detail
-
enabled
public boolean enabled()
-
setEnabled
public void setEnabled(boolean e)
-
threshold
public int threshold()
-
setThreshold
public void setThreshold(int i)
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationType
in interfaceAnnotation
-
toString
public String toString()
- Specified by:
toString
in interfaceAnnotation
- Overrides:
toString
in classObject
-
-