/**
* Returns the client access layer implementations 'ClientDispatchConnectionsHandler'
*/
public DispatchConnectionsHandler createDispatchConnectionsHandler(DispatchManager dispatchManager) throws XmlBlasterException {
return new ClientDispatchConnectionsHandler(this, dispatchManager);
}