Package org.platformlayer.service.jetty.client.jettyservice

Examples of org.platformlayer.service.jetty.client.jettyservice.JettyServicePlace


  public ShellPlace getChild(String pathToken) {
    return getServicePlace(pathToken);
  }

  public JettyServicePlace getServicePlace(String domainKey) {
    return new JettyServicePlace(this, domainKey);
  }
View Full Code Here

TOP

Related Classes of org.platformlayer.service.jetty.client.jettyservice.JettyServicePlace

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.