Class AddressingAnnot

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

public class AddressingAnnot extends Object implements jakarta.xml.ws.soap.Addressing
  • Constructor Details

    • AddressingAnnot

      public AddressingAnnot()
  • Method Details

    • enabled

      public boolean enabled()
    • setEnabled

      public void setEnabled(boolean e)
    • required

      public boolean required()
    • setRequired

      public void setRequired(boolean r)
    • responses

      public jakarta.xml.ws.soap.AddressingFeature.Responses responses()
    • setResponses

      public void setResponses(jakarta.xml.ws.soap.AddressingFeature.Responses r)
    • 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