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.mapping.wsdl |
WSDL and BPEL to UDDI parsers
|
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 |
---|---|
TModelList |
UDDIInquiryImpl.findTModel(FindTModel body) |
static List<Object> |
InquiryHelper.findTModel(FindTModel body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em) |
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 |
UDDIClerk.findTModel(FindTModel findTModel)
finds a tmodel.
|
TModelList |
UDDIClerk.findTModel(FindTModel findTModel,
Node node)
finds a tModel
|
Modifier and Type | Method and Description |
---|---|
static FindTModel |
MapUDDIv2Tov3.MapFindTModel(FindTModel body) |
Modifier and Type | Method and Description |
---|---|
static FindTModel |
MapUDDIv3Tov2.MapFindTModel(FindTModel body) |
Modifier and Type | Method and Description |
---|---|
static FindTModel |
WSDL2UDDI.createFindBindingTModelForPortType(String portType,
String namespace)
Builds a finder to find the binding tModels for a portType.
|
static FindTModel |
WSDL2UDDI.createFindPortTypeTModelForPortType(String portTypeName,
String namespace)
Builds a finder to find the portType tModels for a portType.
|
FindTModel |
BPEL2UDDI.createFindProcessesForPortTypes(String portTypeKey)
Find all processes that use the given portType.
|
FindTModel |
BPEL2UDDI.createFindTModelForProcessName(QName serviceName)
Finds and returns ALL the tModels related to the process, so that i.e.
|
Modifier and Type | Method and Description |
---|---|
TModelList |
Inquiry3to2.findTModel(FindTModel body) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateFindTModel(FindTModel body,
boolean nullAllowed) |
Modifier and Type | Field and Description |
---|---|
protected FindTModel |
FindBinding.findTModel |
protected FindTModel |
FindBusiness.findTModel |
protected FindTModel |
FindService.findTModel |
Modifier and Type | Method and Description |
---|---|
FindTModel |
ObjectFactory.createFindTModel()
Create an instance of
FindTModel |
FindTModel |
FindBinding.getFindTModel()
Gets the value of the findTModel property.
|
FindTModel |
FindBusiness.getFindTModel()
Gets the value of the findTModel property.
|
FindTModel |
FindService.getFindTModel()
Gets the value of the findTModel property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<FindTModel> |
ObjectFactory.createFindTModel(FindTModel value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<FindTModel> |
ObjectFactory.createFindTModel(FindTModel value)
|
void |
FindBinding.setFindTModel(FindTModel value)
Sets the value of the findTModel property.
|
void |
FindBusiness.setFindTModel(FindTModel value)
Sets the value of the findTModel property.
|
void |
FindService.setFindTModel(FindTModel value)
Sets the value of the findTModel property.
|
Modifier and Type | Field and Description |
---|---|
protected FindTModel |
SubscriptionFilter.findTModel |
Modifier and Type | Method and Description |
---|---|
FindTModel |
SubscriptionFilter.getFindTModel()
Gets the value of the findTModel property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionFilter.setFindTModel(FindTModel value)
Sets the value of the findTModel 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.