Class ParticipantBuildersProcessor
- java.lang.Object
-
- com.tangosol.coherence.config.xml.processor.ParticipantBuildersProcessor
-
- All Implemented Interfaces:
ElementProcessor<List<com.tangosol.coherence.config.builder.federation.ParticipantBuilder>>
@XmlSimpleName("participants") public class ParticipantBuildersProcessor extends Object implements ElementProcessor<List<com.tangosol.coherence.config.builder.federation.ParticipantBuilder>>
AnParticipantBuildersProcessor
is responsible for processing <participants>XmlElement
s to produce a list of ParticipantBuilders.- Since:
- Coherence 12.2.1
- Author:
- pfm 2013.03.18
-
-
Constructor Summary
Constructors Constructor Description ParticipantBuildersProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.tangosol.coherence.config.builder.federation.ParticipantBuilder>
process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-
-
-
Method Detail
-
process
public List<com.tangosol.coherence.config.builder.federation.ParticipantBuilder> process(ProcessingContext context, XmlElement element) throws ConfigurationException
Process anXmlElement
to return a specific type of value.- Specified by:
process
in interfaceElementProcessor<List<com.tangosol.coherence.config.builder.federation.ParticipantBuilder>>
- 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
-
-