Uses of Interface
com.bankframe.fe.statemachine.base.connectors.IResponse

Packages that use IResponse
com.bankframe.fe.statemachine.base   
com.bankframe.fe.statemachine.ext.connectors   
com.bankframe.fe.statemachine.ext.connectors.servlet   
 

Uses of IResponse in com.bankframe.fe.statemachine.base
 

Methods in com.bankframe.fe.statemachine.base that return IResponse
 IResponse RequestContext.getResponse()
          Returns the IResponse for the current request.
 

Methods in com.bankframe.fe.statemachine.base with parameters of type IResponse
static IView RequestManager.manageRequest(IRequest request, IResponse response, java.util.Properties properties)
          This method calls buildDefaultRequestContext then RequestManager.manageRequest(RequestContext).
static IView RequestManager.manageRequest(IRequest request, IResponse response)
          Deprecated. use manageRequest(IRequest, IResponse, Properties)
static RequestContext RequestManager.buildDefaultRequestContext(IRequest request, IResponse response, java.util.Properties properties)
          This method creates a new RequestContext based on the values given.
 void RequestContext.setResponse(IResponse response)
          Sets the IResponse for the current request.
 

Uses of IResponse in com.bankframe.fe.statemachine.ext.connectors
 

Subinterfaces of IResponse in com.bankframe.fe.statemachine.ext.connectors
 interface IResponse
           
 

Uses of IResponse in com.bankframe.fe.statemachine.ext.connectors.servlet
 

Classes in com.bankframe.fe.statemachine.ext.connectors.servlet that implement IResponse
 class Response
           
 



Copyright © 2005 Siebel Systems, Inc. All rights reserved.