org.eclipse.ecf.remoteservice.client
Class RemoteCallableFactory

java.lang.Object
  extended by org.eclipse.ecf.remoteservice.client.RemoteCallableFactory

public class RemoteCallableFactory
extends java.lang.Object

Factory for creating IRemoteCallable instances.

Since:
4.0

Constructor Summary
RemoteCallableFactory()
           
 
Method Summary
static IRemoteCallable createCallable(java.lang.String method)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath, IRemoteCallableRequestType requestType)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath, IRemoteCallableRequestType requestType, long timeout)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath, IRemoteCallParameter[] defaultParameters)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath, IRemoteCallParameter[] defaultParameters, IRemoteCallableRequestType requestType, long defaultTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCallableFactory

public RemoteCallableFactory()
Method Detail

createCallable

public static IRemoteCallable createCallable(java.lang.String method,
                                             java.lang.String resourcePath,
                                             IRemoteCallParameter[] defaultParameters,
                                             IRemoteCallableRequestType requestType,
                                             long defaultTimeout)

createCallable

public static IRemoteCallable createCallable(java.lang.String method,
                                             java.lang.String resourcePath,
                                             IRemoteCallParameter[] defaultParameters,
                                             IRemoteCallableRequestType requestType)

createCallable

public static IRemoteCallable createCallable(java.lang.String method,
                                             java.lang.String resourcePath,
                                             IRemoteCallParameter[] defaultParameters)

createCallable

public static IRemoteCallable createCallable(java.lang.String method,
                                             java.lang.String resourcePath)

createCallable

public static IRemoteCallable createCallable(java.lang.String method)

createCallable

public static IRemoteCallable createCallable(java.lang.String method,
                                             java.lang.String resourcePath,
                                             IRemoteCallableRequestType requestType,
                                             long timeout)

createCallable

public static IRemoteCallable createCallable(java.lang.String method,
                                             java.lang.String resourcePath,
                                             IRemoteCallableRequestType requestType)