|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||

java.lang.Objecttoolbox.services.BaseService
toolbox.services.uddi.UDDIService
toolbox.services.uddi.simple.SimpleUDDIServiceImpl
public class SimpleUDDIServiceImpl
Default implementation of the SimpleUDDIService interface.
| Constructor Summary | |
|---|---|
SimpleUDDIServiceImpl()
Default constructor. |
|
| Method Summary | |
|---|---|
ServiceInfo |
findServiceInfo(ServiceInfo params)
Find and return a ServiceInfo instance that satisfies the search criteria provided in the given ServiceInfo instance. |
ServiceInfo |
getServiceInfo(java.lang.String name)
Return the ServiceInfo instance associated with the given configured name. |
void |
publishProviderInfo(ProviderInfo providerInfo)
Publish the given ProviderInfo instance to the registry. |
void |
publishServiceInfo(ServiceInfo serviceInfo)
Publish the given ServiceInfo instance to the registry. |
| Methods inherited from class toolbox.services.uddi.UDDIService |
|---|
create, destroy, getInquiryProxy, getPublicationProxy, getSecurityProxy, getUDDIManager |
| Methods inherited from class toolbox.services.BaseService |
|---|
getConfigHome, getName, getProperties, getProperty, getXMLProperties, logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleUDDIServiceImpl()
| Method Detail |
|---|
public ServiceInfo getServiceInfo(java.lang.String name)
getServiceInfo in interface SimpleUDDIServicename - String containing the configured name.
public ServiceInfo findServiceInfo(ServiceInfo params)
throws SimpleUDDIException
findServiceInfo in interface SimpleUDDIServiceparams - Use the populated properties of this ServiceInfo instance
as search criteria.
Supported search properties are:
SimpleUDDIException - if the operation cannot be performed.
public void publishServiceInfo(ServiceInfo serviceInfo)
throws SimpleUDDIException
publishServiceInfo in interface SimpleUDDIServiceserviceInfo - ServiceInfo instance to publish.
SimpleUDDIException - if the ServiceInfo instance cannot be
published.
public void publishProviderInfo(ProviderInfo providerInfo)
throws SimpleUDDIException
publishProviderInfo in interface SimpleUDDIServiceproviderInfo - ProviderInfo instance to publish.
SimpleUDDIException - if the ProviderInfo instance cannot be
published.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||