railo.runtime.cache.eh.remote.soap
Class SoapClient
java.lang.Object
railo.runtime.cache.eh.remote.soap.SoapClient
public class SoapClient
- extends Object
SoapClient
public SoapClient(URL endpoint)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
getCache
public Cache getCache(String cacheName)
throws Exception
- Throws:
Exception
getKeysWithExpiryCheck
public List getKeysWithExpiryCheck(String cacheName)
throws MalformedURLException,
RemoteException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
RemoteException
javax.xml.rpc.ServiceException
get
public CacheEntry get(String cacheName,
String key)
throws MalformedURLException,
RemoteException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
RemoteException
javax.xml.rpc.ServiceException
getQuiet
public CacheEntry getQuiet(String cacheName,
String key)
throws MalformedURLException,
RemoteException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
RemoteException
javax.xml.rpc.ServiceException
remove
public boolean remove(String cacheName,
String key)
throws MalformedURLException,
RemoteException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
RemoteException
javax.xml.rpc.ServiceException
removeQuiet
public boolean removeQuiet(String cacheName,
String key)
throws MalformedURLException,
RemoteException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
RemoteException
javax.xml.rpc.ServiceException
put
public void put(String cacheName,
Element element)
throws MalformedURLException,
RemoteException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
RemoteException
javax.xml.rpc.ServiceException
putQuiet
public void putQuiet(String cacheName,
Element element)
throws MalformedURLException,
RemoteException,
javax.xml.rpc.ServiceException
- Throws:
MalformedURLException
RemoteException
javax.xml.rpc.ServiceException
Copyright © 2012 Railo