Package | Description |
---|---|
org.wso2.carbon.discovery | |
org.wso2.carbon.discovery.client | |
org.wso2.carbon.discovery.messages | |
org.wso2.carbon.discovery.util |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
DiscoveryOMUtils.toOM(TargetService service,
org.apache.axiom.om.OMFactory factory,
org.apache.axiom.om.OMElement parent)
Serializes the given TargetService instance into XML using the provided OMFactory.
|
Modifier and Type | Method and Description |
---|---|
TargetService[] |
DiscoveryClient.probe()
Send a generic probe request to the Discovery proxy.
|
TargetService[] |
DiscoveryClient.probe(QName[] types,
URI[] scopes)
Send a probe request with the specified types and scopes to the discovery proxy.
|
TargetService[] |
DiscoveryClient.probe(QName[] types,
URI[] scopes,
String matchBy)
Send a probe request with the specified types and scopes to the discovery proxy.
|
TargetService |
DiscoveryClient.resolve(String epr)
Send a WS-Discovery resolve request for the given service ID
|
Modifier and Type | Field and Description |
---|---|
protected TargetService |
Notification.targetService |
Modifier and Type | Method and Description |
---|---|
TargetService |
Notification.getTargetService() |
TargetService[] |
QueryMatch.getTargetServices() |
Constructor and Description |
---|
Notification(int type,
TargetService targetService) |
QueryMatch(int resultType,
TargetService[] targetServices) |
Modifier and Type | Method and Description |
---|---|
static TargetService[] |
DiscoveryMgtUtils.probeDiscoveryProxy(String name,
ProbeDetails pd,
org.wso2.carbon.registry.api.Registry registry)
Probe the specified WS-D proxy to obtain target service details
|
static TargetService |
DiscoveryMgtUtils.resolveService(String name,
String id,
org.wso2.carbon.registry.api.Registry registry)
Resolve the specified service ID against the given proxy
|
Modifier and Type | Method and Description |
---|---|
static TargetServiceDetails |
DiscoveryMgtUtils.getServiceDetails(TargetService service)
Construct a target service description using the given TargetService instance
|
Copyright © 2019 WSO2. All rights reserved.