Package railo.runtime.cache.eh.remote.soap

Examples of railo.runtime.cache.eh.remote.soap.SoapClient


   
   
   
   
    this.rest=new RESTClient(new URL(url.toExternalForm()+"rest/"));
    this.soap=new SoapClient(new URL(url.toExternalForm()+"soap/EhcacheWebServiceEndpoint?wsdl"));
  }
View Full Code Here

TOP

Related Classes of railo.runtime.cache.eh.remote.soap.SoapClient

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.