| Package | Description |
|---|---|
| org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
| org.apache.juddi.v3.client |
UDDI Constants and web service clients
|
| org.apache.juddi.v3.client.transport |
UDDI API Transport classes, such as JAXWS, RMI, etc
|
| org.apache.juddi.v3.client.transport.wrapper |
Provides compatibility with SCOUT and UDDIv2 API sets
|
| org.apache.juddi.v3.migration.tool | |
| org.apache.juddi.v3.tck |
| Modifier and Type | Class and Description |
|---|---|
class |
UDDIInquiryImpl
This implements the UDDI v3 Inquiry API web service
|
| Modifier and Type | Method and Description |
|---|---|
UDDIInquiryPortType |
UDDIService.getUDDIInquiryPort() |
UDDIInquiryPortType |
UDDIService.getUDDIInquiryPort(WebServiceFeature... features) |
| Modifier and Type | Method and Description |
|---|---|
UDDIInquiryPortType |
Transport.getUDDIInquiryService() |
UDDIInquiryPortType |
InVMTransport.getUDDIInquiryService(String endpointURL) |
UDDIInquiryPortType |
JAXWSTransport.getUDDIInquiryService(String endpointURL) |
UDDIInquiryPortType |
JAXWSv2TranslationTransport.getUDDIInquiryService(String endpointURL) |
abstract UDDIInquiryPortType |
Transport.getUDDIInquiryService(String endpointURL) |
| Modifier and Type | Class and Description |
|---|---|
class |
Inquiry3to2
This class provides a wrapper to enable UDDIv3 clients to talk to UDDIv2 servers
via JAXWS Transport.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UDDIInquiryService.inquire(UDDIInquiryPortType inquiry,
String request) |
| Modifier and Type | Method and Description |
|---|---|
static String |
Common.GetOwner(String key,
String token,
UDDIInquiryPortType inquiry) |
| Modifier and Type | Method and Description |
|---|---|
static String |
TckCommon.DumpAllBusinesses(String authinfo,
UDDIInquiryPortType inquriy) |
static String |
TckCommon.DumpAllServices(String authinfo,
UDDIInquiryPortType inquiry) |
static String |
TckCommon.DumpAllTModels(String authinfo,
UDDIInquiryPortType inquriy) |
static void |
TckCommon.DumpAllTModelsOpInfo(String authInfoJoe,
UDDIInquiryPortType uddiInquiryImpl) |
| Constructor and Description |
|---|
TckBindingTemplate(UDDIPublicationPortType publication,
UDDIInquiryPortType inquiry) |
TckBusiness(UDDIPublicationPortType publication,
UDDIInquiryPortType inquiry) |
TckBusinessService(UDDIPublicationPortType publication,
UDDIInquiryPortType inquiry) |
TckFindEntity(UDDIInquiryPortType inquiry) |
TckSubscription(UDDISubscriptionPortType subscription,
UDDISecurityPortType security,
UDDIInquiryPortType inquiry) |
TckTModel(UDDIPublicationPortType publication,
UDDIInquiryPortType inquiry) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.