public class WsAddressingHeader extends Object
Constructor and Description |
---|
WsAddressingHeader(URI action) |
Modifier and Type | Method and Description |
---|---|
URI |
getAction() |
String |
getFaultTo() |
String |
getFrom() |
URI |
getMessageID() |
String |
getMustUnderstand() |
List<WsAddressingRelatesTo> |
getRelatesTo() |
String |
getReplyTo() |
URI |
getTo() |
void |
setAction(URI action) |
void |
setFaultTo(String faultTo) |
void |
setFrom(String from) |
void |
setMessageID(URI messageID) |
void |
setMustUnderstand(boolean mustUnderstand) |
void |
setReplyTo(String replyTo) |
void |
setTo(URI to) |
public WsAddressingHeader(URI action)
public URI getMessageID()
public void setMessageID(URI messageID)
messageID
- the messageID to setpublic URI getTo()
public void setTo(URI to)
to
- the to to setpublic URI getAction()
public void setAction(URI action)
action
- the action to setpublic String getFrom()
public void setFrom(String from)
from
- the from to setpublic String getReplyTo()
public void setReplyTo(String replyTo)
replyTo
- the replyTo to setpublic String getFaultTo()
public void setFaultTo(String faultTo)
faultTo
- the faultTo to setpublic List<WsAddressingRelatesTo> getRelatesTo()
public String getMustUnderstand()
public void setMustUnderstand(boolean mustUnderstand)
mustUnderstand
- the mustUnderstand to set
Connector Packaging TECHNICAL 4.0.2 API
Copyright © {inceptionYear}-2021 eHealth. All Rights Reserved.