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.notify |
Handles transport specific notifications
|
org.apache.juddi.v3_service |
This WSDL defines the jUDDI API Service.
|
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.subscription |
An asynchronous API for subscriptions using an embedded web server
|
org.apache.juddi.v3.error |
All UDDI spec defined exceptions
|
org.apache.juddi.v3.tck | |
org.uddi.api_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
Modifier and Type | Field and Description |
---|---|
protected DispositionReport |
AdminSaveBusinessResponse.dispositionReport |
protected DispositionReport |
AdminSaveTModelResponse.dispositionReport |
protected DispositionReport |
SetReplicationNodesResponse.dispositionReport |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
AdminSaveBusinessResponse.getDispositionReport()
Gets the value of the dispositionReport property.
|
DispositionReport |
AdminSaveTModelResponse.getDispositionReport()
Gets the value of the dispositionReport property.
|
DispositionReport |
SetReplicationNodesResponse.getDispositionReport()
Gets the value of the dispositionReport property.
|
Modifier and Type | Method and Description |
---|---|
void |
AdminSaveBusinessResponse.setDispositionReport(DispositionReport value)
Sets the value of the dispositionReport property.
|
void |
AdminSaveTModelResponse.setDispositionReport(DispositionReport value)
Sets the value of the dispositionReport property.
|
void |
SetReplicationNodesResponse.setDispositionReport(DispositionReport value)
Sets the value of the dispositionReport property.
|
Modifier and Type | Method and Description |
---|---|
DispositionReport |
JUDDIApiImpl.adminSaveBusiness(String authInfo,
List<AdminSaveBusinessWrapper> values) |
DispositionReport |
JUDDIApiImpl.adminSaveTModel(String authInfo,
List<AdminSaveTModelWrapper> values) |
DispositionReport |
UDDISubscriptionListenerImpl.notifySubscriptionListener(NotifySubscriptionListener body) |
DispositionReport |
JUDDIApiImpl.setReplicationNodes(String authInfo,
ReplicationConfiguration replicationConfiguration) |
DispositionReport |
UDDIValueSetValidationImpl.validateValues(ValidateValues body) |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
HTTPNotifier.notifySubscriptionListener(NotifySubscriptionListener body) |
DispositionReport |
Notifier.notifySubscriptionListener(NotifySubscriptionListener body) |
DispositionReport |
SMTPNotifier.notifySubscriptionListener(NotifySubscriptionListener body) |
DispositionReport |
USERFRIENDLYSMTPNotifier.notifySubscriptionListener(NotifySubscriptionListener body) |
DispositionReport |
AMQPNotifier.notifySubscriptionListener(NotifySubscriptionListener body) |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
JUDDIApiPortType.adminSaveBusiness(String authInfo,
List<AdminSaveBusinessWrapper> values)
saves a business just like from the Publication API, however administrators can use this to perform restores from backup.
|
DispositionReport |
JUDDIApiPortType.adminSaveTModel(String authInfo,
List<AdminSaveTModelWrapper> values)
saves a tModel just like from the Publication API, however administrators can use this to perform restores from backup.
|
DispositionReport |
JUDDIApiPortType.setReplicationNodes(String authInfo,
ReplicationConfiguration replicationConfiguration)
sets all Nodes for replication.
|
Modifier and Type | Method and Description |
---|---|
DispositionReport |
UDDIClientSubscriptionListenerImpl.notifySubscriptionListener(NotifySubscriptionListener body)
The SubscriptionListener is called by the UDDI Server when there is a change to any of the
services Endpoints.
|
Modifier and Type | Method and Description |
---|---|
DispositionReport |
SubscriptionCallbackListener.notifySubscriptionListener(NotifySubscriptionListener body) |
Modifier and Type | Method and Description |
---|---|
static DispositionReport |
UDDIErrorHelper.buildDispositionReport(int errNo) |
Constructor and Description |
---|
AuthenticationException(ErrorMessage message,
DispositionReport dispositionReport) |
RegistryException(ErrorMessage message,
DispositionReport dispReport) |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
UDDISubscriptionListenerImpl.notifySubscriptionListener(NotifySubscriptionListener body) |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
ObjectFactory.createDispositionReport()
Create an instance of
DispositionReport |
Modifier and Type | Method and Description |
---|---|
JAXBElement<DispositionReport> |
ObjectFactory.createDispositionReport(DispositionReport value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<DispositionReport> |
ObjectFactory.createDispositionReport(DispositionReport value)
|
Modifier and Type | Method and Description |
---|---|
static DispositionReport |
DispositionReportFaultMessage.getDispositionReport(Exception e)
Convenience method to figure out if the Exception at hand contains a
DispositionReport.
|
DispositionReport |
DispositionReportFaultMessage.getFaultInfo() |
DispositionReport |
UDDISubscriptionListenerPortType.notifySubscriptionListener(NotifySubscriptionListener body)
This API, when implemented by a subscriber and specified in a
subscription, enables the node to deliver notifications to subscription
listeners by invoking a Web service.
|
DispositionReport |
UDDIValueSetValidationPortType.validateValues(ValidateValues body)
A UDDI node that supports external validation sends the validate_values API to the appropriate external Web service, of which there is exactly one, whenever a publisher saves data that uses a keyedReference or keyedReferenceGroup whose use is regulated by the external party who controls that Web service. |
Constructor and Description |
---|
DispositionReportFaultMessage(String message,
DispositionReport faultInfo) |
DispositionReportFaultMessage(String message,
DispositionReport faultInfo,
Throwable cause) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.