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