Package SPyRO :: Module formats :: Class ORBFormats
[hide private]
[frames] | no frames]

Class ORBFormats

source code

object --+    
         |    
      dict --+
             |
            ORBFormats

The Object Request Broker Format class

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
init(self) source code
 
setFormat(self, name, generator)
Register a new format, with name |name| and |interface| is function that returns a fully functional interface to manage the format (i.e.
source code
 
fmtGUESS(self, *args, **kwargs) source code
 
fmtXMLRPC(self, *args, **kwargs) source code
 
fmtXMLRPCLegacy(self, *args, **kwargs) source code
 
fmtSOAPpy(self, *args, **kwargs) source code
 
fmtZSI(self, *args, **kwargs) source code
 
fmtMARSHAL(self, *args, **kwargs) source code
 
fmtPICKLE(self, *args, **kwargs) source code
 
fmtPICKLE0(self, *args, **kwargs) source code
 
fmtPICKLE1(self, *args, **kwargs) source code
 
fmtPICKLE2(self, *args, **kwargs) source code
 
fmtXML(self, *args, **kwargs) source code
 
fmtWDDX(self, *args, **kwargs) source code
 
fmtXMLGENERIC(self, *args, **kwargs) source code
 
fmtDEFAULT(self, *args, **kwargs) source code
 
getFormat(self, name, *args, **kwargs)
Retrieve a format broker |name|
source code

Inherited from dict: __cmp__, __contains__, __delitem__, __eq__, __ge__, __getattribute__, __getitem__, __gt__, __hash__, __iter__, __le__, __len__, __lt__, __ne__, __new__, __repr__, __setitem__, clear, copy, fromkeys, get, has_key, items, iteritems, iterkeys, itervalues, keys, pop, popitem, setdefault, update, values

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Returns:
new empty dictionary

Overrides: dict.__init__
(inherited documentation)

setFormat(self, name, generator)

source code 
Register a new format, with name |name| and |interface| is function that returns a fully functional interface to manage the format (i.e. a new instance of the format manager)