Package rocket.beans.rebind

Examples of rocket.beans.rebind.Rpc


      final RpcTag tag = new RpcTag();
      tag.setElement((Element) node);
      tag.setFilename(filename);
      tag.setPlaceHolderResolver(placeHolderResolver);

      final Rpc service = new Rpc();
      service.setId(tag.getId());
      service.setServiceEntryPoint(tag.getServiceEntryPoint());
      service.setServiceInterface(tag.getServiceInterface());

      this.addBean(service);
    }
  }
View Full Code Here

TOP

Related Classes of rocket.beans.rebind.Rpc

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.