Home | Trees | Indices | Help |
|
---|
|
object --+ | BasicServiceEndpoint
Generic endpoint object that contains parsed service information, as well as a reference to the service element from which it was generated. If there is more than one xrd:Type or xrd:URI in the xrd:Service, this object represents just one of those pairs.
This object can be used as a filter, because it implements fromBasicServiceEndpoint.
The simplest kind of filter you can write implements fromBasicServiceEndpoint, which takes one of these objects.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Static Methods | |||
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Query this endpoint to see if it has any of the given type URIs. This is useful for implementing other endpoint classes that e.g. need to check for the presence of multiple versions of a single protocol.
|
Trivial transform from a basic endpoint to itself. This method exists to allow BasicServiceEndpoint to be used as a filter. If you are subclassing this object, re-implement this function.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jul 29 15:11:30 2010 | http://epydoc.sourceforge.net |