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 |
---|---|
RelatedBusinessesList |
UDDIInquiryImpl.findRelatedBusinesses(FindRelatedBusinesses body) |
static RelatedBusinessesList |
InquiryHelper.getRelatedBusinessesList(FindRelatedBusinesses body,
javax.persistence.EntityManager em) |
static RelatedBusinessesList |
InquiryHelper.getRelatedBusinessesList(FindRelatedBusinesses body,
javax.persistence.EntityManager em,
Date modifiedAfter,
Date modifiedBefore) |
Modifier and Type | Method and Description |
---|---|
RelatedBusinessesList |
UDDIClerk.findRelatedBusinesses(String businessKey,
Node node)
Looks up the BusinessEntity in the registry for "related" businesses.
|
Modifier and Type | Method and Description |
---|---|
static RelatedBusinessesList |
MapUDDIv2Tov3.MapRelatedBusinessesList(RelatedBusinessesList findRelatedBusinesses) |
Modifier and Type | Method and Description |
---|---|
static RelatedBusinessesList |
MapUDDIv3Tov2.MapRelatedBusinessList(RelatedBusinessesList findRelatedBusinesses,
String operator) |
Modifier and Type | Method and Description |
---|---|
RelatedBusinessesList |
Inquiry3to2.findRelatedBusinesses(FindRelatedBusinesses body) |
Modifier and Type | Method and Description |
---|---|
RelatedBusinessesList |
ObjectFactory.createRelatedBusinessesList()
Create an instance of
RelatedBusinessesList |
Modifier and Type | Method and Description |
---|---|
JAXBElement<RelatedBusinessesList> |
ObjectFactory.createRelatedBusinessesList(RelatedBusinessesList value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<RelatedBusinessesList> |
ObjectFactory.createRelatedBusinessesList(RelatedBusinessesList value)
|
Modifier and Type | Field and Description |
---|---|
protected RelatedBusinessesList |
SubscriptionResultsList.relatedBusinessesList |
Modifier and Type | Method and Description |
---|---|
RelatedBusinessesList |
SubscriptionResultsList.getRelatedBusinessesList()
Gets the value of the relatedBusinessesList property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResultsList.setRelatedBusinessesList(RelatedBusinessesList value)
Sets the value of the relatedBusinessesList property.
|
Modifier and Type | Method and Description |
---|---|
RelatedBusinessesList |
UDDIInquiryPortType.findRelatedBusinesses(FindRelatedBusinesses body) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.