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.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.apache.juddi.v3.tck | |
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.PrintTModelListAsHtml(TModelList findTModel,
javax.servlet.http.HttpSession session,
boolean isChooser) |
Modifier and Type | Method and Description |
---|---|
TModelList |
UDDIInquiryImpl.findTModel(FindTModel body) |
static TModelList |
InquiryHelper.getTModelListFromKeys(FindTModel body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound) |
static TModelList |
InquiryHelper.getTModelListFromKeys(FindTModel body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound,
Date modifiedAfter,
Date modifiedBefore,
Holder<Integer> subscriptionStartIndex,
Integer subscriptionMaxRows) |
Modifier and Type | Method and Description |
---|---|
TModelList |
UDDIInquiryJAXRS.getTModelSearchJSON(String name,
String lang,
String findQualifiers,
Integer maxrows,
Integer offset)
Returns the search results for registered tModel in JSON
|
TModelList |
UDDIInquiryJAXRS.getTModelSearchXML(String name,
String lang,
String findQualifiers,
Integer maxrows,
Integer offset)
Returns the search results for registered tModel in XML
|
Modifier and Type | Method and Description |
---|---|
TModelList |
UDDIClerk.findTModel(FindTModel findTModel)
finds a tmodel.
|
TModelList |
UDDIClerk.findTModel(FindTModel findTModel,
Node node)
finds a tModel
|
Modifier and Type | Method and Description |
---|---|
static TModelList |
MapUDDIv2Tov3.MapTModelList(TModelList findTModel) |
Modifier and Type | Method and Description |
---|---|
static TModelList |
MapUDDIv3Tov2.MapTModelListElement(TModelList findTModel,
String operator) |
Modifier and Type | Method and Description |
---|---|
TModelList |
Inquiry3to2.findTModel(FindTModel body) |
Modifier and Type | Method and Description |
---|---|
TModelList |
TckTModel.findJoePublisherTmodel(String authInfoJoe) |
TModelList |
TckTModel.findJoeTModelDetail() |
TModelList |
TckTModel.findJoeTModelDetailByCategoryBag() |
Modifier and Type | Method and Description |
---|---|
static String |
Printers.PrintTModelListAsHtml(TModelList findTModel,
javax.servlet.http.HttpSession session,
boolean isChooser)
used from Hub at tModelListAsHtml(..)
|
Modifier and Type | Method and Description |
---|---|
TModelList |
ObjectFactory.createTModelList()
Create an instance of
TModelList |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelList> |
ObjectFactory.createTModelList(TModelList value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelList> |
ObjectFactory.createTModelList(TModelList value)
|
Modifier and Type | Field and Description |
---|---|
protected TModelList |
SubscriptionResultsList.tModelList |
Modifier and Type | Method and Description |
---|---|
TModelList |
SubscriptionResultsList.getTModelList()
Gets the value of the tModelList property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResultsList.setTModelList(TModelList value)
Sets the value of the tModelList property.
|
Modifier and Type | Method and Description |
---|---|
TModelList |
UDDIInquiryPortType.findTModel(FindTModel body)
The find_tModel API is used to find UDDI tModel elements.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.