public class SSLManagerProcessor extends Object implements ElementProcessor<SSLSocketProviderDependenciesBuilder.DefaultManagerDependencies>
ElementProcessor that will parse and produce a
DefaultManagerDependencies based on a identity-manager/trust-manager configuration element.| Constructor and Description |
|---|
SSLManagerProcessor() |
| Modifier and Type | Method and Description |
|---|---|
SSLSocketProviderDependenciesBuilder.DefaultManagerDependencies |
process(ProcessingContext context,
XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public SSLSocketProviderDependenciesBuilder.DefaultManagerDependencies process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
ElementProcessorXmlElement to return a specific type of value.process in interface ElementProcessor<SSLSocketProviderDependenciesBuilder.DefaultManagerDependencies>context - the ProcessingContext in which the
XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered