Package | Description |
---|---|
org.apache.juddi.samples | |
org.apache.juddi.v3.client.cli | |
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
org.apache.juddi.v3.client.transport |
UDDI API Transport classes, such as JAXWS, RMI, etc
|
Modifier and Type | Method and Description |
---|---|
void |
WadlImport.fire(String pathOrURL,
String businessKey,
String token,
Transport transport) |
void |
WsdlImport.fire(String pathOrURL,
String businessKey,
String token,
Transport transport) |
Constructor and Description |
---|
JuddiAdminService(UDDIClient client,
Transport transport) |
UddiCreatebulk(Transport transport,
boolean notused,
String node) |
UddiDigitalSignatureBusiness(Transport transport) |
UddiSubscribe(UDDIClient client,
String nodename,
Transport transport) |
UddiSubscribeValidate(Transport transport) |
UddiSubscriptionManagement(Transport transport) |
Modifier and Type | Method and Description |
---|---|
void |
SearchByQos.doFindBinding(String token,
Transport transport) |
void |
SearchByQos.doFindBusiness(String token,
Transport transport) |
void |
SearchByQos.doFindService(String token,
Transport transport) |
void |
WadlImport.fire(String pathOrURL,
String businessKey,
String token,
Transport transport) |
void |
WsdlImport.fire(String pathOrURL,
String businessKey,
String token,
Transport transport) |
Constructor and Description |
---|
JuddiAdminService(UDDIClient client,
Transport transport) |
SimpleBrowse(Transport transport) |
UddiDigitalSignatureBusiness(Transport transport) |
UddiSubscribe(UDDIClient client,
String nodename,
Transport transport) |
UddiSubscribeAssertionStatus(Transport transport) |
UddiSubscribeValidate(Transport transport) |
UddiSubscriptionManagement(Transport transport) |
Modifier and Type | Method and Description |
---|---|
Transport |
UDDIClient.getTransport()
Deprecated.
use the getTransport(String nodeName) instead. Returns
the "default" jUDDI nodes Transport. Note: this will always return a
new instance of Transport
|
Transport |
UDDINode.getTransport() |
Transport |
UDDIClient.getTransport(String nodeName)
Returns the transport defined for the node with the given nodeName.
|
Modifier and Type | Class and Description |
---|---|
class |
InVMTransport
InVM transport expects that the service urls are in fact fully qualified classnames
|
class |
JAXWSTransport |
class |
JAXWSv2TranslationTransport
JAXWS Transport for UDDIv2 bindings.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.