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, javax.xml.ws.soap.Addressing
public class AddressingAnnot
- extends java.lang.Object
- implements javax.xml.ws.soap.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 javax.xml.ws.soap.AddressingFeature.Responses responses()
setResponses
public void setResponses(javax.xml.ws.soap.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-2012 The Apache Software Foundation. All Rights Reserved.