Skip navigation links

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

E47890-01


com.tangosol.config.xml
Interface DocumentProcessor.Dependencies

All Known Implementing Classes:
DocumentProcessor.DefaultDependencies
Enclosing class:
DocumentProcessor

public static interface DocumentProcessor.Dependencies

The DocumentProcessor.Dependencies of DocumentProcessors.


Method Summary
 java.lang.ClassLoader getContextClassLoader()
          Obtains the ClassLoader to use for dynamically loading classes during processing.
 NamespaceHandler getDefaultNamespaceHandler()
          The NamespaceHandler for the default (ie: unspecified) xml namespace.
 com.tangosol.config.expression.ParameterResolver getDefaultParameterResolver()
          Obtains the default ParameterResolver that may be used for resolving externally defined configuration parameters, like those from the operating system or container.
 com.tangosol.config.expression.ExpressionParser getExpressionParser()
          Obtains the ExpressionParser to use for parsing Expressions during document processing.
 ResourceRegistry getResourceRegistry()
          Obtains the ResourceRegistry for the DocumentProcessor.

 

Method Detail

getResourceRegistry

ResourceRegistry getResourceRegistry()
Obtains the ResourceRegistry for the DocumentProcessor.
Returns:
a ResourceRegistry

getContextClassLoader

java.lang.ClassLoader getContextClassLoader()
Obtains the ClassLoader to use for dynamically loading classes during processing.
Returns:
the ClassLoader

getExpressionParser

com.tangosol.config.expression.ExpressionParser getExpressionParser()
Obtains the ExpressionParser to use for parsing Expressions during document processing.
Returns:
the ExpressionParser

getDefaultNamespaceHandler

NamespaceHandler getDefaultNamespaceHandler()
The NamespaceHandler for the default (ie: unspecified) xml namespace.
Returns:
the default NamespaceHandler

getDefaultParameterResolver

com.tangosol.config.expression.ParameterResolver getDefaultParameterResolver()
Obtains the default ParameterResolver that may be used for resolving externally defined configuration parameters, like those from the operating system or container. This ParameterResolver is used when one is not provide or one is required during parsing and processing the document.
Returns:
the default ParameterResolver

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.