com.pecasim.base.insert
Class XmlFile

java.lang.Object
  extended by com.pecasim.base.insert.XmlFile

public class XmlFile
extends java.lang.Object

Author:
cbu Stellt ein Xml-File dar

Constructor Summary
XmlFile(java.lang.String anUrl)
           
 
Method Summary
 java.lang.Object getObject()
          Liefert ein abgespeichertes Object
 void storeObject(java.lang.Object anObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlFile

public XmlFile(java.lang.String anUrl)
Parameters:
anUrl: - != null Initialisiert mit einer URL zu einer Datei
Method Detail

storeObject

public void storeObject(java.lang.Object anObject)
                 throws SimBaseException
Parameters:
anObject: - != null Speichert ein Object ab
Throws:
SimBaseException

getObject

public java.lang.Object getObject()
                           throws SimBaseException
Liefert ein abgespeichertes Object

Returns:
Object: -> null
Throws:
SimBaseException