Class WsaHeaderValue
java.lang.Object
org.projecthusky.xua.communication.soap.impl.WsaHeaderValue
Class implementing the parameters for SOAP WSA Headers
Klasse welche die Parameter und Methoden für SOAP WSA Headers definiert
-
Constructor Summary
ConstructorsConstructorDescriptionWsaHeaderValue(String messageId, String action, String to) Constructor with params.WsaHeaderValue(String messageId, String action, String to, boolean aMustUnderstand) Constructor with params. -
Method Summary
Modifier and TypeMethodDescriptionMethod to get.Method to get.getTo()Method to get.booleanMethod to get.voidMethod to set.voidsetMessageId(String messageId) Method to set.voidsetMustUnderstand(boolean mustUnderstand) Method to set.voidMethod to set.
-
Constructor Details
-
WsaHeaderValue
Constructor with params.- Parameters:
messageId- the message idaction- the actionto- the to info
-
WsaHeaderValue
Constructor with params.- Parameters:
messageId- the message idaction- the actionto- the to infoaMustUnderstand- the must understand value
-
-
Method Details
-
getAction
Method to get.- Returns:
- the mAction value
-
getMessageId
Method to get.- Returns:
- the mMessageId value
-
getTo
Method to get.- Returns:
- the mTo value
-
isMustUnderstand
public boolean isMustUnderstand()Method to get.- Returns:
- the mMustUnderstand value
-
setAction
Method to set.- Parameters:
action- the action to be set
-
setMessageId
Method to set.- Parameters:
messageId- the messageId to be set
-
setMustUnderstand
public void setMustUnderstand(boolean mustUnderstand) Method to set.- Parameters:
mustUnderstand- the mustUnderstand to be set
-
setTo
Method to set.- Parameters:
to- the to to be set
-