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 HttpAcceptorDependenciesProcessor

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

All Implemented Interfaces:
ElementProcessor

@XmlSimpleName(value="http-acceptor")
public class HttpAcceptorDependenciesProcessor
extends java.lang.Object
implements ElementProcessor

An ElementProcessor to produce a HttpAcceptorDependencies from a <http-acceptor%gt; configuration.

Author:
bo 2013.07.11

Constructor Summary
HttpAcceptorDependenciesProcessor()
           

 

Method Summary
 com.tangosol.internal.net.service.peer.acceptor.HttpAcceptorDependencies process(ProcessingContext context, XmlElement xmlElement)
          Process an XmlElement to return a specific type of value.

 

Constructor Detail

HttpAcceptorDependenciesProcessor

public HttpAcceptorDependenciesProcessor()

Method Detail

process

public com.tangosol.internal.net.service.peer.acceptor.HttpAcceptorDependencies 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.