Class TcpInitiatorProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.TcpInitiatorProcessor
- All Implemented Interfaces:
ElementProcessor<com.tangosol.internal.net.service.peer.initiator.TcpInitiatorDependencies>
@XmlSimpleName("tcp-initiator")
public class TcpInitiatorProcessor
extends Object
implements ElementProcessor<com.tangosol.internal.net.service.peer.initiator.TcpInitiatorDependencies>
An
ElementProcessor
that will parse an <tcp-initiator> and
produce a TcpInitiatorDependencies object.- Since:
- Coherence 12.1.3
- Author:
- pfm 2013.08.28
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.tangosol.internal.net.service.peer.initiator.TcpInitiatorDependencies
process
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
TcpInitiatorProcessor
public TcpInitiatorProcessor()
-
-
Method Details
-
process
public com.tangosol.internal.net.service.peer.initiator.TcpInitiatorDependencies 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.TcpInitiatorDependencies>
- 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
-