|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReplyHandler | |
|---|---|
| org.marketcetera.client.jms | Spring-wrapped JMS utilities. |
| Uses of ReplyHandler in org.marketcetera.client.jms |
|---|
| Methods in org.marketcetera.client.jms with parameters of type ReplyHandler | |
|---|---|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReplyHandler<?> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are received by the given incoming destination (and of the given type). |
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReplyHandler<?> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic,
MessageConverter messageConverter)
Registers the given message handler for messages that are received by the given incoming destination (and of the given type). |
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerBSX(ReplyHandler<BrokerStatus> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are received by the given incoming destination (and of the given type). |
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerOEX(ReplyHandler<OrderEnvelope> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are received by the given incoming destination (and of the given type). |
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerQ(ReplyHandler<Message> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are received by the given incoming destination (and of the given type). |
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerTMX(ReplyHandler<TradeMessage> handler,
String inDstName,
boolean isInDstTopic,
String replyDstName,
boolean isReplyDstTopic)
Registers the given message handler for messages that are received by the given incoming destination (and of the given type). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||