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.config |
All configuration related classes
|
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.replication | |
org.apache.juddi.v3_service |
This WSDL defines the jUDDI API Service.
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.uddi.repl_v3 |
Modifier and Type | Field and Description |
---|---|
protected ReplicationConfiguration |
GetReplicationNodesResponse.replicationConfiguration |
protected ReplicationConfiguration |
SetReplicationNodes.replicationConfiguration |
Modifier and Type | Method and Description |
---|---|
ReplicationConfiguration |
GetReplicationNodesResponse.getReplicationConfiguration()
Gets the value of the replicationConfiguration property.
|
ReplicationConfiguration |
SetReplicationNodes.getReplicationConfiguration()
Gets the value of the replicationConfiguration property.
|
Modifier and Type | Method and Description |
---|---|
void |
GetReplicationNodesResponse.setReplicationConfiguration(ReplicationConfiguration value)
Sets the value of the replicationConfiguration property.
|
void |
SetReplicationNodes.setReplicationConfiguration(ReplicationConfiguration value)
Sets the value of the replicationConfiguration property.
|
Modifier and Type | Method and Description |
---|---|
ReplicationConfiguration |
JUDDIApiImpl.getReplicationNodes(String authInfo) |
Modifier and Type | Method and Description |
---|---|
DispositionReport |
JUDDIApiImpl.setReplicationNodes(String authInfo,
ReplicationConfiguration replicationConfiguration) |
Modifier and Type | Method and Description |
---|---|
static ReplicationConfiguration |
Install.applyReplicationTokenChanges(ReplicationConfiguration replicationCfg,
org.apache.commons.configuration.Configuration config,
String thisnode) |
Modifier and Type | Method and Description |
---|---|
static ReplicationConfiguration |
Install.applyReplicationTokenChanges(ReplicationConfiguration replicationCfg,
org.apache.commons.configuration.Configuration config,
String thisnode) |
Modifier and Type | Method and Description |
---|---|
static void |
MappingModelToApi.mapReplicationConfiguration(ReplicationConfiguration find,
ReplicationConfiguration item) |
static void |
MappingApiToModel.mapReplicationConfiguration(ReplicationConfiguration replicationConfiguration,
ReplicationConfiguration model,
javax.persistence.EntityManager em) |
Modifier and Type | Method and Description |
---|---|
static ReplicationConfiguration |
ReplicationNotifier.FetchEdges()
returns the latest version of the replication config or null if there
is no config
|
Modifier and Type | Method and Description |
---|---|
ReplicationConfiguration |
JUDDIApiPortType.getReplicationNodes(String authInfo)
returns all Nodes that have been enabled for replication.
|
Modifier and Type | Method and Description |
---|---|
DispositionReport |
JUDDIApiPortType.setReplicationNodes(String authInfo,
ReplicationConfiguration replicationConfiguration)
sets all Nodes for replication.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatePublish.validateDeleteNode(javax.persistence.EntityManager em,
DeleteNode nodeID,
ReplicationConfiguration cfg) |
void |
ValidateReplication.validateGetChangeRecords(String requestingNode,
HighWaterMarkVectorType changesAlreadySeen,
BigInteger responseLimitCount,
HighWaterMarkVectorType responseLimitVector,
ReplicationConfiguration FetchEdges,
WebServiceContext ctx) |
void |
ValidateReplication.validateSetReplicationNodes(ReplicationConfiguration replicationConfiguration,
javax.persistence.EntityManager em,
String thisnode,
org.apache.commons.configuration.Configuration config) |
Modifier and Type | Method and Description |
---|---|
ReplicationConfiguration |
ObjectFactory.createReplicationConfiguration()
Create an instance of
ReplicationConfiguration |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.