public class AddressingAnnot extends Object implements Addressing
Constructor and Description |
---|
AddressingAnnot() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
annotationType() |
boolean |
enabled() |
boolean |
required() |
AddressingFeature.Responses |
responses() |
void |
setEnabled(boolean e) |
void |
setRequired(boolean r) |
void |
setResponses(AddressingFeature.Responses r) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
equals, hashCode
public boolean enabled()
public void setEnabled(boolean e)
public boolean required()
public void setRequired(boolean r)
public AddressingFeature.Responses responses()
public void setResponses(AddressingFeature.Responses r)
public Class<? extends Annotation> annotationType()
annotationType
in interface Annotation
public String toString()
toString
in interface Annotation
toString
in class Object
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.