Sun Adapter for SAG API

Uses of Interface
com.stc.connector.sagadapter.sagapi.SAGMessage

Packages that use SAGMessage
com.stc.connector.sagadapter.sagapi   
 

Uses of SAGMessage in com.stc.connector.sagadapter.sagapi
 

Methods in com.stc.connector.sagadapter.sagapi that return SAGMessage
 SAGMessage SAGApi.Services.FileActServer.getRequest()
          Gets the current request message.
 SAGMessage SAGApi.Services.InterActServer.getRequest()
          Gets the SAG message.
 SAGMessage RemoteApis.RaSAG.getRequest()
          Gets the request.
 SAGMessage SAGApi.Services.FileActClient.getResponse()
          Returns the current Response from the previous exchange.
 SAGMessage SAGApi.Services.InterActClient.getResponse()
          Returns the current Response from the previous exchange.
 SAGMessage RemoteApis.RaSAG.getResponse()
          Gets the response.
 

Methods in com.stc.connector.sagadapter.sagapi with parameters of type SAGMessage
 void RemoteApis.RaSAG.SAGLMAC.compute(SAGMessage msg)
          Computes local authentication code on the specified SAGMessage.
 void RemoteApis.RaSAG.setRequest(SAGMessage request)
          Sets the request.
 void RemoteApis.RaSAG.setResponse(SAGMessage response)
          Sets the response.
 void RemoteApis.RaSAG.SAGLMAC.verify(SAGMessage msg)
          Verifies local authentication code on the specified SAGMessage.
 


Sun Adapter for SAG API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.