Package org.kapott.hbci.manager
Interface IHandlerData
-
- All Known Implementing Classes:
HBCIHandler
,HBCIInstitute
,HBCIUser
public interface IHandlerData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MsgGen
getMsgGen()
HBCIPassport
getPassport()
-
-
-
Method Detail
-
getPassport
HBCIPassport getPassport()
-
getMsgGen
MsgGen getMsgGen()
-
-