Package com.almis.awe.model.entities.services


package com.almis.awe.model.entities.services
  • Class
    Description
    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
    Service Class Used to parse the tag 'service' in file Services.xml with XStream This file contains the list of application service
    ServiceInputParameter Class Used to parse the tag 'service_parameter' in file Services.xml with XStream This class is used to instantiate input parameters for a service
    ServiceJava Class Used to parse the tag 'java' in file Services.xml with XStream This file contains a 'Java Service', which means a method inside a classname
    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
    ServiceOutputParameter Class
    ServicePK Class
    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
    Services Class Used to parse the tag 'service' in file Services.xml with XStream This file contains the list of application service
    Manages distinct service launchers