@XmlSimpleName(value="operation-bundling") public class OperationBundlingProcessor extends Object implements ElementProcessor<BundleManager>
OperationBundlingProcessor is responsible for processing an operation-bundling XmlElement to produce an BundleManager.| Constructor and Description |
|---|
OperationBundlingProcessor() |
| Modifier and Type | Method and Description |
|---|---|
BundleManager |
process(ProcessingContext context, XmlElement element)
Process an
XmlElement to return a specific type of value. |
public BundleManager process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<BundleManager>context - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered