Uses of Interface
de.iip_ecosphere.platform.services.spring.descriptor.Endpoint
-
Packages that use Endpoint Package Description de.iip_ecosphere.platform.services.spring Uses the Spring Local Cloud Deployer as Service Manager Implementation.de.iip_ecosphere.platform.services.spring.descriptor Interfaces describing the deployment descriptor.de.iip_ecosphere.platform.services.spring.yaml Yaml implementation of the file-based artifact descriptor. -
-
Uses of Endpoint in de.iip_ecosphere.platform.services.spring
Methods in de.iip_ecosphere.platform.services.spring with parameters of type Endpoint Modifier and Type Method Description static voidDescriptorUtils. addEndpointArgs(java.util.List<java.lang.String> cmdLine, Endpoint endpoint, int port, java.lang.String host)Adds commandline args for a givenendpoint.static voidDescriptorUtils. addEndpointArgs(java.util.List<java.lang.String> cmdLine, Endpoint endpoint, de.iip_ecosphere.platform.support.ServerAddress addr)Adds commandline args for a givenendpoint. -
Uses of Endpoint in de.iip_ecosphere.platform.services.spring.descriptor
Methods in de.iip_ecosphere.platform.services.spring.descriptor that return Endpoint Modifier and Type Method Description EndpointProcessSpec. getAasEndpoint()Returns AAS endpoint (port/host) the service shall communicate with for commands.EndpointRelation. getEndpoint()Returns communication endpoint (port/host) the service shall communicate with.EndpointProcessSpec. getServiceStreamEndpoint()Returns streaming endpoint (port/host) on the service side the process shall communicate with.EndpointProcessSpec. getStreamEndpoint()Returns streaming endpoint (port/host) on the process side the service shall communicate with.Methods in de.iip_ecosphere.platform.services.spring.descriptor with parameters of type Endpoint Modifier and Type Method Description voidValidator. validate(Endpoint endpoint)Validates the given endpoint (and contained descriptor elements).private voidValidator. validate(Endpoint endpoint, java.lang.String msgContext)Validates the given endpoint (and contained descriptor elements). -
Uses of Endpoint in de.iip_ecosphere.platform.services.spring.yaml
Classes in de.iip_ecosphere.platform.services.spring.yaml that implement Endpoint Modifier and Type Class Description classYamlEndpointRepresents a communication endpoint.Methods in de.iip_ecosphere.platform.services.spring.yaml that return Endpoint Modifier and Type Method Description EndpointYamlServer. getAasEndpoint()EndpointYamlServer. getServiceStreamEndpoint()EndpointYamlServer. getStreamEndpoint()
-