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 String
DEFAULT_BUCKET
static String
DEFAULT_DESTINATION
-
Constructor Summary
Constructors Constructor Description AbstractRemoteService(OpenDSLContext context)
-
Method Summary
Modifier and Type Method Description VarDynamicObject
getTenant()
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
getTenant
in interfaceRemoteService
-