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 ProxyServiceProcessor

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

All Implemented Interfaces:
ElementProcessor

@XmlSimpleName(value="proxy-scheme")
public class ProxyServiceProcessor
extends ServiceBuilderProcessor

A ProxyServiceProcessor is an ElementProcessor responsible for producing a ProxyScheme.

Since:
Coherence 12.1.2
Author:
pfm 2013.08.15

Constructor Summary
ProxyServiceProcessor()
          Constructs a ProxyServiceProcessor.

 

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

 

Methods inherited from class com.tangosol.coherence.config.xml.processor.ServiceBuilderProcessor
instantiate

 

Constructor Detail

ProxyServiceProcessor

public ProxyServiceProcessor()
Constructs a ProxyServiceProcessor.

Method Detail

process

public ProxyScheme process(ProcessingContext context,
                           XmlElement element)
                    throws ConfigurationException
Process an XmlElement to return a specific type of value.
Specified by:
process in interface ElementProcessor
Overrides:
process in class ServiceBuilderProcessor
Parameters:
context - the ProcessingContext in which the XmlElement is being processed
element - 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.