Package | Description |
---|---|
org.wso2.carbon.discovery | |
org.wso2.carbon.discovery.util |
Modifier and Type | Method and Description |
---|---|
DiscoveryProxyDetails[] |
DiscoveryAdmin.getDiscoveryProxies()
Get all the WS-D proxies configured.
|
DiscoveryProxyDetails |
DiscoveryAdmin.getDiscoveryProxy(String name)
Get the WS-D proxy description for the specified name
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryAdmin.addDiscoveryProxy(DiscoveryProxyDetails pd)
Add a new WS-D proxy to the system configuration.
|
void |
DiscoveryAdmin.updateDiscoveryProxy(DiscoveryProxyDetails pd)
Update an existing WS-D proxy configuration.
|
Modifier and Type | Method and Description |
---|---|
static DiscoveryProxyDetails[] |
DiscoveryMgtUtils.getDiscoveryProxies(org.wso2.carbon.registry.api.Registry registry)
Returns all existing WS-D proxy configurations
|
static DiscoveryProxyDetails |
DiscoveryMgtUtils.getDiscoveryProxy(String name,
org.wso2.carbon.registry.api.Registry registry)
Get the named WS-D proxy configuration
|
Modifier and Type | Method and Description |
---|---|
static void |
DiscoveryMgtUtils.addDiscoveryProxy(DiscoveryProxyDetails pd,
org.wso2.carbon.registry.api.Registry registry)
Add a new WS-Discovery proxy configuration.
|
Copyright © 2018 WSO2. All rights reserved.