Class SSLNameListProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.SSLNameListProcessor
-
- All Implemented Interfaces:
ElementProcessor<SSLSocketProviderDependenciesBuilder.NameListDependencies>
public class SSLNameListProcessor extends Object implements ElementProcessor<SSLSocketProviderDependenciesBuilder.NameListDependencies>
AnElementProcessor
that will parse and produce a NameListDependencies based on a protocol-versions or cipher-suites configuration element.- Since:
- Coherence 12.2.1.1
- Author:
- jf 2015.11.11
-
-
Constructor Summary
Constructors Constructor Description SSLNameListProcessor(String sName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SSLSocketProviderDependenciesBuilder.NameListDependencies
process(ProcessingContext context, XmlElement xmlElement)
Process anXmlElement
to return a specific type of value.
-
-
-
Constructor Detail
-
SSLNameListProcessor
public SSLNameListProcessor(String sName)
-
-
Method Detail
-
process
public SSLSocketProviderDependenciesBuilder.NameListDependencies process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
Description copied from interface:ElementProcessor
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<SSLSocketProviderDependenciesBuilder.NameListDependencies>
- 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
-
-