Package | Description |
---|---|
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
org.apache.juddi.v3.client.mapping |
Mappings for UDDIv2 APIs and for common functions for WADL and WSDL to UDDI
|
org.apache.juddi.v3.client.mapping.wsdl |
WSDL and BPEL to UDDI parsers
|
org.apache.juddi.v3.client.subscription |
An asynchronous API for subscriptions using an embedded web server
|
org.apache.juddi.v3.client.transport |
UDDI API Transport classes, such as JAXWS, RMI, etc
|
Modifier and Type | Method and Description |
---|---|
BusinessEntity |
UDDIClerk.findBusiness(String businessKey)
Deprecated.
Use getBusinessDetail instead
|
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)
Deprecated.
see getServiceDetail
|
BusinessService |
UDDIClerk.findService(String serviceKey,
Node node)
Deprecated.
see getServiceDetail
|
BindingTemplate |
UDDIClerk.findServiceBinding(String bindingKey)
Deprecated.
see getServiceBindingDetail
|
BindingTemplate |
UDDIClerk.findServiceBinding(String bindingKey,
Node node)
Deprecated.
use getServiceBindingDetail instead
|
TModelList |
UDDIClerk.findTModel(FindTModel findTModel)
finds a tmodel.
|
TModelList |
UDDIClerk.findTModel(FindTModel findTModel,
Node node)
finds a tModel
|
String |
UDDIClerk.getAuthToken()
Gets an auth token from the uddi server using the uddi auth token
Notice: never log auth tokens! Treat it like a password Calls |
String |
UDDIClerk.getAuthToken(String endpointURL)
Gets an auth token from the uddi server using the uddi auth token
Notice: never log auth tokens! Treat it like a password notes: changed to public to have access from the subscription callback API 8/20/2013 AO |
BusinessEntity |
UDDIClerk.getBusinessDetail(String businessKey)
Looks up the BusinessEntiry in the registry, will return null if is
not found.
|
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)
gets a binding detail by key
|
BindingTemplate |
UDDIClerk.getServiceBindingDetail(String bindingKey,
Node node)
Gets the details of a specific service binding key
|
ServiceDetail |
UDDIClerk.getServiceDetail(GetServiceDetail getDetail)
Gets service details or NULL if it doesn't exist or an error occurred
|
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)
Finds a service by the key, .
|
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)
Gets the details of a tModel by the key.
|
TModelDetail |
UDDIClerk.getTModelDetail(GetTModelDetail getTModelDetail,
Node node)
Gets the details of a tModel by the key using the referenced Node
from the config file
|
TModelDetail |
UDDIClerk.getTModelDetail(String tModelKey)
Gets the details of a tModel by the key.
|
Transport |
UDDINode.getTransport() |
Modifier and Type | Method and Description |
---|---|
String |
ServiceLocator.lookupEndpoint(QName serviceQName,
String portName)
Looks up the Endpoints for a Service.
|
String |
ServiceLocator.lookupEndpoint(String serviceKey)
Looks up the Endpoints for a Service.
|
void |
ServiceLocator.shutdown() |
Constructor and Description |
---|
UDDIServiceCache(UDDIClerk clerk,
URLLocalizer urlLocalizer,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
BusinessService |
BPEL2UDDI.lookupService(String serviceKey)
Perform a lookup by serviceKey, and will return null if not found.
|
BindingTemplate |
BPEL2UDDI.register(QName serviceName,
String portName,
URL serviceUrl,
javax.wsdl.Definition wsdlDefinition)
1.
|
ServiceRegistrationResponse |
WSDL2UDDI.registerBusinessService(QName serviceQName,
String portName,
URL serviceUrl,
javax.wsdl.Definition wsdlDefinition) |
BusinessServices |
WSDL2UDDI.registerBusinessServices(javax.wsdl.Definition wsdlDefinition) |
String |
BPEL2UDDI.unRegister(QName serviceName,
String portName,
URL serviceUrl) |
String |
WSDL2UDDI.unRegisterBusinessService(QName serviceName,
String portName,
URL serviceUrl) |
String[] |
WSDL2UDDI.unRegisterBusinessServices(javax.wsdl.Definition wsdlDefinition) |
Modifier and Type | Method and Description |
---|---|
static BindingTemplate |
SubscriptionCallbackListener.registerBinding(UDDIClient client,
String cfg_node_name,
BindingTemplate bt,
SubscriptionCallbackListener.SignatureBehavior behavior)
Registers a UDDI binding template that represents the subscription
callback endpoint
|
static BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client)
Starts a subscription callback service using the juddi client config
file's settings.
|
static BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client,
String cfg_node_name)
Starts a subscription callback service using the juddi client config
file's settings.
|
static BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client,
String cfg_node_name,
String endpoint,
String keydomain,
boolean autoregister,
String serviceKey,
SubscriptionCallbackListener.SignatureBehavior behavior)
Starts a embedded Jetty web server (comes with the JDK) using the
Endpoint API.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.