@XmlSimpleName(value="topology-definitions") public class TopologyBuildersProcessor extends Object implements ElementProcessor<List<com.tangosol.coherence.config.builder.federation.TopologyBuilder>>
TopologyBuildersProcessor is responsible for processing <topology-definition> XmlElements to produce a list of TopologyBuilders.| Constructor and Description |
|---|
TopologyBuildersProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<com.tangosol.coherence.config.builder.federation.TopologyBuilder> |
process(ProcessingContext context, XmlElement element)
Process an
XmlElement to return a specific type of value. |
public List<com.tangosol.coherence.config.builder.federation.TopologyBuilder> process(ProcessingContext context, XmlElement element) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<List<com.tangosol.coherence.config.builder.federation.TopologyBuilder>>context - the ProcessingContext in which the XmlElement is being processedelement - the XmlElement to processConfigurationException - when a configuration problem was encountered