Package | Description |
---|---|
org.apache.juddi.api.impl |
This package contains the web service implementation classes of all jUDDI services
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
org.uddi.custody_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
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.
|
void |
UDDICustodyTransferImpl.transferEntities(TransferEntities body) |
Modifier and Type | Method and Description |
---|---|
boolean |
ValidateCustodyTransfer.validateTransferEntities(javax.persistence.EntityManager em,
TransferEntities body)
returns true if all items to be transfered are within this node (no
node to node transfers) false for transfer between nodes
|
Modifier and Type | Method and Description |
---|---|
TransferEntities |
ObjectFactory.createTransferEntities()
Create an instance of
TransferEntities |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TransferEntities> |
ObjectFactory.createTransferEntities(TransferEntities value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TransferEntities> |
ObjectFactory.createTransferEntities(TransferEntities value)
|
Modifier and Type | Method and Description |
---|---|
void |
UDDICustodyTransferPortType.transferEntities(TransferEntities body)
The transfer_entities API is used by publishers to whom custody is being
transferred to actually perform the transfer.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.