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.transport.wrapper |
Provides compatibility with SCOUT and UDDIv2 API sets
|
org.apache.juddi.v3.tck | |
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) |
TModelDetail |
UDDIPublicationImpl.saveTModel(SaveTModel 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
|
TModelDetail |
UDDIClerk.getTModelDetail(String tModelKey)
Gets the details of a tModel by the key.
|
TModelDetail |
UDDIClerk.register(TModel tModel)
Register a tModel, using the node of current clerk ('this').
|
TModelDetail |
UDDIClerk.register(TModel tModel,
Node node)
Register a tModel.
|
Modifier and Type | Method and Description |
---|---|
static TModelDetail |
MapUDDIv2Tov3.MapTModelDetail(TModelDetail tModelDetail) |
Modifier and Type | Method and Description |
---|---|
static TModelDetail |
MapUDDIv3Tov2.MapTModelDetail(TModelDetail tModelDetail,
String operator) |
Modifier and Type | Method and Description |
---|---|
TModelDetail |
Inquiry3to2.getTModelDetail(GetTModelDetail body) |
TModelDetail |
Publish3to2.saveTModel(SaveTModel body) |
Modifier and Type | Method and Description |
---|---|
TModelDetail |
TckTModel.getJoePublisherTmodel(String authInfoJoe) |
TModelDetail |
TckTModel.getTModelDetail(String authInfo,
String tModelXml,
String tModelKey) |
Modifier and Type | Method and Description |
---|---|
TModelDetail |
ObjectFactory.createTModelDetail()
Create an instance of
TModelDetail |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelDetail> |
ObjectFactory.createTModelDetail(TModelDetail value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TModelDetail> |
ObjectFactory.createTModelDetail(TModelDetail value)
|
Modifier and Type | Field and Description |
---|---|
protected TModelDetail |
SubscriptionResultsList.tModelDetail |
Modifier and Type | Method and Description |
---|---|
TModelDetail |
SubscriptionResultsList.getTModelDetail()
Gets the value of the tModelDetail property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResultsList.setTModelDetail(TModelDetail value)
Sets the value of the tModelDetail 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.
|
TModelDetail |
UDDIPublicationPortType.saveTModel(SaveTModel body)
The save_tModel API call adds or updates one or more registered tModel
elements.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.