org.eclipse.higgins.sts.api
Interface IResponseMessage

All Superinterfaces:
IMessage
All Known Subinterfaces:
IMEXResponse, ISTSResponse

public interface IResponseMessage
extends IMessage

Interface representing the Response

Author:
mikemci at us dot ibm dot com

Method Summary
 IFault getFault()
          Gets the Fault
 void setFault(IFault fault)
          Sets a Fault
 
Methods inherited from interface org.eclipse.higgins.sts.api.IMessage
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 

Method Detail

getFault

IFault getFault()
Gets the Fault

Returns:
the Fault

setFault

void setFault(IFault fault)
Sets a Fault

Parameters:
fault - the Fault