public class AddressingAnnot
extends java.lang.Object
implements javax.xml.ws.soap.Addressing
| Constructor and Description |
|---|
AddressingAnnot() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
boolean |
enabled() |
boolean |
required() |
javax.xml.ws.soap.AddressingFeature.Responses |
responses() |
void |
setEnabled(boolean e) |
void |
setRequired(boolean r) |
void |
setResponses(javax.xml.ws.soap.AddressingFeature.Responses r) |
java.lang.String |
toString() |
public boolean enabled()
public void setEnabled(boolean e)
public boolean required()
public void setRequired(boolean r)
public javax.xml.ws.soap.AddressingFeature.Responses responses()
public void setResponses(javax.xml.ws.soap.AddressingFeature.Responses r)
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotationpublic java.lang.String toString()
toString in interface java.lang.annotation.AnnotationtoString in class java.lang.ObjectCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.