Interface Summary |
BindingBase |
Contains base operations to be implemented by bindings. |
BindingFactory |
A factory interface for creating client and server bindings. |
BindingManager |
The manager interface represents a repository for accessing
BindingFactory s. |
ClientBinding |
Provides methods for invoking operations on an endpoint. |
DataBindingCallback |
Callback used during IO for the bindings to figure out how to properly construct the messages. |
DataReader<T> |
|
DataWriter<T> |
|
ServerBinding |
ServerBinding |
ServerBindingEndpointCallback |
ServerBindingEndpointCallback
Callback used from ServerBinding's to create the DataBindingCallback object used during dispatch
to handle the IO requirements of the endpoint. |