Package | Description |
---|---|
org.apache.juddi.api_v3 | |
org.apache.juddi.v3_service |
This WSDL defines the jUDDI API Service.
|
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 |
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 |
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.