org.eclipse.higgins.sts.common
Class MEXResponse

java.lang.Object
  extended byorg.eclipse.higgins.sts.common.Message
      extended byorg.eclipse.higgins.sts.common.ResponseMessage
          extended byorg.eclipse.higgins.sts.common.MEXResponse
All Implemented Interfaces:
org.eclipse.higgins.sts.api.IMessage, org.eclipse.higgins.sts.api.IMEXResponse, org.eclipse.higgins.sts.api.IResponseMessage

public class MEXResponse
extends ResponseMessage
implements org.eclipse.higgins.sts.api.IMEXResponse

Encapsulates values associated with the STS Response (RequestSecurityTokenResponse[Collection])

Author:
mikemci at us dot ibm dot com

Constructor Summary
MEXResponse()
           
 
Method Summary
 org.eclipse.higgins.sts.api.IElement getMetadata()
          Gets the metadata
 void setMetadata(org.eclipse.higgins.sts.api.IElement metadata)
          Sets the IMetadata
 
Methods inherited from class org.eclipse.higgins.sts.common.ResponseMessage
getFault, setFault
 
Methods inherited from class org.eclipse.higgins.sts.common.Message
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.sts.api.IResponseMessage
getFault, setFault
 
Methods inherited from interface org.eclipse.higgins.sts.api.IMessage
getAddressingInformation, getMessage, getSecurityInformation, setAddressingInformation, setMessage, setSecurityInformation
 

Constructor Detail

MEXResponse

public MEXResponse()
Method Detail

getMetadata

public org.eclipse.higgins.sts.api.IElement getMetadata()
Gets the metadata

Specified by:
getMetadata in interface org.eclipse.higgins.sts.api.IMEXResponse
Returns:
the metadata

setMetadata

public void setMetadata(org.eclipse.higgins.sts.api.IElement metadata)
Sets the IMetadata

Specified by:
setMetadata in interface org.eclipse.higgins.sts.api.IMEXResponse
Parameters:
metadata - the IMetadata