Package | Description |
---|---|
org.apache.juddi.api_v3 | |
org.apache.juddi.v3_service |
This WSDL defines the jUDDI API Service.
|
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<Subscription> |
SubscriptionWrapper.subscription |
protected List<Subscription> |
AdminSaveSubscriptionRequest.subscriptions |
protected List<Subscription> |
AdminSaveSubscriptionResponse.subscriptions |
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
SubscriptionWrapper.getSubscription()
Gets the value of the subscription property.
|
List<Subscription> |
AdminSaveSubscriptionRequest.getSubscriptions()
Gets the value of the subscriptions property.
|
List<Subscription> |
AdminSaveSubscriptionResponse.getSubscriptions()
Gets the value of the subscriptions property.
|
Modifier and Type | Method and Description |
---|---|
void |
JUDDIApiPortType.adminSaveSubscription(String authInfo,
String publisherOrUsername,
Holder<List<Subscription>> subscriptions)
saves a client subscription, useful for restore functions
|
Modifier and Type | Field and Description |
---|---|
protected Subscription |
SubscriptionResultsList.subscription |
Modifier and Type | Field and Description |
---|---|
protected List<Subscription> |
SaveSubscription.subscription |
protected List<Subscription> |
Subscriptions.subscription |
Modifier and Type | Method and Description |
---|---|
Subscription |
ObjectFactory.createSubscription()
Create an instance of
Subscription |
Subscription |
SubscriptionResultsList.getSubscription()
Gets the value of the subscription property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Subscription> |
ObjectFactory.createSubscription(Subscription value)
|
List<Subscription> |
SaveSubscription.getSubscription()
Gets the value of the subscription property.
|
List<Subscription> |
Subscriptions.getSubscription()
Gets the value of the subscription property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<Subscription> |
ObjectFactory.createSubscription(Subscription value)
|
void |
SubscriptionResultsList.setSubscription(Subscription value)
Sets the value of the subscription property.
|
Modifier and Type | Method and Description |
---|---|
List<Subscription> |
UDDISubscriptionPortType.getSubscriptions(String authInfo)
Returns the complete list of existing subscriptions owned by the
subscriber.
|
Modifier and Type | Method and Description |
---|---|
void |
UDDISubscriptionPortType.saveSubscription(String authInfo,
Holder<List<Subscription>> subscription)
The save_subscription API registers a request to monitor specific registry content and to have the node periodically notify the subscriber when changes are available.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.