Class RemoteServiceContainerInstantiator

    • Field Detail

      • defaultSupportedAdapterTypes

        protected static final String[] defaultSupportedAdapterTypes
      • defaultSupportedParameterTypes

        protected static final Class[][] defaultSupportedParameterTypes
      • defaultSupportedIntents

        protected static final String[] defaultSupportedIntents
      • exporterConfigs

        protected List<String> exporterConfigs
      • exporterConfigToImporterConfigs

        protected Map<String,​List<String>> exporterConfigToImporterConfigs
    • Constructor Detail

      • RemoteServiceContainerInstantiator

        protected RemoteServiceContainerInstantiator​(String exportingProvider,
                                                     String importingProvider)
        Parameters:
        exportingProvider - exporting provider (e.g. server or service host)
        importingProvider - importing provider (e.g. client or service client)
        Since:
        8.9
      • RemoteServiceContainerInstantiator

        protected RemoteServiceContainerInstantiator​(List<String> exporterConfigs,
                                                     Map<String,​List<String>> exporterConfigToImporterConfig)
      • RemoteServiceContainerInstantiator

        protected RemoteServiceContainerInstantiator()