Class OperationBundlingProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.OperationBundlingProcessor
- All Implemented Interfaces:
ElementProcessor<BundleManager>
@XmlSimpleName("operation-bundling")
public class OperationBundlingProcessor
extends Object
implements ElementProcessor<BundleManager>
A
OperationBundlingProcessor
is responsible for processing an
operation-bundling XmlElement
to produce an BundleManager
.- Since:
- Coherence 12.1.2
- Author:
- pfm 2011.12.02
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
OperationBundlingProcessor
public OperationBundlingProcessor()
-
-
Method Details
-
process
public BundleManager process(ProcessingContext context, XmlElement element) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<BundleManager>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedelement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-