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.repl_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
Modifier and Type | Method and Description |
---|---|
void |
UDDIReplicationImpl.transferCustody(TransferCustody body)
transfers custody of an entity from node1/user1 to node2/user2
assume this node is node 2.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidateReplication.validateTransfer(javax.persistence.EntityManager em,
TransferCustody body) |
Modifier and Type | Method and Description |
---|---|
TransferCustody |
ObjectFactory.createTransferCustody()
Create an instance of
TransferCustody |
Modifier and Type | Method and Description |
---|---|
JAXBElement<TransferCustody> |
ObjectFactory.createTransferCustody(TransferCustody value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<TransferCustody> |
ObjectFactory.createTransferCustody(TransferCustody value)
|
Modifier and Type | Method and Description |
---|---|
void |
UDDIReplicationPortType.transferCustody(TransferCustody body)
Invoked by the target node in a custody transfer operation in response to
transfer_entities, this API is used by the custodial node to ensure that
permission has been granted to transfer custody of the entities that the
target publisher has requested.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.