class documentation
class BindInitializer(xmlstream.BaseFeatureInitiatingInitializer): (source)
Constructor: BindInitializer(xs, required)
Initializer that implements Resource Binding for the initiating entity.
This protocol is documented in RFC 3920, section 7.
Method | on |
Undocumented |
Method | start |
Start the actual initialization. |
Class Variable | feature |
Undocumented |
Inherited from BaseFeatureInitiatingInitializer
:
Method | __init__ |
Undocumented |
Method | initialize |
Initiate the initialization. |
Instance Variable | required |
whether the stream feature is required to be advertized by the receiving entity. |
Instance Variable | xmlstream |
The associated XML stream |