Package com.dbxml.labrador.broker

Examples of com.dbxml.labrador.broker.Broker


      if ( result != null )
         return result;
      else {
         // The the Broker instance
         Broker broker = Broker.getInstance();

         // Get the Describer for the specified type
         Describer describer = broker.getDescriber(type);

         // Retrieve the best Resolver
         Resolver resolver = broker.getBestResolver(id);

         // Retrieve the Discovery interface from the Resolver
         Discovery discovery = resolver.getDiscovery(id);

         // Stream the description to the StringWriter
View Full Code Here

TOP

Related Classes of com.dbxml.labrador.broker.Broker

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.