public class SSLNameListProcessor extends Object implements ElementProcessor<SSLSocketProviderDependenciesBuilder.NameListDependencies>
ElementProcessor that will parse and produce a
NameListDependencies based on a protocol-versions or cipher-suites configuration element.| Constructor and Description |
|---|
SSLNameListProcessor(String sName) |
| Modifier and Type | Method and Description |
|---|---|
SSLSocketProviderDependenciesBuilder.NameListDependencies |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public SSLNameListProcessor(String sName)
public SSLSocketProviderDependenciesBuilder.NameListDependencies process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
ElementProcessorXmlElement to return a specific type of value.process in interface ElementProcessor<SSLSocketProviderDependenciesBuilder.NameListDependencies>context - the ProcessingContext in which the
XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered