@XmlSimpleName(value="topologies") public class TopologyRefsProcessor extends Object implements ElementProcessor<List<FederatedScheme.TopologyReference>>
TopologyRefsProcessor is an ElementProcessor for the <topology-refs%gt; element of Coherence Cache Configuration files.| Constructor and Description |
|---|
TopologyRefsProcessor() |
| Modifier and Type | Method and Description |
|---|---|
List<FederatedScheme.TopologyReference> |
process(ProcessingContext context, XmlElement xmlElement)
Process an
XmlElement to return a specific type of value. |
public List<FederatedScheme.TopologyReference> process(ProcessingContext context, XmlElement xmlElement) throws ConfigurationException
XmlElement to return a specific type of value.process in interface ElementProcessor<List<FederatedScheme.TopologyReference>>context - the ProcessingContext in which the XmlElement is being processedxmlElement - the XmlElement to processConfigurationException - when a configuration problem was encountered