public class AddressingPropertiesImpl extends Object implements AddressingProperties
| Constructor and Description |
|---|
AddressingPropertiesImpl()
Constructor, defaults to 2005/08 namespace.
|
AddressingPropertiesImpl(String uri)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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()
Accessor for the To property.
|
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 AddressingPropertiesImpl()
public AddressingPropertiesImpl(String uri)
uri - the namespace URIpublic EndpointReferenceType getToEndpointReference()
AddressingPropertiesgetToEndpointReference in interface AddressingPropertiespublic AttributedURIType getTo()
getTo in interface AddressingPropertiespublic void setTo(AttributedURIType t)
setTo in interface AddressingPropertiesiri - new value for To propertypublic void setTo(EndpointReferenceType epr)
setTo in interface AddressingPropertiesiri - new value for To propertypublic EndpointReferenceType getFrom()
getFrom in interface AddressingPropertiespublic void setFrom(EndpointReferenceType epr)
setFrom in interface AddressingPropertiesepr - new value for From propertypublic AttributedURIType getMessageID()
getMessageID in interface AddressingPropertiespublic void setMessageID(AttributedURIType iri)
setMessageID in interface AddressingPropertiesiri - new value for MessageTo propertypublic EndpointReferenceType getReplyTo()
getReplyTo in interface AddressingPropertiespublic void setReplyTo(EndpointReferenceType ref)
setReplyTo in interface AddressingPropertiesref - new value for ReplyTo propertypublic EndpointReferenceType getFaultTo()
getFaultTo in interface AddressingPropertiespublic void setFaultTo(EndpointReferenceType ref)
setFaultTo in interface AddressingPropertiesref - new value for FaultTo propertypublic RelatesToType getRelatesTo()
getRelatesTo in interface AddressingPropertiespublic void setRelatesTo(RelatesToType rel)
setRelatesTo in interface AddressingPropertiesrel - new value for RelatesTo propertypublic AttributedURIType getAction()
getAction in interface AddressingPropertiespublic void setAction(AttributedURIType iri)
setAction in interface AddressingPropertiesiri - new value for Action propertypublic String getNamespaceURI()
getNamespaceURI in interface AddressingTypepublic void exposeAs(String uri)
public void setDuplicate(QName dup)
public QName getDuplicate()
Apache CXF