org.eclipse.ecf.remoteservice.rest
Class RestCallableFactory

java.lang.Object
  extended by org.eclipse.ecf.remoteservice.rest.RestCallableFactory

public class RestCallableFactory
extends java.lang.Object


Constructor Summary
RestCallableFactory()
           
 
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, AbstractRequestType requestType)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath, AbstractRequestType 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, AbstractRequestType requestType)
           
static IRemoteCallable createCallable(java.lang.String method, java.lang.String resourcePath, IRemoteCallParameter[] defaultParameters, AbstractRequestType requestType, long defaultTimeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestCallableFactory

public RestCallableFactory()
Method Detail

createCallable

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

createCallable

public static IRemoteCallable createCallable(java.lang.String method,
                                             java.lang.String resourcePath,
                                             IRemoteCallParameter[] defaultParameters,
                                             AbstractRequestType 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,
                                             AbstractRequestType requestType,
                                             long timeout)

createCallable

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