Home | Trees | Indices | Help |
|
---|
|
Generic Remoting gateway.
|
|||
_request_class Remoting service request. |
|
|||
|
|||
|
|||
|
|||
ServiceRequest |
|
||
|
|||
Envelope |
|
||
bool
|
|
||
|
|||
bool
|
|
||
|
|||
|
|||
|
|||
Inherited from |
|
|||
debug = False
|
|
|||
Callable or None
|
authenticator A callable that will check the credentials of the request before allowing access to the service. |
||
preprocessor Called before the actual service method is invoked. |
|||
ServiceCollection |
services A map of service names to callables. |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Adds a service to the gateway.
|
Removes a service from the gateway.
|
Returns a service based on the message.
|
Returns request processor.
|
Returns the response to the request. Any implementing gateway must define this function. |
Decides whether the underlying http request should be exposed as the first argument to the method call. This is granular, looking at the service method first, then at the service level and finally checking the gateway.
|
Gets an authenticator callable based on the service_request. This is
granular, looking at the service method first, then at the service level
and finally to see if there is a global authenticator function for the
gateway. Returns |
Processes an authentication request. If no authenticator is supplied, then authentication succeeds.
|
Gets a preprocessor callable based on the service_request. This is
granular, looking at the service method first, then at the service level
and finally to see if there is a global preprocessor function for the
gateway. Returns |
|
authenticatorA callable that will check the credentials of the request before allowing access to the service. Will return abool value.
|
preprocessorCalled before the actual service method is invoked. Useful for setting up sessions etc. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun May 4 20:52:45 2008 | http://epydoc.sourceforge.net |