Package com.swiftmq.jms.smqp
Class SMQPFactory
- java.lang.Object
-
- com.swiftmq.tools.dump.DumpableFactory
-
- com.swiftmq.jms.smqp.SMQPFactory
-
public class SMQPFactory extends DumpableFactory
-
-
Field Summary
Fields Modifier and Type Field Description static intDID_SMQP_VERSION_REPstatic intDID_SMQP_VERSION_REQ
-
Constructor Summary
Constructors Constructor Description SMQPFactory()SMQPFactory(DumpableFactory protocolFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DumpablecreateDumpable(int dumpId)Creates a new Dumpable object for the given dump id.voidsetProtocolFactory(DumpableFactory protocolFactory)
-
-
-
Field Detail
-
DID_SMQP_VERSION_REQ
public static final int DID_SMQP_VERSION_REQ
- See Also:
- Constant Field Values
-
DID_SMQP_VERSION_REP
public static final int DID_SMQP_VERSION_REP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SMQPFactory
public SMQPFactory(DumpableFactory protocolFactory)
-
SMQPFactory
public SMQPFactory()
-
-
Method Detail
-
setProtocolFactory
public void setProtocolFactory(DumpableFactory protocolFactory)
-
createDumpable
public Dumpable createDumpable(int dumpId)
Description copied from class:DumpableFactoryCreates a new Dumpable object for the given dump id.- Specified by:
createDumpablein classDumpableFactory- Parameters:
dumpId- the dump id- Returns:
- Dumpable
-
-