@XmlSimpleName(value="hostname-verifier") public class SSLHostnameVerifierProcessor extends Object implements ElementProcessor<SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder>
ElementProcessor
that will parse and produce a
HostnameVerifier
based on hostname-verifier configuration element.Constructor and Description |
---|
SSLHostnameVerifierProcessor() |
Modifier and Type | Method and Description |
---|---|
SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement
to return a specific type of value.process
in interface ElementProcessor<SSLSocketProviderDependenciesBuilder.HostnameVerifierBuilder>
context
- the ProcessingContext
in which the
XmlElement
is being processedxmlElement
- the XmlElement
to processConfigurationException
- when a configuration problem was encountered