Class InitiatorDependenciesProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.InitiatorDependenciesProcessor
-
- All Implemented Interfaces:
ElementProcessor<com.tangosol.internal.net.service.peer.initiator.InitiatorDependencies>
@XmlSimpleName("initiator-config") public class InitiatorDependenciesProcessor extends Object implements ElementProcessor<com.tangosol.internal.net.service.peer.initiator.InitiatorDependencies>
AnElementProcessor
that will parse an <initator-config> and produce anInitiatorDependencies
.- Since:
- Coherence 12.1.3
- Author:
- bo 2013.07.16
-
-
Constructor Summary
Constructors Constructor Description InitiatorDependenciesProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.tangosol.internal.net.service.peer.initiator.InitiatorDependencies
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public com.tangosol.internal.net.service.peer.initiator.InitiatorDependencies 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.initiator.InitiatorDependencies>
- 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
-
-