Class WebMethodAnnot

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

public class WebMethodAnnot extends Object implements jakarta.jws.WebMethod
  • Method Details

    • createWebMethodAnnotImpl

      public static WebMethodAnnot createWebMethodAnnotImpl()
    • operationName

      public String operationName()
    • action

      public String action()
    • exclude

      public boolean exclude()
    • setAction

      public void setAction(String action)
      Parameters:
      action - The action to set.
    • setExclude

      public void setExclude(boolean exclude)
      Parameters:
      exclude - The exclude to set.
    • setOperationName

      public void setOperationName(String operationName)
      Parameters:
      operationName - The operationName to set.
    • annotationType

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

      public String toString()
      Convenience method for unit testing. We will print all of the data members here.
      Specified by:
      toString in interface Annotation
      Overrides:
      toString in class Object