Class AbstractClientService.UriRequest
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.client.AbstractClientService.UriRequest
 
- 
- Enclosing class:
- AbstractClientService
 
 public static class AbstractClientService.UriRequest extends Object - Since:
- 8.5
 
- 
- 
Constructor SummaryConstructors Constructor Description UriRequest(String uri, IRemoteCall call, IRemoteCallable callable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IRemoteCallgetRemoteCall()IRemoteCallablegetRemoteCallable()StringgetUri()
 
- 
- 
- 
Constructor Detail- 
UriRequestpublic UriRequest(String uri, IRemoteCall call, IRemoteCallable callable) 
 
- 
 - 
Method Detail- 
getUripublic String getUri() 
 - 
getRemoteCallpublic IRemoteCall getRemoteCall() 
 - 
getRemoteCallablepublic IRemoteCallable getRemoteCallable() 
 
- 
 
-