|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |