org.jboss.remoting
Class Remoting

java.lang.Object
  extended by org.jboss.remoting.Remoting

public final class Remoting
extends Object


Method Summary
static void closeEndpoint(Endpoint endpoint)
           
static Endpoint createEndpoint(String name)
           
static
<I,O> Client<I,O>
createLocalClient(Endpoint endpoint, RequestListener<I,O> requestListener, Class<I> requestClass, Class<O> replyClass)
           
static
<I,O> ClientSource<I,O>
createLocalClientSource(Endpoint endpoint, LocalServiceConfiguration<I,O> config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createEndpoint

public static Endpoint createEndpoint(String name)
                               throws IOException
Throws:
IOException

closeEndpoint

public static void closeEndpoint(Endpoint endpoint)

createLocalClient

public static <I,O> Client<I,O> createLocalClient(Endpoint endpoint,
                                                  RequestListener<I,O> requestListener,
                                                  Class<I> requestClass,
                                                  Class<O> replyClass)
                                     throws IOException
Throws:
IOException

createLocalClientSource

public static <I,O> ClientSource<I,O> createLocalClientSource(Endpoint endpoint,
                                                              LocalServiceConfiguration<I,O> config)
                                                 throws IOException
Throws:
IOException


Copyright © 2008 JBoss, a division of Red Hat, Inc.