Package com.walkfares.odsl.service
Class XLSService
java.lang.Object
com.walkfares.odsl.service.XLSService
- All Implemented Interfaces:
ExtractService,OpenDSLService
public class XLSService extends Object implements OpenDSLService, ExtractService
-
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 XLSService() -
Method Summary
Modifier and Type Method Description Varget(ServiceGetRequest request)StringgetDescription()StringgetJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)StringgetName()List<ExtractParameter>getParameters()StringgetRawContentType()StringgetRawData(List<ExtractParameterValue> parameters, ExtractOptions options)Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.walkfares.odsl.service.OpenDSLService
delete, get, getIDSource, getList, getListSource, initialise, isLocalOnly, rename, run, save, tag
-
Constructor Details
-
XLSService
public XLSService()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceExtractService- Specified by:
getNamein interfaceOpenDSLService
-
getDescription
- Specified by:
getDescriptionin interfaceExtractService
-
getRawContentType
- Specified by:
getRawContentTypein interfaceExtractService
-
getParameters
- Specified by:
getParametersin interfaceExtractService
-
getRawData
- Specified by:
getRawDatain interfaceExtractService
-
getJsonData
- Specified by:
getJsonDatain interfaceExtractService
-
get
- Specified by:
getin interfaceOpenDSLService
-