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