Package com.walkfares.odsl.service
Class AbstractRemoteService
java.lang.Object
com.walkfares.odsl.service.AbstractRemoteService
- All Implemented Interfaces:
RemoteService
- Direct Known Subclasses:
NoRemoteService
public abstract class AbstractRemoteService extends Object implements RemoteService
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_BUCKETstatic StringDEFAULT_DESTINATION -
Constructor Summary
Constructors Constructor Description AbstractRemoteService(OpenDSLContext context) -
Method Summary
Modifier and Type Method Description VarDynamicObjectgetTenant()Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.walkfares.odsl.service.RemoteService
delete, get, get, getSecurity, getTenantId, getUserEmail, logout, publish, put, send, sendmail, sendODSLMessage
-
Field Details
-
DEFAULT_DESTINATION
- See Also:
- Constant Field Values
-
DEFAULT_BUCKET
- See Also:
- Constant Field Values
-
-
Constructor Details
-
Method Details
-
getTenant
- Specified by:
getTenantin interfaceRemoteService
-