Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
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.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 |
---|---|
BindingDetail |
UDDIInquiryImpl.findBinding(FindBinding body) |
BindingDetail |
UDDIInquiryImpl.getBindingDetail(GetBindingDetail body) |
static BindingDetail |
InquiryHelper.getBindingDetailFromKeys(FindBinding body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound) |
static BindingDetail |
InquiryHelper.getBindingDetailFromKeys(FindBinding body,
FindQualifiers findQualifiers,
javax.persistence.EntityManager em,
List<?> keysFound,
Date modifiedAfter,
Date modifiedBefore,
Holder<Integer> subscriptionStartIndex,
Integer subscriptionMaxRows) |
BindingDetail |
UDDIPublicationImpl.saveBinding(SaveBinding body) |
Modifier and Type | Method and Description |
---|---|
static BindingDetail |
MapUDDIv2Tov3.MapBindingDetail(BindingDetail findBinding) |
Modifier and Type | Method and Description |
---|---|
static BindingDetail |
MapUDDIv3Tov2.MapBindingDetail(BindingDetail findBinding,
String operator) |
Modifier and Type | Method and Description |
---|---|
BindingDetail |
Inquiry3to2.findBinding(FindBinding body) |
BindingDetail |
Inquiry3to2.getBindingDetail(GetBindingDetail body) |
BindingDetail |
Publish3to2.saveBinding(SaveBinding body) |
Modifier and Type | Method and Description |
---|---|
BindingDetail |
ObjectFactory.createBindingDetail()
Create an instance of
BindingDetail |
Modifier and Type | Method and Description |
---|---|
JAXBElement<BindingDetail> |
ObjectFactory.createBindingDetail(BindingDetail value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<BindingDetail> |
ObjectFactory.createBindingDetail(BindingDetail value)
|
Modifier and Type | Field and Description |
---|---|
protected BindingDetail |
SubscriptionResultsList.bindingDetail |
Modifier and Type | Method and Description |
---|---|
BindingDetail |
SubscriptionResultsList.getBindingDetail()
Gets the value of the bindingDetail property.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionResultsList.setBindingDetail(BindingDetail value)
Sets the value of the bindingDetail property.
|
Modifier and Type | Method and Description |
---|---|
BindingDetail |
UDDIInquiryPortType.findBinding(FindBinding body)
The find_binding API is used to find UDDI bindingTemplate elements.
|
BindingDetail |
UDDIInquiryPortType.getBindingDetail(GetBindingDetail body)
The get_bindingDetail API call returns the bindingTemplate structure
corresponding to each of the bindingKey values specified.
|
BindingDetail |
UDDIPublicationPortType.saveBinding(SaveBinding body)
The save_binding API call is used to save or update a complete
bindingTemplate element.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.