|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.ws.soap.addressing.core.MessageAddressingProperties
public final class MessageAddressingProperties
Represents a set of Message Addressing Properties, as defined in the WS-Addressing specification.
In earlier versions of the spec, these properties were called Message Information Headers.
Constructor Summary | |
---|---|
MessageAddressingProperties(URI to,
EndpointReference from,
EndpointReference replyTo,
EndpointReference faultTo,
URI action,
URI messageId)
Constructs a new MessageAddressingProperties with the given parameters. |
Method Summary | |
---|---|
URI |
getAction()
Returns the value of the action property. |
EndpointReference |
getFaultTo()
Returns the value of the fault endpoint property. |
EndpointReference |
getFrom()
Returns the value of the source endpoint property. |
URI |
getMessageId()
Returns the value of the message id property. |
List<Node> |
getReferenceParameters()
Returns the endpoint parameters. |
List<Node> |
getReferenceProperties()
Returns the endpoint properties. |
URI |
getRelatesTo()
Returns the value of the relationship property. |
MessageAddressingProperties |
getReplyProperties(EndpointReference epr,
URI action,
URI messageId)
Creates a MessageAddressingProperties that can be used for creating a reply to the given EndpointReference . |
EndpointReference |
getReplyTo()
Returns the value of the reply endpoint property. |
URI |
getTo()
Returns the value of the destination property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MessageAddressingProperties(URI to, EndpointReference from, EndpointReference replyTo, EndpointReference faultTo, URI action, URI messageId)
MessageAddressingProperties
with the given parameters.
to
- the value of the destination propertyfrom
- the value of the source endpoint propertyreplyTo
- the value of the reply endpoint propertyfaultTo
- the value of the fault endpoint propertyaction
- the value of the action propertymessageId
- the value of the message id propertyMethod Detail |
---|
public URI getTo()
public EndpointReference getFrom()
public EndpointReference getReplyTo()
public EndpointReference getFaultTo()
public URI getAction()
public URI getMessageId()
public URI getRelatesTo()
public List<Node> getReferenceProperties()
public List<Node> getReferenceParameters()
public MessageAddressingProperties getReplyProperties(EndpointReference epr, URI action, URI messageId)
MessageAddressingProperties
that can be used for creating a reply to the given EndpointReference
. The destination
property will be populated with the address
of the given EPR, and the relationship
property
will be set to the message id
property of this instance. the action is specified, the
epr
- the endpoint reference to create a reply toaction
- the action
|
Spring Web Services Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |