createClientBinding(EndpointReferenceType reference) Creates a ClientBinding using the EndpointReferenceType.
Parameters: reference - The EndpointReferenceType the binding will use.
createServerBinding(EndpointReferenceType reference, ServerBindingEndpointCallback endpointCallback) Creates a ServerBinding for the EndpointReferenceType
and Endpoint provided.
Parameters: reference - The EndpointReferenceType the binding will use. Parameters: endpointCallback - The callback used by the binding to obtain additional informationfrom the data binding layers.
void
init(Bus bus) Initialize the factory with a Bus reference.
Creates a ClientBinding using the EndpointReferenceType.
Parameters: reference - The EndpointReferenceType the binding will use. ClientBinding The newly created ClientBinding.
Creates a ServerBinding for the EndpointReferenceType
and Endpoint provided.
Parameters: reference - The EndpointReferenceType the binding will use. Parameters: endpointCallback - The callback used by the binding to obtain additional informationfrom the data binding layers. ServerBinding The newly created ServerBinding.