@XmlSimpleName(value="cache-service-proxy") public class CacheServiceProxyProcessor extends Object implements ElementProcessor<com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies>
ElementProcessor
that will parse cache-service-proxy configuration
element tp produce a DefaultCacheServiceProxyDependencies
object.Constructor and Description |
---|
CacheServiceProxyProcessor() |
Modifier and Type | Method and Description |
---|---|
com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement
to return a specific type of value.process
in interface ElementProcessor<com.tangosol.internal.net.service.extend.proxy.DefaultCacheServiceProxyDependencies>
context
- the ProcessingContext
in which the
XmlElement
is being processedxmlElement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered