|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.elexis.exchange.XChangeImporter
ch.elexis.exchange.BlockImporter
public class BlockImporter
Constructor Summary | |
---|---|
BlockImporter(java.io.InputStream is)
|
Method Summary | |
---|---|
Result<?> |
finalizeImport()
end of the input operation. can be used for cleanup. |
Result<java.lang.Object> |
load(Element input,
java.lang.Object context)
load an Object from an XML stream |
Methods inherited from class ch.elexis.exchange.XChangeImporter |
---|
addBinary, findImportHandler, getContainer, load |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockImporter(java.io.InputStream is)
Method Detail |
---|
public Result<?> finalizeImport()
IDataReceiver
finalizeImport
in interface IDataReceiver
finalizeImport
in class XChangeImporter
public Result<java.lang.Object> load(Element input, java.lang.Object context)
IDataReceiver
load
in interface IDataReceiver
load
in class XChangeImporter
input
- the Element to loadcontext
- the context to put the element
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |