Package com.walkfares.odsl.service
Class PrivateVersionedService
java.lang.Object
com.walkfares.odsl.service.RemoteODSLService
com.walkfares.odsl.service.VersionedRemoteODSLService
com.walkfares.odsl.service.PrivateVersionedService
- All Implemented Interfaces:
OpenDSLService
- Direct Known Subclasses:
CurveService
,ProcessService
,SubscriptionItemService
,SubscriptionService
,TaskService
public abstract class PrivateVersionedService extends VersionedRemoteODSLService
-
Field Summary
Fields inherited from interface com.walkfares.odsl.service.OpenDSLService
ACCESSKEY, BASE64_REQUEST_BODY, COLUMN_COUNT, DATA_POS, HEADER_POS, OUTPUT, REQUEST_BODY, ROW_COUNT, SECRETKEY, SELECTOR, SEPARATOR, TABLE, XSLT
-
Constructor Summary
Constructors Constructor Description PrivateVersionedService()
-
Method Summary
Methods inherited from class com.walkfares.odsl.service.RemoteODSLService
getGetQueryParams, getList, rename, save
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.walkfares.odsl.service.OpenDSLService
get, getIDSource, getListSource, getName, initialise, isLocalOnly, run
-
Constructor Details
-
PrivateVersionedService
public PrivateVersionedService()
-