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.subscription |
Handles all asynchronous notifications
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.uddi.sub_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
Modifier and Type | Field and Description |
---|---|
protected List<GetSubscriptionResults> |
SyncSubscription.getSubscriptionResultsList |
Modifier and Type | Method and Description |
---|---|
List<GetSubscriptionResults> |
SyncSubscription.getGetSubscriptionResultsList()
Gets the value of the getSubscriptionResultsList 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 |
---|---|
protected GetSubscriptionResults |
SubscriptionNotifier.buildGetSubscriptionResults(Subscription subscription,
Date endPoint) |
Modifier and Type | Method and Description |
---|---|
protected void |
SubscriptionNotifier.notify(GetSubscriptionResults getSubscriptionResults,
SubscriptionResultsList resultList,
Date notificationDate)
Sends out the notifications.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidateSubscription.validateGetSubscriptionResults(javax.persistence.EntityManager em,
GetSubscriptionResults body) |
Modifier and Type | Method and Description |
---|---|
GetSubscriptionResults |
ObjectFactory.createGetSubscriptionResults()
Create an instance of
GetSubscriptionResults |
Modifier and Type | Method and Description |
---|---|
JAXBElement<GetSubscriptionResults> |
ObjectFactory.createGetSubscriptionResults(GetSubscriptionResults value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<GetSubscriptionResults> |
ObjectFactory.createGetSubscriptionResults(GetSubscriptionResults value)
|
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.