be.ehealth.technicalconnector.handler.domain
Class WsAddressingHeader
java.lang.Object
be.ehealth.technicalconnector.handler.domain.WsAddressingHeader
public class WsAddressingHeader
- extends Object
Domain object used for generating the WS-Addressing header.
WsAddressingHeader
public WsAddressingHeader(URI action)
getMessageID
public URI getMessageID()
- Returns:
- the messageID
setMessageID
public void setMessageID(URI messageID)
- Parameters:
messageID
- the messageID to set
getTo
public URI getTo()
- Returns:
- the to
setTo
public void setTo(URI to)
- Parameters:
to
- the to to set
getAction
public URI getAction()
- Returns:
- the action
setAction
public void setAction(URI action)
- Parameters:
action
- the action to set
getFrom
public String getFrom()
- Returns:
- the from
setFrom
public void setFrom(String from)
- Parameters:
from
- the from to set
getReplyTo
public String getReplyTo()
- Returns:
- the replyTo
setReplyTo
public void setReplyTo(String replyTo)
- Parameters:
replyTo
- the replyTo to set
getFaultTo
public String getFaultTo()
- Returns:
- the faultTo
setFaultTo
public void setFaultTo(String faultTo)
- Parameters:
faultTo
- the faultTo to set
getRelatesTo
public List<WsAddressingRelatesTo> getRelatesTo()
- Returns:
- the relatesTo
getMustUnderstand
public String getMustUnderstand()
- Returns:
- the mustUnderstand
setMustUnderstand
public void setMustUnderstand(boolean mustUnderstand)
- Parameters:
mustUnderstand
- the mustUnderstand to set
Connector Packaging TECHNICAL 3.25.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.