org.granite.client.messaging
Class RemoteService

java.lang.Object
  extended by org.granite.client.messaging.RemoteService

public class RemoteService
extends Object

Author:
Franck WOLFF

Nested Class Summary
static class RemoteService.RemoteServiceInvocation
           
static interface RemoteService.RemoteServiceInvocationChain
           
 
Constructor Summary
RemoteService(Channel channel, String id)
           
 
Method Summary
 Channel getChannel()
           
 String getId()
           
 RemoteService.RemoteServiceInvocation newInvocation(String method, Object... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteService

public RemoteService(Channel channel,
                     String id)
Method Detail

getChannel

public Channel getChannel()

getId

public String getId()

newInvocation

public RemoteService.RemoteServiceInvocation newInvocation(String method,
                                                           Object... parameters)