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.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
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 |
---|---|
BusinessList |
UDDIInquiryImpl.findBusiness(FindBusiness body) |
static List<Object> |
InquiryHelper.findBusiness(FindBusiness body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em) |
static BusinessList |
InquiryHelper.getBusinessListFromKeys(FindBusiness body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound) |
static BusinessList |
InquiryHelper.getBusinessListFromKeys(FindBusiness body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound,
Date modifiedAfter,
Date modifiedBefore,
Holder<Integer> subscriptionStartIndex,
Integer subscriptionMaxRows) |
Modifier and Type | Method and Description |
---|---|
static FindBusiness |
MapUDDIv2Tov3.MapFindBusiness(FindBusiness body) |
Modifier and Type | Method and Description |
---|---|
static FindBusiness |
MapUDDIv3Tov2.MapFindBusiness(FindBusiness body) |
Modifier and Type | Method and Description |
---|---|
BusinessList |
Inquiry3to2.findBusiness(FindBusiness body) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateFindBusiness(FindBusiness body) |
Modifier and Type | Method and Description |
---|---|
FindBusiness |
ObjectFactory.createFindBusiness()
Create an instance of
FindBusiness |
Modifier and Type | Method and Description |
---|---|
JAXBElement<FindBusiness> |
ObjectFactory.createFindBusiness(FindBusiness value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<FindBusiness> |
ObjectFactory.createFindBusiness(FindBusiness value)
|
Modifier and Type | Field and Description |
---|---|
protected FindBusiness |
SubscriptionFilter.findBusiness |
Modifier and Type | Method and Description |
---|---|
FindBusiness |
SubscriptionFilter.getFindBusiness()
Gets the value of the findBusiness property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionFilter.setFindBusiness(FindBusiness value)
Sets the value of the findBusiness property.
|
Modifier and Type | Method and Description |
---|---|
BusinessList |
UDDIInquiryPortType.findBusiness(FindBusiness body)
The find_business API is used to find UDDI businessEntity elements.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.