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.apache.juddi.webconsole.hub |
Rendererss, parses, configuration and session management for all juddi-gui web apps
|
org.uddi.custody_v3 | |
org.uddi.repl_v3 | |
org.uddi.v3_service |
WSDL service definition for UDDI 3.0.2 specification
|
Modifier and Type | Method and Description |
---|---|
void |
UDDICustodyTransferImpl.getTransferToken(String authInfo,
KeyBag keyBag,
Holder<String> nodeID,
Holder<XMLGregorianCalendar> expirationTime,
Holder<byte[]> opaqueToken) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateCustodyTransfer.validateGetTransferToken(javax.persistence.EntityManager em,
KeyBag keyBag) |
Modifier and Type | Method and Description |
---|---|
String |
UddiHub.GetCustodyTransferToken(KeyBag keys,
Holder<String> nodeid,
Holder<XMLGregorianCalendar> outExpires,
Holder<byte[]> outToken)
Get a custody transfer token for giving away control of the specified
business or tmodel keys
authInfo: This OPTIONAL argument is an element that contains an
authentication token.
|
Modifier and Type | Field and Description |
---|---|
protected KeyBag |
DiscardTransferToken.keyBag |
protected KeyBag |
GetTransferToken.keyBag |
protected KeyBag |
TransferEntities.keyBag |
Modifier and Type | Method and Description |
---|---|
KeyBag |
ObjectFactory.createKeyBag()
Create an instance of
KeyBag |
KeyBag |
DiscardTransferToken.getKeyBag()
Gets the value of the keyBag property.
|
KeyBag |
GetTransferToken.getKeyBag()
Gets the value of the keyBag property.
|
KeyBag |
TransferEntities.getKeyBag()
Gets the value of the keyBag property.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<KeyBag> |
ObjectFactory.createKeyBag(KeyBag value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<KeyBag> |
ObjectFactory.createKeyBag(KeyBag value)
|
void |
DiscardTransferToken.setKeyBag(KeyBag value)
Sets the value of the keyBag property.
|
void |
GetTransferToken.setKeyBag(KeyBag value)
Sets the value of the keyBag property.
|
void |
TransferEntities.setKeyBag(KeyBag value)
Sets the value of the keyBag property.
|
Modifier and Type | Field and Description |
---|---|
protected KeyBag |
TransferCustody.keyBag |
Modifier and Type | Method and Description |
---|---|
KeyBag |
TransferCustody.getKeyBag()
Gets the value of the keyBag property.
|
Modifier and Type | Method and Description |
---|---|
void |
TransferCustody.setKeyBag(KeyBag value)
Sets the value of the keyBag property.
|
Modifier and Type | Method and Description |
---|---|
void |
UDDICustodyTransferPortType.getTransferToken(String authInfo,
KeyBag keyBag,
Holder<String> nodeID,
Holder<XMLGregorianCalendar> expirationTime,
Holder<byte[]> opaqueToken)
The get_transferToken API is a client API used to initiate the transfer
of custody of one or more businessEntity or tModel entities from one node
to another.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.