Package com.walkfares.odsl.service
Class RemoteODSLService
java.lang.Object
com.walkfares.odsl.service.RemoteODSLService
- All Implemented Interfaces:
OpenDSLService
- Direct Known Subclasses:
AuditService,CurrencyService,ExpiryCalendarService,IndexService,ProcessExecutionService,SingleSourceRemoteODSLService,SubscriptionRecordService,VersionedRemoteODSLService
public abstract class RemoteODSLService extends Object implements OpenDSLService
-
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 RemoteODSLService() -
Method Summary
Modifier and Type Method Description voiddelete(ServiceDeleteRequest request)Varget(ServiceGetRequest request)Map<String,String>getGetQueryParams(ServiceGetRequest request)List<Var>getList(ServiceGetListRequest request)voidrename(ServiceRenameRequest request)voidsave(ServiceSaveRequest request)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.walkfares.odsl.service.OpenDSLService
get, getIDSource, getListSource, getName, initialise, isLocalOnly, run, tag
-
Constructor Details
-
RemoteODSLService
public RemoteODSLService()
-
-
Method Details
-
getGetQueryParams
-
get
- Specified by:
getin interfaceOpenDSLService
-
getList
- Specified by:
getListin interfaceOpenDSLService
-
save
- Specified by:
savein interfaceOpenDSLService
-
rename
- Specified by:
renamein interfaceOpenDSLService
-
delete
- Specified by:
deletein interfaceOpenDSLService
-