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

Packages that use IInputMessage
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 IInputMessage in org.aselect.server.request.handler.aselect.authentication
 

Methods in org.aselect.server.request.handler.aselect.authentication with parameters of type IInputMessage
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 IInputMessage in org.aselect.server.request.handler.sfs.authentication
 

Methods in org.aselect.server.request.handler.sfs.authentication with parameters of type IInputMessage
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 IInputMessage in org.aselect.system.communication.server
 

Subinterfaces of IInputMessage in org.aselect.system.communication.server
 interface IMessageCreatorInterface
          Defines a common interface for a message creator.
 

Methods in org.aselect.system.communication.server that return IInputMessage
 IInputMessage Communicator.getInputMessage()
          Get input message.
 

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

Classes in org.aselect.system.communication.server.raw that implement IInputMessage
 class RawMessageCreator
          Message creator which uses CGI messages.
 

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

Classes in org.aselect.system.communication.server.soap11 that implement IInputMessage
 class SOAP11MessageCreator
          Message creator which uses SOAP 1.1 messages.
 

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

Classes in org.aselect.system.communication.server.soap12 that implement IInputMessage
 class SOAP12MessageCreator
          Message creator which uses SOAP 1.2 messages.
 



Copyright © 2008 SURFnet BV. All Rights Reserved.