Uses of Interface
org.aselect.system.communication.server.IProtocolRequest

Packages that use IProtocolRequest
org.aselect.server.request.handler.aselect.authentication   
org.aselect.server.request.handler.sfs.authentication   
org.aselect.system.communication.server   
org.aselect.system.communication.server.raw   
org.aselect.system.communication.server.soap11   
org.aselect.system.communication.server.soap12   
 

Uses of IProtocolRequest in org.aselect.server.request.handler.aselect.authentication
 

Methods in org.aselect.server.request.handler.aselect.authentication with parameters of type IProtocolRequest
protected  void ASelectAPIHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Processes all incoming application API calls.
protected abstract  void AbstractAPIRequestHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Prosesses the API request.
protected  void ApplicationAPIHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Processes all incoming application API calls.
 void AuthSPAPIHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Start processing a request coming from an authsp.
 

Uses of IProtocolRequest in org.aselect.server.request.handler.sfs.authentication
 

Methods in org.aselect.server.request.handler.sfs.authentication with parameters of type IProtocolRequest
protected  void ASelectAPIHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Processes all incoming application API calls.
protected abstract  void AbstractAPIRequestHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Prosesses the API request.
protected  void ApplicationAPIHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Processes all incoming application API calls.
 void AuthSPAPIHandler.processAPIRequest(IProtocolRequest oProtocolRequest, IInputMessage oInputMessage, IOutputMessage oOutputMessage)
          Start processing a request coming from an authsp.
 

Uses of IProtocolRequest in org.aselect.system.communication.server
 

Classes in org.aselect.system.communication.server that implement IProtocolRequest
 class ServletRequestWrapper
          Wrapper to communicate in a transparant manner to a HttpServletRequest.
 class TCPProtocolRequest
          Wrapper to communicate transparent to an incoming Socket request.
 

Methods in org.aselect.system.communication.server with parameters of type IProtocolRequest
 boolean Communicator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the Communicator.
 boolean IMessageCreatorInterface.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the message creator.
 

Uses of IProtocolRequest in org.aselect.system.communication.server.raw
 

Methods in org.aselect.system.communication.server.raw with parameters of type IProtocolRequest
 boolean RawMessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the RawMessageCreator.
 

Uses of IProtocolRequest in org.aselect.system.communication.server.soap11
 

Methods in org.aselect.system.communication.server.soap11 with parameters of type IProtocolRequest
 boolean SOAP11MessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the SOAP11MessageCreator.
 

Uses of IProtocolRequest in org.aselect.system.communication.server.soap12
 

Methods in org.aselect.system.communication.server.soap12 with parameters of type IProtocolRequest
 boolean SOAP12MessageCreator.init(IProtocolRequest oRequest, IProtocolResponse oResponse)
          Initializes the SOAP12MessageCreator.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.