Package com.walkfares.odsl.service
Class HTMLService
java.lang.Object
com.walkfares.odsl.service.XMLService
com.walkfares.odsl.service.HTMLService
- All Implemented Interfaces:
ExtractService
,OpenDSLService
- Direct Known Subclasses:
DHTMLService
,PDFService
public class HTMLService extends XMLService
-
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 HTMLService()
-
Method Summary
Modifier and Type Method Description String
getDescription()
String
getJsonData(List<ExtractParameterValue> parameters, ExtractOptions options)
String
getName()
List<ExtractParameter>
getParameters()
String
getRawContentType()
String
getRawData(List<ExtractParameterValue> parameters, ExtractOptions options)
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
delete, get, getIDSource, getList, getListSource, initialise, isLocalOnly, rename, run, save, tag
-
Constructor Details
-
HTMLService
public HTMLService()
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceExtractService
- Specified by:
getName
in interfaceOpenDSLService
- Overrides:
getName
in classXMLService
-
getDescription
- Specified by:
getDescription
in interfaceExtractService
- Overrides:
getDescription
in classXMLService
-
getRawContentType
- Specified by:
getRawContentType
in interfaceExtractService
- Overrides:
getRawContentType
in classXMLService
-
getParameters
- Specified by:
getParameters
in interfaceExtractService
- Overrides:
getParameters
in classXMLService
-
getRawData
- Specified by:
getRawData
in interfaceExtractService
- Overrides:
getRawData
in classXMLService
-
getJsonData
- Specified by:
getJsonData
in interfaceExtractService
- Overrides:
getJsonData
in classXMLService
-