org.apache.axis2.jaxws.description.builder
Class AddressingAnnot
java.lang.Object
org.apache.axis2.jaxws.description.builder.AddressingAnnot
- All Implemented Interfaces:
- java.lang.annotation.Annotation, Addressing
public class AddressingAnnot
- extends java.lang.Object
- implements Addressing
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 |
AddressingAnnot
public AddressingAnnot()
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 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
- Specified by:
annotationType
in interface java.lang.annotation.Annotation
toString
public java.lang.String toString()
- Specified by:
toString
in interface java.lang.annotation.Annotation
- Overrides:
toString
in class java.lang.Object
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.