public class SoapClient extends Object
Constructor and Description |
---|
SoapClient(URL endpoint) |
Modifier and Type | Method and Description |
---|---|
int |
clear(String name) |
CacheEntry |
get(String cacheName,
String key) |
Cache |
getCache(String cacheName) |
List |
getKeysWithExpiryCheck(String cacheName) |
CacheEntry |
getQuiet(String cacheName,
String key) |
static void |
main(String[] args) |
void |
put(String cacheName,
Element element) |
void |
putQuiet(String cacheName,
Element element) |
boolean |
remove(String cacheName,
String key) |
boolean |
removeQuiet(String cacheName,
String key) |
public SoapClient(URL endpoint)
public List getKeysWithExpiryCheck(String cacheName) throws MalformedURLException, RemoteException, javax.xml.rpc.ServiceException
public CacheEntry get(String cacheName, String key) throws MalformedURLException, RemoteException, javax.xml.rpc.ServiceException
public CacheEntry getQuiet(String cacheName, String key) throws MalformedURLException, RemoteException, javax.xml.rpc.ServiceException
public boolean remove(String cacheName, String key) throws MalformedURLException, RemoteException, javax.xml.rpc.ServiceException
public boolean removeQuiet(String cacheName, String key) throws MalformedURLException, RemoteException, javax.xml.rpc.ServiceException
public void put(String cacheName, Element element) throws MalformedURLException, RemoteException, javax.xml.rpc.ServiceException
public void putQuiet(String cacheName, Element element) throws MalformedURLException, RemoteException, javax.xml.rpc.ServiceException
Copyright © 2015 Lucee