Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.model |
JPA representations of the JAXB classes from uddi-ws
|
org.apache.juddi.subscription |
Handles all asynchronous notifications
|
org.apache.juddi.subscription.notify |
Handles transport specific notifications
|
Modifier and Type | Method and Description |
---|---|
protected void |
UDDISubscriptionImpl.doRenewal(Subscription existingSubscription,
Subscription apiSubscription)
Will perform the necessary logic for when a subscription is renewed (evidenced by a subscription with the same key in existence).
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapSubscription(Subscription apiSubscription,
Subscription modelSubscription) |
static void |
MappingModelToApi.mapSubscription(Subscription modelSubscription,
Subscription apiSubscription) |
Modifier and Type | Method and Description |
---|---|
Subscription |
SubscriptionMatch.getSubscription() |
Modifier and Type | Method and Description |
---|---|
int |
Subscription.compareTo(Subscription o) |
void |
SubscriptionMatch.setSubscription(Subscription subscription) |
Constructor and Description |
---|
SubscriptionMatch(Subscription subscription,
String entityKey) |
Modifier and Type | Method and Description |
---|---|
protected Collection<Subscription> |
SubscriptionNotifier.getAllAsyncSubscriptions()
Obtains all subscriptions in the system.
|
Modifier and Type | Method and Description |
---|---|
protected GetSubscriptionResults |
SubscriptionNotifier.buildGetSubscriptionResults(Subscription subscription,
Date endPoint) |
protected void |
SubscriptionNotifier.deleteSubscription(Subscription subscription)
Deletes the subscription.
|
Modifier and Type | Method and Description |
---|---|
Subscription |
TemporaryMailContainer.getObj() |
Modifier and Type | Method and Description |
---|---|
void |
TemporaryMailContainer.setObj(Subscription obj) |
Constructor and Description |
---|
TemporaryMailContainer(Subscription obj,
Publisher publisher,
Publisher deletedBy) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.