Package | Description |
---|---|
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
Modifier and Type | Field and Description |
---|---|
protected UDDINode |
UDDIClerk.uddiNode |
Modifier and Type | Method and Description |
---|---|
UDDINode |
ClientConfig.getHomeNode() |
UDDINode |
UDDIClerk.getUDDINode()
Returns the UDDI node that this clerk is associated with
client.clerks.clerk(" + i + ")@node
|
UDDINode |
UDDIClerk.getUDDINode(org.apache.juddi.api_v3.Node apinode) |
UDDINode |
ClientConfig.getUDDINode(String nodeName)
returns the named uddi node from config or throws if one is not found
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,UDDINode> |
ClientConfig.getUDDINodes() |
Modifier and Type | Method and Description |
---|---|
void |
ClientConfig.addUDDINode(UDDINode node)
adds a new node to the client configuration section.
|
void |
UDDIClerk.setUDDINode(UDDINode uddiNode)
client.clerks.clerk(" + i + ")[@node] reference to UDDI Node
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.