Class AbstractServiceRest
java.lang.Object
com.almis.awe.model.entities.services.AbstractServiceRest
- All Implemented Interfaces:
Copyable
,ServiceType
,Serializable
- Direct Known Subclasses:
ServiceMicroservice
,ServiceRest
ServiceRest Class
Used to parse the tag 'rest' in file Services.xml with XStream
This file contains a rest call using the default REST URL and the service parameters
- Author:
- Pablo GARCIA - 18/MAY/2018
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.almis.awe.model.entities.services.ServiceType
getLauncherClass, getParameterList, setParameterList
-
Constructor Details
-
AbstractServiceRest
public AbstractServiceRest()
-