Class ServiceRest
java.lang.Object
com.almis.awe.model.entities.services.AbstractServiceRest
com.almis.awe.model.entities.services.ServiceRest
- All Implemented Interfaces:
Copyable
,ServiceType
,Serializable
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
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementReturn the service launcher classMethods 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
getParameterList, setParameterList
-
Constructor Details
-
ServiceRest
public ServiceRest()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
getLauncherClass
Description copied from interface:ServiceType
Return the service launcher class- Returns:
- Launcher service launcher class
-