Package org.kapott.hbci.protocol.factory
Class MSGFactory
java.lang.Object
org.kapott.hbci.tools.ObjectFactory
org.kapott.hbci.protocol.factory.MSGFactory
-
Field Summary
FieldsFields inherited from class org.kapott.hbci.tools.ObjectFactory
currentPoolSize, freeObjects, usedObjects
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateMSG
(String type, String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids) static MSGFactory
void
Methods inherited from class org.kapott.hbci.tools.ObjectFactory
addToFreePool, addToUsedPool, getFreeObject, getFreeObjects, getUsedObjects, toString
-
Field Details
-
instance
-
-
Constructor Details
-
MSGFactory
private MSGFactory()
-
-
Method Details
-
getInstance
-
createMSG
-
createMSG
-
createMSG
-
createMSG
-
unuseObject
- Overrides:
unuseObject
in classObjectFactory
-