Class SSLHostnameVerifierProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.SSLHostnameVerifierProcessor
- All Implemented Interfaces:
ElementProcessor<SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder>
@XmlSimpleName("hostname-verifier")
public class SSLHostnameVerifierProcessor
extends Object
implements ElementProcessor<SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder>
An
ElementProcessor
that will parse and produce a
HostnameVerifier
based on hostname-verifier configuration element.- Since:
- Coherence 12.2.1.1
- Author:
- jf 2015.11.11
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
SSLHostnameVerifierProcessor
public SSLHostnameVerifierProcessor()
-
-
Method Details
-
process
public SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder>
- 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
-