* Returns the callback layer implementation 'CbDispatchConnectionsHandler' on server side.
* In util.Global we return the client side implementation 'ClientDispatchConnectionsHandler'
* @return A new instance of CbDispatchConnectionsHandler
*/
public DispatchConnectionsHandler createDispatchConnectionsHandler(DispatchManager dispatchManager) throws XmlBlasterException {
return new CbDispatchConnectionsHandler(this, dispatchManager);
}