com.centrasite.uddiv3.client.agent.api
Interface RegistryAgent


public interface RegistryAgent

A RegistryAgent is a helper for runtime


Method Summary
 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.  
 

Method Detail

findVirtualServices

com.centrasite.uddiv3.client.ServiceInfos findVirtualServices(java.lang.String targetName)
                                                              throws UDDIClientException,
                                                                     com.centrasite.uddiv3.client.DispositionReportFaultMessage
Find the virtual services in the registry for the specified targetName

Parameters:
targetName -
Returns:
ServiceInfos
Throws:
UDDIClientException
com.centrasite.uddiv3.client.DispositionReportFaultMessage

saveMetrics

boolean saveMetrics(java.lang.String contractId,
                    java.lang.String targetName,
                    java.util.Collection metrics)
                    throws UDDIClientException
Deprecated. 

save the metric information in the contract service

Parameters:
contractId -
targetName -
metrics -
Throws:
java.lang.Exception
UDDIClientException

getVirtualServiceWSDLURL

java.lang.String getVirtualServiceWSDLURL(java.lang.String contractName)
                                          throws UDDIClientException,
                                                 com.centrasite.uddiv3.client.DispositionReportFaultMessage
Returns the WSDL URL for the given VirtualService

Parameters:
contractName - Name of the contract
Returns:
WSDL URL
Throws:
com.centrasite.uddiv3.client.DispositionReportFaultMessage
java.lang.Exception
UDDIClientException