java.lang.Object
org.apache.axis2.jaxws.description.builder.MTOMAnnot
All Implemented Interfaces:
Annotation

public class MTOMAnnot extends Object implements jakarta.xml.ws.soap.MTOM
  • 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

      public Class<? extends Annotation> annotationType()
      Specified by:
      annotationType in interface Annotation
    • toString

      public String toString()
      Specified by:
      toString in interface Annotation
      Overrides:
      toString in class Object