|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter
org.springframework.integration.adapter.jms.JmsTarget
public class JmsTarget
A target for sending JMS Messages.
| Constructor Summary | |
|---|---|
JmsTarget()
|
|
| Method Summary | |
|---|---|
boolean |
send(Message<?> message)
Send a Message to this target. |
| Methods inherited from class org.springframework.integration.adapter.jms.AbstractJmsTemplateBasedAdapter |
|---|
afterPropertiesSet, getJmsTemplate, setConnectionFactory, setDestination, setDestinationName, setHeaderMapper, setJmsTemplate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JmsTarget()
| Method Detail |
|---|
public final boolean send(Message<?> message)
MessageTargetMessage to this target. May throw a RuntimeException for non-recoverable
errors. Otherwise, if the Message cannot be sent for a non-fatal reason such as timeout,
then this method will return 'false', and if the Message is sent successfully, it will
return 'true'.
send in interface MessageTargetmessage - the Message to send
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||