|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.config.xml.DocumentProcessor
public class DocumentProcessor
A DocumentProcessor is responsible for processing in an XmlDocument to produce a resulting configured resource.
During the processing of the XmlDocument, the provided ResourceRegistry may be accessed/mutated.
| Nested Class Summary | |
|---|---|
static class |
DocumentProcessor.DefaultDependenciesThe DocumentProcessor.DefaultDependencies is the default implementation of the DocumentProcessor DocumentProcessor.Dependencies interface. |
static interface |
DocumentProcessor.DependenciesThe DocumentProcessor.Dependencies of DocumentProcessors. |
| Constructor Summary | |
|---|---|
DocumentProcessor(DocumentProcessor.Dependencies dependencies)Construct a DocumentProcessor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
process(XmlDocumentReference refDocument, XmlDocumentReference[] aOverrides)Processes the XmlDocument located at the specified XmlDocumentReference. |
| Constructor Detail |
|---|
public DocumentProcessor(DocumentProcessor.Dependencies dependencies)
DocumentProcessor.
dependencies - the DocumentProcessor.Dependencies for the DocumentProcessor| Method Detail |
|---|
public java.lang.Object process(XmlDocumentReference refDocument,
XmlDocumentReference[] aOverrides)
throws ConfigurationException
XmlDocument located at the specified XmlDocumentReference.refDocument - the XmlDocumentReferenceXmlDocument specified by the XmlDocumentReferenceConfigurationException - when a configuration problem was encountered
|
Oracle® Fusion Middleware Java API Reference for Oracle Coherence 12c (12.1.3.0.0) E47890-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||