Package pyamf :: Package remoting :: Package gateway :: Class ServiceRequest
[hide private]
[frames] | no frames]

Class ServiceRequest

source code


Remoting service request.

Instance Methods [hide private]
 
__init__(self, amf_request, service, method)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
__call__(self, *args) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Instance Variables [hide private]
None or str method
The method to call on the service.
Envelope request
The request to service.
ServiceWrapper service
Facilitates the request.
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, amf_request, service, method)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Instance Variable Details [hide private]

method

The method to call on the service. A value of None means that the service will be called directly.
Type:
None or str