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