Class AcceptorDependenciesProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.AcceptorDependenciesProcessor
- All Implemented Interfaces:
ElementProcessor<com.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies>
@XmlSimpleName("acceptor-config")
public class AcceptorDependenciesProcessor
extends Object
implements ElementProcessor<com.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies>
An
ElementProcessor
that will parse an <acceptor-config> and
produce an AcceptorDependencies
.- Since:
- Coherence 12.1.3
- Author:
- bo 2013.07.02
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies
process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
AcceptorDependenciesProcessor
public AcceptorDependenciesProcessor()
-
-
Method Details
-
process
public com.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<com.tangosol.internal.net.service.peer.acceptor.AcceptorDependencies>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-