Package | Description |
---|---|
org.apache.juddi.api_v3 | |
org.apache.juddi.mapping |
Maps to and from JAXB to JPA classes
|
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
org.apache.juddi.validation |
Validators for all UDDI method invocations against the rules defined in the spec
|
Modifier and Type | Field and Description |
---|---|
protected Node |
Clerk.node |
Modifier and Type | Field and Description |
---|---|
protected List<Node> |
NodeDetail.node |
protected List<Node> |
NodeList.node |
protected List<Node> |
SaveNode.node |
Modifier and Type | Method and Description |
---|---|
Node |
ObjectFactory.createNode()
Create an instance of
Node |
Node |
Clerk.getNode()
Gets the value of the node property.
|
Modifier and Type | Method and Description |
---|---|
List<Node> |
NodeDetail.getNode()
Gets the value of the node property.
|
List<Node> |
NodeList.getNode()
Gets the value of the node property.
|
List<Node> |
SaveNode.getNode()
Gets the value of the node property.
|
Modifier and Type | Method and Description |
---|---|
void |
Clerk.setNode(Node value)
Sets the value of the node property.
|
Modifier and Type | Method and Description |
---|---|
static void |
MappingApiToModel.mapNode(Node apiNode,
Node modelNode) |
static void |
MappingModelToApi.mapNode(Node modelNode,
Node apiNode) |
Modifier and Type | Method and Description |
---|---|
Node |
UDDINode.getApiNode() |
Modifier and Type | Method and Description |
---|---|
List<Node> |
ClientConfig.getUDDINodeList()
gets the current configuration's node list Only a copy of these
values are returned
|
Modifier and Type | Method and Description |
---|---|
BusinessEntity |
UDDIClerk.findBusiness(String businessKey,
Node node)
Deprecated.
Use getBusinessDetail instead
|
RelatedBusinessesList |
UDDIClerk.findRelatedBusinesses(String businessKey,
Node node)
Looks up the BusinessEntity in the registry for "related" businesses.
|
BusinessService |
UDDIClerk.findService(String serviceKey,
Node node)
Deprecated.
see getServiceDetail
|
BindingTemplate |
UDDIClerk.findServiceBinding(String bindingKey,
Node node)
Deprecated.
use getServiceBindingDetail instead
|
TModelList |
UDDIClerk.findTModel(FindTModel findTModel,
Node node)
finds a tModel
|
BusinessEntity |
UDDIClerk.getBusinessDetail(String businessKey,
Node node)
Looks up the BusinessEntiry in the registry, will return null if is
not found.
|
BindingTemplate |
UDDIClerk.getServiceBindingDetail(String bindingKey,
Node node)
Gets the details of a specific service binding key
|
ServiceDetail |
UDDIClerk.getServiceDetail(GetServiceDetail getDetail,
Node node)
Gets service details or NULL if it doesn't exist or an error occurred
|
BusinessService |
UDDIClerk.getServiceDetail(String serviceKey,
Node node)
Finds a service by the key, referencing the specific Node from the
configuration file
|
TModelDetail |
UDDIClerk.getTModelDetail(GetTModelDetail getTModelDetail,
Node node)
Gets the details of a tModel by the key using the referenced Node
from the config file
|
UDDINode |
UDDIClerk.getUDDINode(Node apinode) |
BindingTemplate |
UDDIClerk.register(BindingTemplate binding,
Node node)
Register a BindingTemplate.
|
BusinessEntity |
UDDIClerk.register(BusinessEntity business,
Node node)
Registers a UDDI Business referencing the specified Node from the
config file
|
BusinessService |
UDDIClerk.register(BusinessService service,
Node node)
Register a service.
|
Subscription |
UDDIClerk.register(Subscription subscription,
Node node)
Register a Subscription to UDDI node passed in.
|
TModelDetail |
UDDIClerk.register(TModel tModel,
Node node)
Register a tModel.
|
NodeDetail |
UDDIClerk.saveNode(Node node)
This calls a jUDDI implementation specific API call and is used to
help configure internode communication between jUDDI servers.
|
void |
UDDIClerk.unRegisterBinding(String bindingKey,
Node node)
Unregisters the BindingTemplate with specified bindingKey and
referenced node defined in the config file Note, if registration
fails, no exception is thrown
|
void |
UDDIClerk.unRegisterBusiness(String businessKey,
Node node)
Unregisters the service with specified serviceKey using the specified
Node, as defined in the config file Note, if registration fails, no
exception is thrown
|
void |
UDDIClerk.unRegisterService(String serviceKey,
Node node)
Unregisters the service with specified serviceKey.
|
void |
UDDIClerk.unRegisterSubscription(String subscriptionKey,
Node node)
removes a subscription by key, referencing the specified node in the
config file Note, if registration fails, no exception is thrown
|
void |
UDDIClerk.unRegisterTModel(String tModelKey,
Node node)
Unregisters the BindingTemplate with specified bindingKey.
|
Constructor and Description |
---|
UDDINode(Node node) |
Modifier and Type | Method and Description |
---|---|
void |
ValidateNode.validateNode(Node node) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.