Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.coherence.config.xml.processor
Class ElementProcessorHelper

java.lang.Object
  extended by com.tangosol.coherence.config.xml.processor.ElementProcessorHelper


public class ElementProcessorHelper
extends java.lang.Object

An ElementProcessorHelper provides a number of helper methods for ElementProcessors.

Since:
Coherence 12.1.2
Author:
bo 2012.02.02

Constructor Summary
ElementProcessorHelper()
           

 

Method Summary
static ParameterizedBuilder processParameterizedBuilder(ProcessingContext context, XmlElement element)
          Attempts to process the specified XmlElement to produce a ParameterizedBuilder given a ProcessingContext.

 

Constructor Detail

ElementProcessorHelper

public ElementProcessorHelper()

Method Detail

processParameterizedBuilder

public static ParameterizedBuilder processParameterizedBuilder(ProcessingContext context,
                                                               XmlElement element)
                                                        throws ConfigurationException
Attempts to process the specified XmlElement to produce a ParameterizedBuilder given a ProcessingContext.
Parameters:
context - the ProcessingContext to use
element - the XmlElement that contains the definition of a ParameterizedBuilder
Returns:
a ParameterizedBuilder or null if one is not available
Throws:
ConfigurationException - if an error occurs while processing the ParameterizedBuilder

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.