public class AddressingProperties extends Object
Constructor and Description |
---|
AddressingProperties()
Constructor, defaults to 2005/08 namespace.
|
AddressingProperties(String uri)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
AddressingProperties |
createCompatibleResponseProperties() |
void |
exposeAs(String uri)
Used to specify a different WS-Addressing namespace URI,
so as to cause MAPs to be exposed (i.e.
|
AttributedURIType |
getAction()
Accessor for the Action property.
|
QName |
getDuplicate() |
EndpointReferenceType |
getFaultTo()
Accessor for the FaultTo property.
|
EndpointReferenceType |
getFrom()
Accessor for the From property.
|
AttributedURIType |
getMessageID()
Accessor for the MessageID property.
|
List<QName> |
getMustUnderstand() |
String |
getNamespaceURI() |
RelatesToType |
getRelatesTo()
Accessor for the RelatesTo property.
|
EndpointReferenceType |
getReplyTo()
Accessor for the ReplyTo property.
|
AttributedURIType |
getTo()
Accessor for the To property.
|
EndpointReferenceType |
getToEndpointReference() |
void |
setAction(AttributedURIType iri)
Mutator for the Action property.
|
void |
setDuplicate(QName dup) |
void |
setFaultTo(EndpointReferenceType ref)
Mutator for the FaultTo property.
|
void |
setFrom(EndpointReferenceType epr)
Mutator for the From property.
|
void |
setMessageID(AttributedURIType iri)
Mutator for the MessageID property.
|
void |
setRelatesTo(RelatesToType rel)
Mutator for the RelatesTo property.
|
void |
setReplyTo(EndpointReferenceType ref)
Mutator for the ReplyTo property.
|
void |
setTo(AttributedURIType t)
Mutator for the To property.
|
void |
setTo(EndpointReferenceType epr)
Mutator for the To property.
|
String |
toString() |
public AddressingProperties()
public AddressingProperties(String uri)
uri
- the namespace URIpublic EndpointReferenceType getToEndpointReference()
public AttributedURIType getTo()
public void setTo(AttributedURIType t)
t
- new value for To propertypublic void setTo(EndpointReferenceType epr)
epr
- new value for To propertypublic EndpointReferenceType getFrom()
public void setFrom(EndpointReferenceType epr)
epr
- new value for From propertypublic AttributedURIType getMessageID()
public void setMessageID(AttributedURIType iri)
iri
- new value for MessageTo propertypublic EndpointReferenceType getReplyTo()
public void setReplyTo(EndpointReferenceType ref)
ref
- new value for ReplyTo propertypublic EndpointReferenceType getFaultTo()
public void setFaultTo(EndpointReferenceType ref)
ref
- new value for FaultTo propertypublic RelatesToType getRelatesTo()
public void setRelatesTo(RelatesToType rel)
rel
- new value for RelatesTo propertypublic AttributedURIType getAction()
public void setAction(AttributedURIType iri)
iri
- new value for Action propertypublic String getNamespaceURI()
public void exposeAs(String uri)
public void setDuplicate(QName dup)
public QName getDuplicate()
public AddressingProperties createCompatibleResponseProperties()
Apache CXF