Class MessageDeliveryModeProcessor
java.lang.Object
com.tangosol.coherence.config.xml.processor.MessageDeliveryModeProcessor
- All Implemented Interfaces:
ElementProcessor<Integer>
@XmlSimpleName("message-delivery-mode")
public class MessageDeliveryModeProcessor
extends Object
implements ElementProcessor<Integer>
An
ElementProcessor
for JMS <message-delivery-mode>
configurations.- Author:
- bo 2013.07.11
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprocess
(ProcessingContext context, XmlElement xmlElement) Process anXmlElement
to return a specific type of value.
-
Constructor Details
-
MessageDeliveryModeProcessor
public MessageDeliveryModeProcessor()
-
-
Method Details
-
process
public Integer process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<Integer>
- Parameters:
context
- theProcessingContext
in which theXmlElement
is being processedxmlElement
- theXmlElement
to process- Returns:
- a value of type T
- Throws:
ConfigurationException
- when a configuration problem was encountered
-