org.granite.client.tide.server
Interface ServerSession.ServiceFactory

Enclosing class:
ServerSession

public static interface ServerSession.ServiceFactory


Method Summary
 Consumer newConsumer(MessagingChannel messagingChannel, String destination, String topic)
           
 Producer newProducer(MessagingChannel messagingChannel, String destination, String topic)
           
 RemoteService newRemoteService(RemotingChannel remotingChannel, String destination)
           
 

Method Detail

newRemoteService

RemoteService newRemoteService(RemotingChannel remotingChannel,
                               String destination)

newProducer

Producer newProducer(MessagingChannel messagingChannel,
                     String destination,
                     String topic)

newConsumer

Consumer newConsumer(MessagingChannel messagingChannel,
                     String destination,
                     String topic)