public class AddressingAnnot extends Object implements javax.xml.ws.soap.Addressing
| Constructor and Description |
|---|
AddressingAnnot() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends 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) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitequals, hashCodepublic 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 Class<? extends Annotation> annotationType()
annotationType in interface Annotationpublic String toString()
toString in interface AnnotationtoString in class ObjectCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.