public interface DatexKonvertierungStatisch
Modifier and Type | Interface and Description |
---|---|
static class |
DatexKonvertierungStatisch.CreationOptions
Optionen bei der Erzeugung.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDatexII(java.util.Collection<ObjekteAtgAsp> objekteAtgAspListe,
DatexKonvertierungStatisch.CreationOptions... options)
Führe Konvertierung von Datenverteiler-Daten nach DATEX-II durch.
|
javax.xml.bind.JAXBContext |
getJAXBContext()
Rückgabe des JAX-B-Kontexts für die in liefereDaten verwendete JAX-B-Struktur.
|
void |
initialisiere(java.util.Collection<ObjekteAtgAsp> objects)
Initialisiere die Instanz mit einer Liste von Objektliste/Attributgruppe/Aspekt-Kombination.
|
java.lang.Object getDatexII(java.util.Collection<ObjekteAtgAsp> objekteAtgAspListe, DatexKonvertierungStatisch.CreationOptions... options)
objekteAtgAspListe
- Liste von Objektliste/Attributgruppe/Aspekt-Kombinationen.options
- Entferne alle Versionshinweise in der Datex-Strukturjavax.xml.bind.JAXBContext getJAXBContext() throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
- Falls die Instantiierung des Kontext nicht möglich ist.void initialisiere(java.util.Collection<ObjekteAtgAsp> objects) throws javax.naming.ConfigurationException
objects
- Liste von Objektliste/Attributgruppe/Aspekt-Kombination.javax.naming.ConfigurationException
- Fehler bei der Initialisierung (bspw. fehlende Parameter)