|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.request.UDDIQuerierExt
UDDIQuerierExt provides a higher-level API for common UDDI server queries. Typically, UDDIQuerierExt will perform several client/server interactions with a UDDI registry before returning the result of a query.
| Field Summary | |
protected inspireit.uddi.request.UDDIProfile |
profile
The UDDI profile defining query execution context. |
| Constructor Summary | |
protected |
UDDIQuerierExt(inspireit.uddi.request.UDDIProfile profile)
UDDIQuerierExt constructor. |
| Method Summary | |
abstract BusinessDetail |
getBusinessDetail(Name name,
FindQualifiers findQualifiers,
int maxRows)
Gets complete BusinessEntity information. |
inspireit.uddi.request.UDDIProfile |
getProfile()
Gets the UDDI profile defining the query execution context. |
static inspireit.uddi.request.UDDIQuerierExt |
getQuerier(inspireit.uddi.request.UDDIProfile profile)
Gets the UDDIQuerierExt instance appropriate to the given UDDIProfile. |
abstract ServiceDetail |
getServiceDetail(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers,
int maxRows)
Gets complete BusinessService information. |
abstract TModelDetail |
getTModelDetail(Name name,
FindQualifiers findQualifiers,
int maxRows)
Gets complete TModel information. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected inspireit.uddi.request.UDDIProfile profile
| Constructor Detail |
protected UDDIQuerierExt(inspireit.uddi.request.UDDIProfile profile)
profile - The UDDI profile defining the query execution context.| Method Detail |
public inspireit.uddi.request.UDDIProfile getProfile()
public static inspireit.uddi.request.UDDIQuerierExt getQuerier(inspireit.uddi.request.UDDIProfile profile)
profile - A UDDIProfile defining a publishing execution context.
public abstract BusinessDetail getBusinessDetail(Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the BusinessEntitys to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract ServiceDetail getServiceDetail(BusinessKey businessKey,
Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
businessKey - A particular BusinessEntity to which the call applies.name - The beginning of the names of the BusinessServices to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
public abstract TModelDetail getTModelDetail(Name name,
FindQualifiers findQualifiers,
int maxRows)
throws UDDIException,
RemoteException
name - The beginning of the names of the TModels to return.findQualifiers - Collection of FindQualifiers used to alter the
default behavior of search functionality.maxRows - The maximum number of results to return.
UDDIException - if the server throws a DispositionReport
RemoteException - if a communication-related error occured
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||