Package pyamf :: Package flex :: Module messaging :: Class RemotingMessage
[hide private]
[frames] | no frames]

Class RemotingMessage

source code


I am used to send RPC requests to a remote endpoint.


See Also: RemotingMessage on Livedocs (external)

Nested Classes [hide private]
  __amf__
Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code

Inherited from AbstractMessage: __readamf__, __repr__, __writeamf__, decodeSmallAttribute, encodeSmallAttribute, getSmallMessage

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

Class Variables [hide private]

Inherited from AbstractMessage: DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, REMOTE_CREDENTIALS_HEADER, REQUEST_TIMEOUT_HEADER, SMALL_ATTRIBUTES, SMALL_ATTRIBUTE_FLAGS, SMALL_UUIDS, SMALL_UUID_FLAGS

Instance Variables [hide private]
  operation
Name of the remote method/operation that should be called.
  source
Name of the service to be called including package name.

Inherited from AbstractMessage: body, clientId, destination, headers, messageId, timeToLive, timestamp

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Instance Variable Details [hide private]

source

Name of the service to be called including package name. This property is provided for backwards compatibility.