Package | Description |
---|---|
org.apache.juddi.api_v3 | |
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.samples | |
org.apache.juddi.subscription |
Handles all asynchronous notifications
|
org.apache.juddi.v3.client.cli | |
org.apache.juddi.v3.client.subscription |
An asynchronous API for subscriptions using an embedded web server
|
org.uddi.sub_v3 | |
org.uddi.subr_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
Modifier and Type | Field and Description |
---|---|
protected List<SubscriptionResultsList> |
SyncSubscriptionDetail.subscriptionResultsList |
Modifier and Type | Method and Description |
---|---|
List<SubscriptionResultsList> |
SyncSubscriptionDetail.getSubscriptionResultsList()
Gets the value of the subscriptionResultsList property.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionResultsList |
UDDISubscriptionImpl.getSubscriptionResults(GetSubscriptionResults body) |
SubscriptionResultsList |
UDDISubscriptionImpl.getSubscriptionResults(GetSubscriptionResults body,
UddiEntityPublisher publisher) |
Modifier and Type | Method and Description |
---|---|
static void |
XRegisterHelper.handle(Clerk fromClerk,
Clerk toClerk,
SubscriptionResultsList list) |
Modifier and Type | Method and Description |
---|---|
void |
UddiSubscribe.handleCallback(SubscriptionResultsList body) |
void |
UddiSubscribeAssertionStatus.handleCallback(SubscriptionResultsList body) |
Modifier and Type | Method and Description |
---|---|
protected void |
SubscriptionNotifier.notify(GetSubscriptionResults getSubscriptionResults,
SubscriptionResultsList resultList,
Date notificationDate)
Sends out the notifications.
|
protected boolean |
SubscriptionNotifier.resultListContainsChanges(SubscriptionResultsList resultList) |
Modifier and Type | Method and Description |
---|---|
void |
UddiSubscribe.handleCallback(SubscriptionResultsList body) |
void |
UddiSubscribeAssertionStatus.handleCallback(SubscriptionResultsList body) |
Modifier and Type | Method and Description |
---|---|
void |
ISubscriptionCallback.handleCallback(SubscriptionResultsList body)
Called when a UDDI server notifies us that something has changed.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionResultsList |
ObjectFactory.createSubscriptionResultsList()
Create an instance of
SubscriptionResultsList |
Modifier and Type | Method and Description |
---|---|
JAXBElement<SubscriptionResultsList> |
ObjectFactory.createSubscriptionResultsList(SubscriptionResultsList value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<SubscriptionResultsList> |
ObjectFactory.createSubscriptionResultsList(SubscriptionResultsList value)
|
Modifier and Type | Field and Description |
---|---|
protected SubscriptionResultsList |
NotifySubscriptionListener.subscriptionResultsList |
Modifier and Type | Method and Description |
---|---|
SubscriptionResultsList |
NotifySubscriptionListener.getSubscriptionResultsList()
Gets the value of the subscriptionResultsList property.
|
Modifier and Type | Method and Description |
---|---|
void |
NotifySubscriptionListener.setSubscriptionResultsList(SubscriptionResultsList value)
Sets the value of the subscriptionResultsList property.
|
Modifier and Type | Method and Description |
---|---|
SubscriptionResultsList |
UDDISubscriptionPortType.getSubscriptionResults(GetSubscriptionResults body)
This API allows a subscriber to request that the
information pertaining to an existing subscription be returned. This is
useful, for example, to obtain historical data when a subscription is first set
up or when a subscriber misses the notification normally provided by the
registry. The results are returned synchronously as the response to this
call. The get_subscriptionResults API can also be used as an alternative to
notifications for obtaining subscription data.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.