Class CacheServiceProxyProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.CacheServiceProxyProcessor
- All Implemented Interfaces:
 ElementProcessor<com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies>
@XmlSimpleName("cache-service-proxy")
public class CacheServiceProxyProcessor
extends Object
implements ElementProcessor<com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies>
An 
ElementProcessor that will parse cache-service-proxy configuration
 element tp produce a DefaultCacheServiceProxyDependencies object.- Since:
 - Coherence 12.1.3
 - Author:
 - pfm 2013.08.15
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependenciesprocess(ProcessingContext context, XmlElement xmlElement) Process anXmlElementto return a specific type of value. 
- 
Constructor Details
- 
CacheServiceProxyProcessor
public CacheServiceProxyProcessor() 
 - 
 - 
Method Details
- 
process
public com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElementto return a specific type of value.- Specified by:
 processin interfaceElementProcessor<com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies>- Parameters:
 context- theProcessingContextin which theXmlElementis being processedxmlElement- theXmlElementto process- Returns:
 - a value of type T
 - Throws:
 ConfigurationException- when a configuration problem was encountered
 
 -