| Package | Description |
|---|---|
| org.marketcetera.client |
Provides client API to communicate with the server.
|
| org.marketcetera.client.jms |
Spring-wrapped JMS utilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientImpl.BrokerStatusReceiver |
class |
ClientImpl.TradeMessageReceiver |
| Modifier and Type | Method and Description |
|---|---|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReceiveOnlyHandler<?> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandler(ReceiveOnlyHandler<?> handler,
String inDstName,
boolean isInDstTopic,
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(ReceiveOnlyHandler<BrokerStatus> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerOEX(ReceiveOnlyHandler<OrderEnvelope> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerQ(ReceiveOnlyHandler<Message> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
SimpleMessageListenerContainer |
IncomingJmsFactory.registerHandlerTMX(ReceiveOnlyHandler<TradeMessage> handler,
String inDstName,
boolean isInDstTopic)
Registers the given message handler for messages that are
received by the given incoming destination (and of the given
type).
|
Copyright © 2015. All Rights Reserved.