Package org.kapott.hbci.dialog
Class HBCIDialogSync
java.lang.Object
org.kapott.hbci.dialog.AbstractRawHBCIDialog
org.kapott.hbci.dialog.AbstractRawHBCIDialogInit
org.kapott.hbci.dialog.HBCIDialogSync
- All Implemented Interfaces:
RawHBCIDialog
Diese Klasse enthaelt die Synchronisierung.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumLegt fest, ob die System-ID oder die Signatur-ID synchronisiert werden soll. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidapplyData(DialogContext ctx) Befuellt die Daten fuer die Nachricht.protected voidcheckResult(DialogContext ctx) Kann implementiert werden, um das Ergebnis des Dialogs zu pruefen.protected HBCIMsgStatussendData(DialogContext ctx) Default-Implementierung fuer den Versand.Methods inherited from class org.kapott.hbci.dialog.AbstractRawHBCIDialog
createSCARequest, execute, getActualTemplate, getSegmentVersion, getTemplate, setTemplate
-
Field Details
-
mode
-
-
Constructor Details
-
HBCIDialogSync
ct.- Parameters:
mode- der Modus.
-
-
Method Details
-
applyData
Description copied from class:AbstractRawHBCIDialogBefuellt die Daten fuer die Nachricht.- Overrides:
applyDatain classAbstractRawHBCIDialogInit- Parameters:
ctx- der Kontext.- See Also:
-
sendData
Description copied from class:AbstractRawHBCIDialogDefault-Implementierung fuer den Versand. Verschluesselung und Signierung findet nur statt, wenn es kein anonymer Dialog ist.- Overrides:
sendDatain classAbstractRawHBCIDialog- Parameters:
ctx- der Kontext.- Returns:
- die Ergebnis-Daten.
- See Also:
-
checkResult
Description copied from class:AbstractRawHBCIDialogKann implementiert werden, um das Ergebnis des Dialogs zu pruefen.- Overrides:
checkResultin classAbstractRawHBCIDialog- Parameters:
ctx- der Kontext.- See Also:
-