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 MSGFactory
instance
-
Fields inherited from class org.kapott.hbci.tools.ObjectFactory
currentPoolSize, freeObjects, usedObjects
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MSGFactory()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MSG
createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen)
MSG
createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq)
MSG
createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)
MSG
createMSG(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)
static MSGFactory
getInstance()
void
unuseObject(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:
unuseObject
in classObjectFactory
-
-