|
ModeShape Distribution 3.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NodeImportDestination
Interface which is expected to be implemented by clients that perform node importing via XML, using the
NodeImportXmlHandler
class.
Method Summary | |
---|---|
ExecutionContext |
getExecutionContext()
Retrieves the execution context of the destination, in which the import will take place and which is used for creating values via the ValueFactories and for registering namespaces via the
NamespaceRegistry |
void |
submit(TreeMap<Path,NodeImportXmlHandler.ImportElement> parseResults)
Processes the given [nodePath, parseElement] mappings, which represent the results of the xml parsing. |
Method Detail |
---|
ExecutionContext getExecutionContext()
ValueFactories
and for registering namespaces via the
NamespaceRegistry
ExecutionContext
void submit(TreeMap<Path,NodeImportXmlHandler.ImportElement> parseResults) throws RepositoryException
parseResults
- a TreeMap
, never null.
RepositoryException
- if any error occurs while processing the parse results
|
ModeShape Distribution 3.0.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |