Package | Description |
---|---|
org.apache.juddi.adminconsole.hub.builders | |
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.api.impl.rest | |
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.webconsole.hub.builders |
Parsers and helper functions
|
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 |
---|---|
static String |
Printers.ServiceListAsHtml(ServiceList findService,
boolean chooser,
javax.servlet.http.HttpSession session)
service list as html
|
Modifier and Type | Method and Description |
---|---|
ServiceList |
UDDIInquiryImpl.findService(FindService body) |
static ServiceList |
InquiryHelper.getServiceListFromKeys(FindService body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound) |
static ServiceList |
InquiryHelper.getServiceListFromKeys(FindService body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound,
Date modifiedAfter,
Date modifiedBefore,
Holder<Integer> subscriptionStartIndex,
Integer subscriptionMaxRows) |
Modifier and Type | Method and Description |
---|---|
ServiceList |
UDDIInquiryJAXRS.getServiceSearchJSON(String name,
String lang,
String findQualifiers,
Integer maxrows,
Integer offset)
Returns the search results for registered services in JSON
|
ServiceList |
UDDIInquiryJAXRS.getServiceSearchXML(String name,
String lang,
String findQualifiers,
Integer maxrows,
Integer offset)
Returns the search results for registered services in XML
|
Modifier and Type | Method and Description |
---|---|
static ServiceList |
MapUDDIv2Tov3.MapServiceList(ServiceList serviceDetail) |
Modifier and Type | Method and Description |
---|---|
static ServiceList |
MapUDDIv3Tov2.MapServiceList(ServiceList findService,
String operator) |
Modifier and Type | Method and Description |
---|---|
ServiceList |
Inquiry3to2.findService(FindService body) |
Modifier and Type | Method and Description |
---|---|
static String |
Printers.ServiceListAsHtml(ServiceList findService,
boolean chooser,
javax.servlet.http.HttpSession session)
service list as html, used
|
Modifier and Type | Method and Description |
---|---|
ServiceList |
ObjectFactory.createServiceList()
Create an instance of
ServiceList |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ServiceList> |
ObjectFactory.createServiceList(ServiceList value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ServiceList> |
ObjectFactory.createServiceList(ServiceList value)
|
Modifier and Type | Field and Description |
---|---|
protected ServiceList |
SubscriptionResultsList.serviceList |
Modifier and Type | Method and Description |
---|---|
ServiceList |
SubscriptionResultsList.getServiceList()
Gets the value of the serviceList property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResultsList.setServiceList(ServiceList value)
Sets the value of the serviceList property.
|
Modifier and Type | Method and Description |
---|---|
ServiceList |
UDDIInquiryPortType.findService(FindService body)
The find_relatedBusinesses API is used to find businessEntity elements,
which have a completed relationship with the specified businessEntity
that matches the criteria supplied.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.