Uses of Class
de.iip_ecosphere.platform.services.environment.YamlService
Packages that use YamlService
Package
Description
Implementation.
Generic services.
-
Uses of YamlService in de.iip_ecosphere.platform.services.environment
Fields in de.iip_ecosphere.platform.services.environment declared as YamlServiceFields in de.iip_ecosphere.platform.services.environment with type parameters of type YamlServiceMethods in de.iip_ecosphere.platform.services.environment that return YamlServiceModifier and TypeMethodDescriptionYamlArtifact.getService(String id) Returns a YAML service information object based on the given service id.YamlArtifact.getServiceSafe(String id) Returns a YAML service information object based on the given service id.protected YamlServiceAbstractProcessService.getServiceSpec()Returns the service specification.YamlServer.toService()Turns this server into a temporary service instance.Methods in de.iip_ecosphere.platform.services.environment that return types with arguments of type YamlServiceMethods in de.iip_ecosphere.platform.services.environment with parameters of type YamlServiceModifier and TypeMethodDescriptionprotected final voidAbstractDelegatingService.assignService(YamlService yaml) Assigns the service by callingAbstractDelegatingService.createService(YamlService).static <S extends Service,I, O>
SAbstractService.createGenericInstance(ClassLoader loader, String className, Class<S> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml, Object... args) Creates a service instance from a plugin via theAbstractDelegatingMultiService(YamlService)or the extended constructor with second parameterString... args.static <S extends Service,I, O>
SAbstractService.createGenericInstance(String className, Class<S> cls, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml, Object... args) Creates a service instance from a plugin via theAbstractDelegatingMultiService(YamlService)or the extended constructor with second parameterString... args.static <S extends Service,I, O>
SAbstractService.createGenericInstanceByPlugin(String pluginId, boolean log, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml, Object... args) Creates a generic service instance from a plugin viaServiceDescriptor.createService(YamlService, Object...).static <S extends Service>
SAbstractService.createGenericMultiInstance(ClassLoader loader, String className, Class<S> cls, YamlService yaml, Object... args) Creates a service instance from a plugin via theAbstractDelegatingMultiService(YamlService)or the extended constructor with second parameterString... args.static <S extends Service>
SAbstractService.createGenericMultiInstance(String className, Class<S> cls, YamlService yaml, Object... args) Creates a service instance from a plugin via theAbstractDelegatingMultiService(YamlService)or the extended constructor with second parameterString... args.static <S extends Service>
SAbstractService.createGenericMultiInstanceByPlugin(String pluginId, boolean log, YamlService yaml, Object... args) Creates a generic service instance from a plugin viaServiceDescriptor.createService(YamlService, Object...).protected abstract SAbstractDelegatingService.createService(YamlService yaml) Creates the nested service instance to delegate to.<I,O> S AbstractGenericMultiServicePluginDescriptor.createService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml, Object... args) AbstractGenericServicePluginDescriptor.createService(YamlService yaml, Object... args) AbstractSpecificServicePluginDescriptor.createService(YamlService yaml, Object... args) <I,O> S AbstractSpecificServicePluginDescriptor.createService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml, Object... args) ServiceDescriptor.createService(YamlService yaml, Object... args) Creates a generic service (still to be wrapped) from a YAML service description.<I,O> S ServiceDescriptor.createService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml, Object... args) Creates a generic service (still to be wrapped) from type translators, callback and YAML service description.private static StringAbstractPythonProcessService.getPythonModule(String module, YamlService yaml, File homePath) Returns the name of the Python module.protected voidAbstractPythonProcessService.initializeFrom(YamlService yaml) protected voidAbstractService.initializeFrom(YamlService yaml) Does further initialization of this instance from the given YAML information.protected voidPythonWsProcessService.initializeFrom(YamlService yaml) protected voidAbstractDelegatingService.initService(YamlService yaml) Assigns the service by callingAbstractDelegatingService.assignService(YamlService).Method parameters in de.iip_ecosphere.platform.services.environment with type arguments of type YamlServiceModifier and TypeMethodDescriptionvoidYamlArtifact.setServices(List<YamlService> services) Sets the service instances.Constructors in de.iip_ecosphere.platform.services.environment with parameters of type YamlServiceModifierConstructorDescriptionCreates an instance.Creates an instance.protectedAbstractProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService serviceSpec) Creates an instance of the service with the required type translators.Creates a service from YAML information.protectedAbstractRestProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml) Creates an instance of the service with the required type translators.Creates a service from YAML information.protectedAbstractService(YamlService yaml) Creates an abstract service from YAML information.protectedAbstractStringProcessService(de.iip_ecosphere.platform.transport.serialization.TypeTranslator<I, String> inTrans, de.iip_ecosphere.platform.transport.serialization.TypeTranslator<String, O> outTrans, de.iip_ecosphere.platform.transport.connectors.ReceptionCallback<O> callback, YamlService yaml) Creates an instance of the service with the required type translators.ConnectorServiceWrapper(YamlService yaml, de.iip_ecosphere.platform.connectors.Connector<O, I, CO, CI> connector, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.protectedCreates a default service from YAML information.MockingConnectorServiceWrapper(YamlService yaml, de.iip_ecosphere.platform.connectors.Connector<O, I, CO, CI> connector, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.MockingMultiConnectorServiceWrapper(YamlService yaml, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.MultiConnectorServiceWrapper(YamlService yaml, Supplier<de.iip_ecosphere.platform.connectors.ConnectorParameter> connParamSupplier) Creates a service wrapper instance.Creates an abstract service from YAML information.Creates an abstract service from YAML information.Creates an instance of the service. -
Uses of YamlService in de.iip_ecosphere.platform.services.environment.services
Fields in de.iip_ecosphere.platform.services.environment.services declared as YamlServiceModifier and TypeFieldDescriptionprivate YamlServiceTraceToAasService.YamlConstructionInfo.serviceConstructors in de.iip_ecosphere.platform.services.environment.services with parameters of type YamlServiceModifierConstructorDescriptionTraceToAasService(de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup app, YamlService yaml) Creates a service instance.