| 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.replication | |
| org.uddi.repl_v3 |
| Modifier and Type | Method and Description |
|---|---|
protected List<ChangeRecord> |
UDDICustodyTransferImpl.executeTransfer(TransferEntities body,
javax.persistence.EntityManager em,
String transferToPublisher,
String transferToNode)
used to factor out the actual execution of custody transfer, used by
both this service and the replication service.
|
| Modifier and Type | Method and Description |
|---|---|
static ChangeRecord |
MappingModelToApi.mapChangeRecord(ChangeRecord cr) |
| Modifier and Type | Method and Description |
|---|---|
static ChangeRecord |
MappingApiToModel.mapChangeRecord(ChangeRecord rec) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ReplicationNotifier.EnqueueRetransmit(ChangeRecord change) |
| Modifier and Type | Field and Description |
|---|---|
protected ChangeRecord |
ChangeRecordCorrection.changeRecord |
| Modifier and Type | Field and Description |
|---|---|
protected List<ChangeRecord> |
ChangeRecords.changeRecord |
| Modifier and Type | Method and Description |
|---|---|
ChangeRecord |
ObjectFactory.createChangeRecord()
Create an instance of
ChangeRecord |
ChangeRecord |
ChangeRecordCorrection.getChangeRecord()
Gets the value of the changeRecord property.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeRecord> |
ChangeRecords.getChangeRecord()
Gets the value of the changeRecord property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeRecordCorrection.setChangeRecord(ChangeRecord value)
Sets the value of the changeRecord property.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.