Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
org.apache.juddi.v3.client.mapping |
Mappings for UDDIv2 APIs and for common functions for WADL and WSDL to UDDI
|
org.apache.juddi.v3.client.transport.wrapper |
Provides compatibility with SCOUT and UDDIv2 API sets
|
org.uddi.api_v3 | |
org.uddi.sub_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
UDDIInquiryImpl.getServiceDetail(GetServiceDetail body) |
ServiceDetail |
UDDIPublicationImpl.saveService(SaveService body) |
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
UDDIClerk.getServiceDetail(GetServiceDetail getDetail)
Gets service details or NULL if it doesn't exist or an error occurred
|
ServiceDetail |
UDDIClerk.getServiceDetail(GetServiceDetail getDetail,
Node node)
Gets service details or NULL if it doesn't exist or an error occurred
|
Modifier and Type | Method and Description |
---|---|
static ServiceDetail |
MapUDDIv2Tov3.MapServiceDetail(ServiceDetail serviceDetail) |
Modifier and Type | Method and Description |
---|---|
static ServiceDetail |
MapUDDIv3Tov2.MapServiceDetail(ServiceDetail serviceDetail,
String operator) |
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
Inquiry3to2.getServiceDetail(GetServiceDetail body) |
ServiceDetail |
Publish3to2.saveService(SaveService body) |
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
ObjectFactory.createServiceDetail()
Create an instance of
ServiceDetail |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ServiceDetail> |
ObjectFactory.createServiceDetail(ServiceDetail value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ServiceDetail> |
ObjectFactory.createServiceDetail(ServiceDetail value)
|
Modifier and Type | Field and Description |
---|---|
protected ServiceDetail |
SubscriptionResultsList.serviceDetail |
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
SubscriptionResultsList.getServiceDetail()
Gets the value of the serviceDetail property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResultsList.setServiceDetail(ServiceDetail value)
Sets the value of the serviceDetail property.
|
Modifier and Type | Method and Description |
---|---|
ServiceDetail |
UDDIInquiryPortType.getServiceDetail(GetServiceDetail body)
The get_serviceDetail API call returns the businessService structure
corresponding to each of the serviceKey values specified.
|
ServiceDetail |
UDDIPublicationPortType.saveService(SaveService body)
The save_service API call adds or updates one or more businessService
elements.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.