Package | Description |
---|---|
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 |
---|---|
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.