Class AddressingAnnot
- java.lang.Object
-
- org.apache.axis2.jaxws.description.builder.AddressingAnnot
-
- All Implemented Interfaces:
Annotation
public class AddressingAnnot extends Object implements Addressing
-
-
Constructor Summary
Constructors Constructor Description AddressingAnnot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()booleanenabled()booleanrequired()AddressingFeature.Responsesresponses()voidsetEnabled(boolean e)voidsetRequired(boolean r)voidsetResponses(AddressingFeature.Responses r)StringtoString()-
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)
-
required
public boolean required()
-
setRequired
public void setRequired(boolean r)
-
responses
public AddressingFeature.Responses responses()
-
setResponses
public void setResponses(AddressingFeature.Responses r)
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
toString
public String toString()
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-
-