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