public interface RegistryAgent
RegistryAgent
is a helper for runtimeModifier and Type | Method and Description |
---|---|
com.centrasite.uddiv3.client.ServiceInfos |
findVirtualServices(java.lang.String targetName)
Find the virtual services in the registry for the specified targetName
|
java.lang.String |
getVirtualServiceWSDLURL(java.lang.String contractName)
Returns the WSDL URL for the given VirtualService
|
boolean |
saveMetrics(java.lang.String contractId,
java.lang.String targetName,
java.util.Collection metrics)
Deprecated.
|
com.centrasite.uddiv3.client.ServiceInfos findVirtualServices(java.lang.String targetName) throws UDDIClientException, com.centrasite.uddiv3.client.DispositionReportFaultMessage
targetName
- ServiceInfos
UDDIClientException
com.centrasite.uddiv3.client.DispositionReportFaultMessage
boolean saveMetrics(java.lang.String contractId, java.lang.String targetName, java.util.Collection metrics) throws UDDIClientException
contractId
- targetName
- metrics
- java.lang.Exception
UDDIClientException
java.lang.String getVirtualServiceWSDLURL(java.lang.String contractName) throws UDDIClientException, com.centrasite.uddiv3.client.DispositionReportFaultMessage
contractName
- Name of the contractcom.centrasite.uddiv3.client.DispositionReportFaultMessage
java.lang.Exception
UDDIClientException