Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
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 |
---|---|
BusinessDetail |
UDDIInquiryImpl.getBusinessDetail(GetBusinessDetail body) |
BusinessDetail |
UDDIPublicationImpl.saveBusiness(SaveBusiness body) |
Modifier and Type | Method and Description |
---|---|
static BusinessDetail |
MapUDDIv2Tov3.MapBusinessDetail(BusinessDetail businessDetail) |
Modifier and Type | Method and Description |
---|---|
static BusinessDetail |
MapUDDIv3Tov2.MapBusinessDetail(BusinessDetail businessDetail,
String operator) |
static BusinessDetailExt |
MapUDDIv3Tov2.MapBusinessDetailExt(BusinessDetail businessDetail,
String operator) |
Modifier and Type | Method and Description |
---|---|
BusinessDetail |
Inquiry3to2.getBusinessDetail(GetBusinessDetail body) |
BusinessDetail |
Publish3to2.saveBusiness(SaveBusiness body) |
Modifier and Type | Method and Description |
---|---|
BusinessDetail |
ObjectFactory.createBusinessDetail()
Create an instance of
BusinessDetail |
Modifier and Type | Method and Description |
---|---|
JAXBElement<BusinessDetail> |
ObjectFactory.createBusinessDetail(BusinessDetail value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BusinessDetail> |
ObjectFactory.createBusinessDetail(BusinessDetail value)
|
Modifier and Type | Field and Description |
---|---|
protected BusinessDetail |
SubscriptionResultsList.businessDetail |
Modifier and Type | Method and Description |
---|---|
BusinessDetail |
SubscriptionResultsList.getBusinessDetail()
Gets the value of the businessDetail property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResultsList.setBusinessDetail(BusinessDetail value)
Sets the value of the businessDetail property.
|
Modifier and Type | Method and Description |
---|---|
BusinessDetail |
UDDIInquiryPortType.getBusinessDetail(GetBusinessDetail body)
The get_businessDetail API call returns the businessEntity structure
corresponding to each of the businessKey values specified.
|
BusinessDetail |
UDDIPublicationPortType.saveBusiness(SaveBusiness body)
The save_business API call is used to save or update information about a complete businessEntity structure. This API has the broadest scope of all of the save_xx API calls, and can be used to make sweeping changes to the published information for one or more businessEntity elements controlled by an individual. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.