|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use.* | |
Package | Description |
---|---|
oracle.uddi.client | |
oracle.uddi.message.request |
Uses of TModelBag in oracle.uddi.client |
Methods in oracle.uddi.client with parameters of type TModelBag | |
Type | Name |
---|---|
BindingDetail |
UddiClient.findBinding(FindQualifiers findQualifiers,
java.lang.String serviceKey,
TModelBag tModelbag,
java.lang.Integer maxRows)
Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details. |
BusinessList |
UddiClient.findBusiness(TModelBag bag,
FindQualifiers findQualifiers,
java.lang.Integer maxRows)
Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details. |
ServiceList |
UddiClient.findService(java.lang.String businessKey,
TModelBag bag,
FindQualifiers findQualifiers,
java.lang.Integer maxRows)
Maps directly to a UDDI standard API of the same name; see the specifications available at the UDDI Home Page for semantic details. |
Uses of TModelBag in oracle.uddi.message.request |
Methods in oracle.uddi.message.request that return TModelBag | |
Type | Name |
---|---|
TModelBag |
FindBinding.getTModelBag()
|
TModelBag |
FindService.getTModelBag()
|
TModelBag |
FindBusiness.getTModelBag()
|
Methods in oracle.uddi.message.request with parameters of type TModelBag | |
Type | Name |
---|---|
void |
FindBinding.setTModelBag(TModelBag tModelBag)
|
void |
FindService.setTModelBag(TModelBag tModelBag)
|
void |
FindBusiness.setTModelBag(TModelBag tModelBag)
|
|
Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |