Class BaSyxServerRecipe

java.lang.Object
de.iip_ecosphere.platform.support.aas.basyx2.server.BaSyxServerRecipe
All Implemented Interfaces:
de.iip_ecosphere.platform.support.aas.CorsEnabledRecipe, de.iip_ecosphere.platform.support.aas.ServerRecipe

public class BaSyxServerRecipe extends Object implements de.iip_ecosphere.platform.support.aas.ServerRecipe
Implements the server recipe for BaSyx.
Author:
Holger Eichelberger, SSE
  • Nested Class Summary

    Nested classes/interfaces inherited from interface de.iip_ecosphere.platform.support.aas.ServerRecipe

    de.iip_ecosphere.platform.support.aas.ServerRecipe.LocalPersistenceType, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.iip_ecosphere.platform.support.aas.AasServer
    createAasServer(de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, String... options)
     
    de.iip_ecosphere.platform.support.Server
    createRegistryServer(de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, String... options)
     
    de.iip_ecosphere.platform.support.aas.ServerRecipe
    setAccessControlAllowOrigin(String accessControlAllowOrigin)
     
    de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface de.iip_ecosphere.platform.support.aas.ServerRecipe

    createConceptDictionaryServer, createDiscoveryServer
  • Constructor Details

    • BaSyxServerRecipe

      public BaSyxServerRecipe()
  • Method Details

    • toPersistenceType

      public de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType toPersistenceType(String type)
      Specified by:
      toPersistenceType in interface de.iip_ecosphere.platform.support.aas.ServerRecipe
    • createAasServer

      public de.iip_ecosphere.platform.support.aas.AasServer createAasServer(de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, String... options)
      Specified by:
      createAasServer in interface de.iip_ecosphere.platform.support.aas.ServerRecipe
    • createRegistryServer

      public de.iip_ecosphere.platform.support.Server createRegistryServer(de.iip_ecosphere.platform.support.aas.SetupSpec spec, de.iip_ecosphere.platform.support.aas.ServerRecipe.PersistenceType persistence, String... options)
      Specified by:
      createRegistryServer in interface de.iip_ecosphere.platform.support.aas.ServerRecipe
    • setAccessControlAllowOrigin

      public de.iip_ecosphere.platform.support.aas.ServerRecipe setAccessControlAllowOrigin(String accessControlAllowOrigin)
      Specified by:
      setAccessControlAllowOrigin in interface de.iip_ecosphere.platform.support.aas.CorsEnabledRecipe