Uses of Class
org.marketcetera.client.jms.OrderEnvelope

Packages that use OrderEnvelope
org.marketcetera.client.jms Spring-wrapped JMS utilities. 
 

Uses of OrderEnvelope in org.marketcetera.client.jms
 

Method parameters in org.marketcetera.client.jms with type arguments of type OrderEnvelope
 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.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).
 



Copyright © 2012. All Rights Reserved.