public class WsAddressingHeaders extends Object
| Constructor and Description |
|---|
WsAddressingHeaders() |
| Modifier and Type | Method and Description |
|---|---|
URI |
getAction()
Gets the action.
|
org.springframework.ws.soap.addressing.core.EndpointReference |
getFaultTo()
Gets the fault to endpoint reference.
|
org.springframework.ws.soap.addressing.core.EndpointReference |
getFrom()
Gets the from endpoint reference.
|
URI |
getMessageId()
Gets the message id.
|
org.springframework.ws.soap.addressing.core.EndpointReference |
getReplyTo()
Gets the reply to endpoint reference.
|
URI |
getTo()
Gets the to uri.
|
WsAddressingVersion |
getVersion()
Gets the adressing version.
|
void |
setAction(String action)
Sets the action from uri string.
|
void |
setAction(URI action)
Sets the action.
|
void |
setFaultTo(org.springframework.ws.soap.addressing.core.EndpointReference faultTo)
Sets the fault to endpoint reference.
|
void |
setFaultTo(String faultTo)
Sets the fault to endpoint reference by string.
|
void |
setFrom(org.springframework.ws.soap.addressing.core.EndpointReference from)
Sets the from endpoint reference.
|
void |
setFrom(String from)
Sets the from endpoint reference by string.
|
void |
setMessageId(String messageId)
Sets the message id from uri string.
|
void |
setMessageId(URI messageId)
Sets the message id.
|
void |
setReplyTo(org.springframework.ws.soap.addressing.core.EndpointReference replyTo)
Sets the reply to endpoint reference.
|
void |
setReplyTo(String replyTo)
Sets the reply to endpoint reference by string.
|
void |
setTo(String to)
Sets the to uri by string.
|
void |
setTo(URI to)
Sets the to uri.
|
void |
setVersion(WsAddressingVersion version)
Sets the adressing version.
|
public WsAddressingVersion getVersion()
public void setVersion(WsAddressingVersion version)
version - the version to setpublic URI getAction()
public void setAction(URI action)
action - the action to setpublic void setAction(String action)
action - the action to setpublic URI getTo()
public void setTo(URI to)
to - the to to setpublic void setTo(String to)
to - the to to setpublic URI getMessageId()
public void setMessageId(URI messageId)
messageId - the messageId to setpublic void setMessageId(String messageId)
messageId - the messageId to setpublic org.springframework.ws.soap.addressing.core.EndpointReference getFrom()
public void setFrom(org.springframework.ws.soap.addressing.core.EndpointReference from)
from - the from to setpublic void setFrom(String from)
from - the from to setpublic org.springframework.ws.soap.addressing.core.EndpointReference getReplyTo()
public void setReplyTo(org.springframework.ws.soap.addressing.core.EndpointReference replyTo)
replyTo - the replyTo to setpublic void setReplyTo(String replyTo)
replyTo - the replyTo to setpublic org.springframework.ws.soap.addressing.core.EndpointReference getFaultTo()
public void setFaultTo(org.springframework.ws.soap.addressing.core.EndpointReference faultTo)
faultTo - the faultTo to setpublic void setFaultTo(String faultTo)
faultTo - the faultTo to setCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.