public class OMAGServerConfigDiscoveryEngine extends Object
| Constructor and Description |
|---|
OMAGServerConfigDiscoveryEngine() |
| Modifier and Type | Method and Description |
|---|---|
VoidResponse |
deleteService(String userId,
String serverName)
Remove this service from the server configuration.
|
VoidResponse |
setAccessServiceRootURL(String userId,
String serverName,
String accessServiceRootURL)
Set up the root URL of the access service.
|
VoidResponse |
setAccessServiceServerName(String userId,
String serverName,
String accessServiceServerName)
Set up the server name of the access service.
|
VoidResponse |
setInboundRequestConnection(String userId,
String serverName,
Connection connection)
Set up the server name of the access service.
|
public VoidResponse setAccessServiceRootURL(String userId, String serverName, String accessServiceRootURL)
userId - user that is issuing the request.serverName - local server name.accessServiceRootURL - URL root for the access service.public VoidResponse setAccessServiceServerName(String userId, String serverName, String accessServiceServerName)
userId - user that is issuing the request.serverName - local server name.accessServiceServerName - server name for the access service.public VoidResponse setInboundRequestConnection(String userId, String serverName, Connection connection)
userId - user that is issuing the request.serverName - local server name.connection - connection for topic.public VoidResponse deleteService(String userId, String serverName)
userId - user that is issuing the request.serverName - local server name.Copyright © 2018–2019 ODPi. All rights reserved.