org.eclipse.higgins.sts.api
Interface IMessage

All Known Subinterfaces:
IMEXResponse, IResponseMessage, ISTSRequest, ISTSResponse

public interface IMessage

Interface representing the Message

Author:
mikemci at us dot ibm dot com

Method Summary
 IAddressingInformation getAddressingInformation()
          Gets the Addressing Information
 IElement getMessage()
          Gets the Raw Message Information
 ISecurityInformation getSecurityInformation()
          Gets the Security Information
 void setAddressingInformation(IAddressingInformation addressingInformation)
          Sets the Addressing Information
 void setMessage(IElement messageInformation)
          Sets the Raw Message Information
 void setSecurityInformation(ISecurityInformation securityInformation)
          Sets the Security Information
 

Method Detail

getAddressingInformation

public IAddressingInformation getAddressingInformation()
Gets the Addressing Information

Returns:
the Addressing Information

setAddressingInformation

public void setAddressingInformation(IAddressingInformation addressingInformation)
Sets the Addressing Information

Parameters:
addressingInformation - the Addressing Information

getSecurityInformation

public ISecurityInformation getSecurityInformation()
Gets the Security Information

Returns:
the Security Information

setSecurityInformation

public void setSecurityInformation(ISecurityInformation securityInformation)
Sets the Security Information

Parameters:
securityInformation - the Security Information

getMessage

public IElement getMessage()
Gets the Raw Message Information

Returns:
the Raw Message Information

setMessage

public void setMessage(IElement messageInformation)
Sets the Raw Message Information

Parameters:
messageInformation - the Raw Message Information