|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SimpleUDDIService
Interface that defines a simple UDDI service interface.
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. |
Method Detail |
---|
ServiceInfo getServiceInfo(java.lang.String name)
name
- String containing the configured name.
ServiceInfo findServiceInfo(ServiceInfo params) throws SimpleUDDIException
params
- Use the populated properties of this ServiceInfo instance
as search criteria.
Supported search properties are:
SimpleUDDIException
- if the operation cannot be performed.void publishServiceInfo(ServiceInfo serviceInfo) throws SimpleUDDIException
serviceInfo
- ServiceInfo instance to publish.
SimpleUDDIException
- if the ServiceInfo instance cannot be
published.void publishProviderInfo(ProviderInfo providerInfo) throws SimpleUDDIException
providerInfo
- 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 |