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 AddressProviderBuilderProcessor

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

All Implemented Interfaces:
ElementProcessor

public class AddressProviderBuilderProcessor
extends java.lang.Object
implements ElementProcessor

An ElementProcessor that will parse and produce a ParameterizedBuilder<AddressProvider> based on an address-provider configuration element, that of which is defined as such (with support for foreign-namespaces)

   <!ELEMENT ... (socket-address+ | address-provider)>
   <!ELEMENT address-provider
     (class-name | (class-factory-name, method-name), init-params?>
   <!ELEMENT socket-address (address, port)>
 
Since:
Coherence 12.1.3
Author:
bo 2013.03.07

Constructor Summary
AddressProviderBuilderProcessor()
           

 

Method Summary
 AddressProviderBuilder process(ProcessingContext context, XmlElement xmlElement)
          Process an XmlElement to return a specific type of value.

 

Constructor Detail

AddressProviderBuilderProcessor

public AddressProviderBuilderProcessor()

Method Detail

process

public AddressProviderBuilder process(ProcessingContext context,
                                      XmlElement xmlElement)
                               throws ConfigurationException
Process an XmlElement to return a specific type of value.
Specified by:
process in interface ElementProcessor
Parameters:
context - the ProcessingContext in which the XmlElement is being processed
xmlElement - the XmlElement to process
Returns:
a value of type T
Throws:
ConfigurationException - when a configuration problem was encountered

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.