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 |
---|---|
TModelDetail |
UDDIInquiryImpl.getTModelDetail(GetTModelDetail body) |
Modifier and Type | Method and Description |
---|---|
TModelDetail |
UDDIClerk.getTModelDetail(GetTModelDetail getTModelDetail)
Gets the details of a tModel by the key.
|
TModelDetail |
UDDIClerk.getTModelDetail(GetTModelDetail getTModelDetail,
Node node)
Gets the details of a tModel by the key using the referenced Node
from the config file
|
Modifier and Type | Method and Description |
---|---|
static GetTModelDetail |
MapUDDIv2Tov3.MapGetTModelDetail(GetTModelDetail body) |
Modifier and Type | Method and Description |
---|---|
static GetTModelDetail |
MapUDDIv3Tov2.MapGetTModelDetail(GetTModelDetail body) |
Modifier and Type | Method and Description |
---|---|
GetTModelDetail |
BPEL2UDDI.createFindAllPortTypesForProcess_1(String processKey)
Find all portTypes used in the given process.
|
GetTModelDetail |
BPEL2UDDI.createFindAllPortTypesForProcess_2(List<String> portTypeTModelKeys)
Once retrieved, the second call is made to get the tModel registrations
for the portTypes with the keys found in the first step.
|
Modifier and Type | Method and Description |
---|---|
TModelDetail |
Inquiry3to2.getTModelDetail(GetTModelDetail body) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateInquiry.validateGetTModelDetail(GetTModelDetail body) |
Modifier and Type | Method and Description |
---|---|
GetTModelDetail |
ObjectFactory.createGetTModelDetail()
Create an instance of
GetTModelDetail |
Modifier and Type | Method and Description |
---|---|
JAXBElement<GetTModelDetail> |
ObjectFactory.createGetTModelDetail(GetTModelDetail value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<GetTModelDetail> |
ObjectFactory.createGetTModelDetail(GetTModelDetail value)
|
Modifier and Type | Field and Description |
---|---|
protected GetTModelDetail |
SubscriptionFilter.getTModelDetail |
Modifier and Type | Method and Description |
---|---|
GetTModelDetail |
SubscriptionFilter.getGetTModelDetail()
Gets the value of the getTModelDetail property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionFilter.setGetTModelDetail(GetTModelDetail value)
Sets the value of the getTModelDetail property.
|
Modifier and Type | Method and Description |
---|---|
TModelDetail |
UDDIInquiryPortType.getTModelDetail(GetTModelDetail body)
The get_tModelDetail API call returns the tModel structure, corresponding
to each of the tModelKey values specified.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.