Package org.kapott.hbci.protocol.factory
Class MSGFactory
- java.lang.Object
-
- org.kapott.hbci.tools.ObjectFactory
-
- org.kapott.hbci.protocol.factory.MSGFactory
-
public class MSGFactory extends ObjectFactory
-
-
Field Summary
Fields Modifier and Type Field Description private static MSGFactoryinstance-
Fields inherited from class org.kapott.hbci.tools.ObjectFactory
currentPoolSize, freeObjects, usedObjects
-
-
Constructor Summary
Constructors Modifier Constructor Description privateMSGFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MSGcreateMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen)MSGcreateMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq)MSGcreateMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)MSGcreateMSG(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)static MSGFactorygetInstance()voidunuseObject(java.lang.Object o)-
Methods inherited from class org.kapott.hbci.tools.ObjectFactory
addToFreePool, addToUsedPool, getFreeObject, getFreeObjects, getUsedObjects, toString
-
-
-
-
Field Detail
-
instance
private static MSGFactory instance
-
-
Method Detail
-
getInstance
public static MSGFactory getInstance()
-
createMSG
public MSG createMSG(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)
-
createMSG
public MSG createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen)
-
createMSG
public MSG createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq)
-
createMSG
public MSG createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)
-
unuseObject
public void unuseObject(java.lang.Object o)
- Overrides:
unuseObjectin classObjectFactory
-
-