Class ProtocolFactory
java.lang.Object
com.swiftmq.filetransfer.protocol.ProtocolFactory
- All Implemented Interfaces:
MessageBasedFactory
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate
(javax.jms.Message message) void
setDelegatedFactory
(MessageBasedFactory delegatedFactory)
-
Field Details
-
DUMPID_PROP
- See Also:
-
PROTOCOL_REQ
public static final int PROTOCOL_REQ- See Also:
-
PROTOCOL_REP
public static final int PROTOCOL_REP- See Also:
-
-
Constructor Details
-
ProtocolFactory
public ProtocolFactory() -
ProtocolFactory
-
-
Method Details
-
setDelegatedFactory
-
create
- Specified by:
create
in interfaceMessageBasedFactory
- Throws:
javax.jms.JMSException
-