|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.jms.core.support.JmsGatewaySupport org.figure8.join.core.messaging.JMSProducerBean org.figure8.join.core.messaging.SimpleJMSProducerBean
public class SimpleJMSProducerBean
Simple extension of JMSProducerBean
that acquires its JMS
destination through a setter method (thus can be injected by Spring ...)
Field Summary |
---|
Fields inherited from class org.figure8.join.core.messaging.JMSProducerBean |
---|
log |
Fields inherited from class org.springframework.jms.core.support.JmsGatewaySupport |
---|
logger |
Constructor Summary | |
---|---|
SimpleJMSProducerBean()
|
Method Summary | |
---|---|
javax.jms.Destination |
getDestination()
Return the destination acquired through setter method. |
void |
setDestination(javax.jms.Destination destination)
|
Methods inherited from class org.figure8.join.core.messaging.JMSProducerBean |
---|
sendObjectMessage, sendObjectMessage, sendTextMessage, sendTextMessage |
Methods inherited from class org.springframework.jms.core.support.JmsGatewaySupport |
---|
afterPropertiesSet, createJmsTemplate, getConnectionFactory, getJmsTemplate, initGateway, setConnectionFactory, setJmsTemplate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleJMSProducerBean()
Method Detail |
---|
public void setDestination(javax.jms.Destination destination)
destination
- JMS destination to use when sending messagespublic javax.jms.Destination getDestination()
getDestination
in class JMSProducerBean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |