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