Class AddressingAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.AddressingAnnot
- All Implemented Interfaces:
Annotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<? extends Annotation> booleanenabled()booleanrequired()voidsetEnabled(boolean e) voidsetRequired(boolean r) voidtoString()
-
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
-
setResponses
-
annotationType
- Specified by:
annotationTypein interfaceAnnotation
-
toString
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-