org.robokind.impl.messaging
Class BytesMessageFactory
java.lang.Object
org.robokind.impl.messaging.BytesMessageFactory
- All Implemented Interfaces:
- org.jflux.api.core.util.Factory<org.apache.qpid.client.message.JMSBytesMessage>
public class BytesMessageFactory
- extends Object
- implements org.jflux.api.core.util.Factory<org.apache.qpid.client.message.JMSBytesMessage>
- Author:
- Matthew Stevenson
| Nested classes/interfaces inherited from interface org.jflux.api.core.util.Factory |
org.jflux.api.core.util.Factory.RepeaterFactory<T> |
|
Method Summary |
org.apache.qpid.client.message.JMSBytesMessage |
create()
|
void |
setSession(javax.jms.Session session)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BytesMessageFactory
public BytesMessageFactory()
setSession
public void setSession(javax.jms.Session session)
create
public org.apache.qpid.client.message.JMSBytesMessage create()
- Specified by:
create in interface org.jflux.api.core.util.Factory<org.apache.qpid.client.message.JMSBytesMessage>
Copyright © 2011-2012. All Rights Reserved.