Package de.iip_ecosphere.platform.services.spring.descriptor


package de.iip_ecosphere.platform.services.spring.descriptor
Interfaces describing the deployment descriptor.
  • Class
    Description
    Information about an artifact containing services.
    Represents a communication endpoint.
    Represents a typed field in a record-like type declared in an artifact as part of Type.
    If the service is not completely implemented rather than delegates functionality to an additional process that must be started and managed along with the service.
    Represents a relation/connection between services, including the local communication broker/server endpoint (no other information given), an outgoing data port (channel, direction, type) or an opposite side incoming data port (channel, id, service, direction, type).
    Declares the direction types of an relation.
    Server process specification of servers to be started/stopped with an application.
    Information about a single service.
    Represents a type declared by an artifact.
    Represents typed data, e.g., a parameter.
    Resolves declared types to dynamic Java classes (just attributes).
    A simple validator for deployment descriptors.
    A validation function, to point generically to the private validation functions defined by this class.