Package org.xmlBlaster.client.dispatch

Examples of org.xmlBlaster.client.dispatch.ClientDispatchConnectionsHandler


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

TOP

Related Classes of org.xmlBlaster.client.dispatch.ClientDispatchConnectionsHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.