Uses of Interface
com.swiftmq.net.client.InboundHandler
-
Packages that use InboundHandler Package Description com.swiftmq.jms.v750 com.swiftmq.net.client -
-
Uses of InboundHandler in com.swiftmq.jms.v750
Classes in com.swiftmq.jms.v750 that implement InboundHandler Modifier and Type Class Description classConnectionImplclassConnectorclassQueueConnectionImplclassTopicConnectionImplclassXAConnectionImplclassXAQueueConnectionImplclassXATopicConnectionImpl -
Uses of InboundHandler in com.swiftmq.net.client
Methods in com.swiftmq.net.client with parameters of type InboundHandler Modifier and Type Method Description voidBlockingConnection. setInboundHandler(InboundHandler inboundHandler)voidConnection. setInboundHandler(InboundHandler inboundHandler)voidIntraVMConnection. setInboundHandler(InboundHandler inboundHandler)Constructors in com.swiftmq.net.client with parameters of type InboundHandler Constructor Description BlockingConnection(java.net.Socket socket, InboundHandler inboundHandler, ExceptionHandler exceptionHandler)
-