Class ServiceMicroservice
java.lang.Object
com.almis.awe.model.entities.services.AbstractServiceRest
com.almis.awe.model.entities.services.ServiceMicroservice
- All Implemented Interfaces:
Copyable
,ServiceType
,Serializable
ServiceMicroservice Class
Used to parse the tag 'microservice' in file Services.xml with XStream
This file contains a Microservice call using the default Microservice URL and the service parameters
- Author:
- Pablo GARCIA - 25/JUN/2010
- 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
-
ServiceMicroservice
public ServiceMicroservice()
-
-
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
-