Package de.iip_ecosphere.platform.services.spring.descriptor
Interfaces describing the deployment descriptor.
-
Interface Summary Interface Description Artifact Information about an artifact containing services.Endpoint Represents a communication endpoint.Field Represents a typed field in a record-like type declared in an artifact as part ofType.ProcessSpec 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.Relation Represents a relation/connection between services, including the local communication broker/serverendpoint(no other information given), an outgoing data port (channel, direction, type) or an opposite side incoming data port (channel, id, service, direction, type).Server Server process specification of servers to be started/stopped with an application.Service Information about a single service.Type Represents a type declared by an artifact.TypedData Represents typed data, e.g., a parameter.Validator.ValidatorFunction<O> A validation function, to point generically to the private validation functions defined by this class. -
Class Summary Class Description TypeResolver Resolves declared types to dynamic Java classes (just attributes).Validator A simple validator for deployment descriptors. -
Enum Summary Enum Description Relation.Direction Declares the direction types of an relation.