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