public class InterfacesHelper extends Object
ApiAggregator
in a spring config file.| Constructor and Description |
|---|
InterfacesHelper() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ApiProvider> |
buildInterfacesMap(ApiProvider apiProvider)
Return a map from service id to the API provider for all the services
handled by the API provider.
|
Map<String,ApiProvider> |
buildInterfacesMap(LocalProvider localProvider)
Return a map from service id to the local provider for all the services
handled by the local provider.
|
Map<String,ApiProvider> |
buildInterfacesMap(ProtocolConnection protocolConnection)
Return a map from service id to the provider for all the services handled by the provider of
the protocol connection.
|
public Map<String,ApiProvider> buildInterfacesMap(LocalProvider localProvider)
ApiAggregator in a spring config file.public Map<String,ApiProvider> buildInterfacesMap(ApiProvider apiProvider)
ApiAggregator in a spring config
file.apiProvider - the API provider exposing introspection servicespublic Map<String,ApiProvider> buildInterfacesMap(ProtocolConnection protocolConnection)
ApiAggregator in a spring config
file.Copyright © 2023. All rights reserved.