Class WsaHeaderValue

java.lang.Object
org.projecthusky.xua.communication.soap.impl.WsaHeaderValue

public class WsaHeaderValue extends Object
Class implementing the parameters for SOAP WSA Headers
Klasse welche die Parameter und Methoden für SOAP WSA Headers definiert
  • Constructor Details

    • WsaHeaderValue

      public WsaHeaderValue(String messageId, String action, String to)
      Constructor with params.
      Parameters:
      messageId - the message id
      action - the action
      to - the to info
    • WsaHeaderValue

      public WsaHeaderValue(String messageId, String action, String to, boolean aMustUnderstand)
      Constructor with params.
      Parameters:
      messageId - the message id
      action - the action
      to - the to info
      aMustUnderstand - the must understand value
  • Method Details

    • getAction

      public String getAction()
      Method to get.
      Returns:
      the mAction value
    • getMessageId

      public String getMessageId()
      Method to get.
      Returns:
      the mMessageId value
    • getTo

      public String getTo()
      Method to get.
      Returns:
      the mTo value
    • isMustUnderstand

      public boolean isMustUnderstand()
      Method to get.
      Returns:
      the mMustUnderstand value
    • setAction

      public void setAction(String action)
      Method to set.
      Parameters:
      action - the action to be set
    • setMessageId

      public void setMessageId(String messageId)
      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

      public void setTo(String to)
      Method to set.
      Parameters:
      to - the to to be set