Class SocketOptionsProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.SocketOptionsProcessor
-
- All Implemented Interfaces:
ElementProcessor<SocketOptions>
public class SocketOptionsProcessor extends Object implements ElementProcessor<SocketOptions>
AnElementProcessor
forSocketOptions
.- Author:
- bo 2013.07.10
-
-
Constructor Summary
Constructors Constructor Description SocketOptionsProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SocketOptions
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public SocketOptions process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<SocketOptions>
- 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
-
-