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 |
---|---|
org.uddi.api_v3.BusinessEntity |
UDDIClerk.findBusiness(String businessKey)
Deprecated.
Use getBusinessDetail instead
|
org.uddi.api_v3.BusinessEntity |
UDDIClerk.findBusiness(String businessKey,
org.apache.juddi.api_v3.Node node)
Deprecated.
Use getBusinessDetail instead
|
org.uddi.api_v3.RelatedBusinessesList |
UDDIClerk.findRelatedBusinesses(String businessKey,
org.apache.juddi.api_v3.Node node)
Looks up the BusinessEntity in the registry for "related" businesses.
|
org.uddi.api_v3.BusinessService |
UDDIClerk.findService(String serviceKey)
Deprecated.
see getServiceDetail
|
org.uddi.api_v3.BusinessService |
UDDIClerk.findService(String serviceKey,
org.apache.juddi.api_v3.Node node)
Deprecated.
see getServiceDetail
|
org.uddi.api_v3.BindingTemplate |
UDDIClerk.findServiceBinding(String bindingKey)
Deprecated.
see getServiceBindingDetail
|
org.uddi.api_v3.BindingTemplate |
UDDIClerk.findServiceBinding(String bindingKey,
org.apache.juddi.api_v3.Node node)
Deprecated.
use getServiceBindingDetail instead
|
org.uddi.api_v3.TModelList |
UDDIClerk.findTModel(org.uddi.api_v3.FindTModel findTModel)
finds a tmodel.
|
org.uddi.api_v3.TModelList |
UDDIClerk.findTModel(org.uddi.api_v3.FindTModel findTModel,
org.apache.juddi.api_v3.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 |
org.uddi.api_v3.BusinessEntity |
UDDIClerk.getBusinessDetail(String businessKey)
Looks up the BusinessEntiry in the registry, will return null if is
not found.
|
org.uddi.api_v3.BusinessEntity |
UDDIClerk.getBusinessDetail(String businessKey,
org.apache.juddi.api_v3.Node node)
Looks up the BusinessEntiry in the registry, will return null if is
not found.
|
org.uddi.api_v3.BindingTemplate |
UDDIClerk.getServiceBindingDetail(String bindingKey)
gets a binding detail by key
|
org.uddi.api_v3.BindingTemplate |
UDDIClerk.getServiceBindingDetail(String bindingKey,
org.apache.juddi.api_v3.Node node)
Gets the details of a specific service binding key
|
org.uddi.api_v3.ServiceDetail |
UDDIClerk.getServiceDetail(org.uddi.api_v3.GetServiceDetail getDetail)
Gets service details or NULL if it doesn't exist or an error occurred
|
org.uddi.api_v3.ServiceDetail |
UDDIClerk.getServiceDetail(org.uddi.api_v3.GetServiceDetail getDetail,
org.apache.juddi.api_v3.Node node)
Gets service details or NULL if it doesn't exist or an error occurred
|
org.uddi.api_v3.BusinessService |
UDDIClerk.getServiceDetail(String serviceKey)
Finds a service by the key, .
|
org.uddi.api_v3.BusinessService |
UDDIClerk.getServiceDetail(String serviceKey,
org.apache.juddi.api_v3.Node node)
Finds a service by the key, referencing the specific Node from the
configuration file
|
org.uddi.api_v3.TModelDetail |
UDDIClerk.getTModelDetail(org.uddi.api_v3.GetTModelDetail getTModelDetail)
Gets the details of a tModel by the key.
|
org.uddi.api_v3.TModelDetail |
UDDIClerk.getTModelDetail(org.uddi.api_v3.GetTModelDetail getTModelDetail,
org.apache.juddi.api_v3.Node node)
Gets the details of a tModel by the key using the referenced Node
from the config file
|
org.uddi.api_v3.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 |
---|---|
org.uddi.api_v3.BusinessService |
BPEL2UDDI.lookupService(String serviceKey)
Perform a lookup by serviceKey, and will return null if not found.
|
org.uddi.api_v3.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) |
org.uddi.api_v3.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 org.uddi.api_v3.BindingTemplate |
SubscriptionCallbackListener.registerBinding(UDDIClient client,
String cfg_node_name,
org.uddi.api_v3.BindingTemplate bt,
SubscriptionCallbackListener.SignatureBehavior behavior)
Registers a UDDI binding template that represents the subscription
callback endpoint
|
static org.uddi.api_v3.BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client)
Starts a subscription callback service using the juddi client config
file's settings.
|
static org.uddi.api_v3.BindingTemplate |
SubscriptionCallbackListener.start(UDDIClient client,
String cfg_node_name)
Starts a subscription callback service using the juddi client config
file's settings.
|
static org.uddi.api_v3.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.
|
Modifier and Type | Method and Description |
---|---|
org.apache.juddi.v3_service.JUDDIApiPortType |
Transport.getJUDDIApiService() |
org.apache.juddi.v3_service.JUDDIApiPortType |
InVMTransport.getJUDDIApiService(String endpointURL) |
org.apache.juddi.v3_service.JUDDIApiPortType |
JAXWSTransport.getJUDDIApiService(String endpointURL)
This is a jUDDI specific API
|
abstract org.apache.juddi.v3_service.JUDDIApiPortType |
Transport.getJUDDIApiService(String endpointURL) |
org.uddi.v3_service.UDDICustodyTransferPortType |
Transport.getUDDICustodyTransferService() |
org.uddi.v3_service.UDDICustodyTransferPortType |
InVMTransport.getUDDICustodyTransferService(String endpointURL) |
org.uddi.v3_service.UDDICustodyTransferPortType |
JAXWSTransport.getUDDICustodyTransferService(String endpointURL) |
abstract org.uddi.v3_service.UDDICustodyTransferPortType |
Transport.getUDDICustodyTransferService(String endpointURL) |
org.uddi.v3_service.UDDIInquiryPortType |
Transport.getUDDIInquiryService() |
org.uddi.v3_service.UDDIInquiryPortType |
InVMTransport.getUDDIInquiryService(String endpointURL) |
org.uddi.v3_service.UDDIInquiryPortType |
JAXWSTransport.getUDDIInquiryService(String endpointURL) |
org.uddi.v3_service.UDDIInquiryPortType |
JAXWSv2TranslationTransport.getUDDIInquiryService(String endpointURL) |
abstract org.uddi.v3_service.UDDIInquiryPortType |
Transport.getUDDIInquiryService(String endpointURL) |
org.uddi.v3_service.UDDIPublicationPortType |
Transport.getUDDIPublishService() |
org.uddi.v3_service.UDDIPublicationPortType |
InVMTransport.getUDDIPublishService(String endpointURL) |
org.uddi.v3_service.UDDIPublicationPortType |
JAXWSTransport.getUDDIPublishService(String endpointURL) |
org.uddi.v3_service.UDDIPublicationPortType |
JAXWSv2TranslationTransport.getUDDIPublishService(String endpointURL) |
abstract org.uddi.v3_service.UDDIPublicationPortType |
Transport.getUDDIPublishService(String endpointURL) |
org.uddi.v3_service.UDDISecurityPortType |
Transport.getUDDISecurityService() |
org.uddi.v3_service.UDDISecurityPortType |
InVMTransport.getUDDISecurityService(String endpointURL) |
org.uddi.v3_service.UDDISecurityPortType |
JAXWSTransport.getUDDISecurityService(String endpointURL) |
org.uddi.v3_service.UDDISecurityPortType |
JAXWSv2TranslationTransport.getUDDISecurityService(String endpointURL) |
abstract org.uddi.v3_service.UDDISecurityPortType |
Transport.getUDDISecurityService(String endpointURL) |
org.uddi.v3_service.UDDISubscriptionListenerPortType |
Transport.getUDDISubscriptionListenerService() |
org.uddi.v3_service.UDDISubscriptionListenerPortType |
InVMTransport.getUDDISubscriptionListenerService(String endpointURL) |
org.uddi.v3_service.UDDISubscriptionListenerPortType |
JAXWSTransport.getUDDISubscriptionListenerService(String endpointURL) |
abstract org.uddi.v3_service.UDDISubscriptionListenerPortType |
Transport.getUDDISubscriptionListenerService(String endpointURL) |
org.uddi.v3_service.UDDISubscriptionPortType |
Transport.getUDDISubscriptionService() |
org.uddi.v3_service.UDDISubscriptionPortType |
InVMTransport.getUDDISubscriptionService(String endpointURL) |
org.uddi.v3_service.UDDISubscriptionPortType |
JAXWSTransport.getUDDISubscriptionService(String endpointURL) |
abstract org.uddi.v3_service.UDDISubscriptionPortType |
Transport.getUDDISubscriptionService(String endpointURL) |
org.uddi.v2_service.Inquire |
JAXWSv2TranslationTransport.getUDDIv2InquiryService() |
org.uddi.v2_service.Inquire |
JAXWSv2TranslationTransport.getUDDIv2InquiryService(String endpointURL) |
org.uddi.v2_service.Publish |
JAXWSv2TranslationTransport.getUDDIv2PublishService() |
org.uddi.v2_service.Publish |
JAXWSv2TranslationTransport.getUDDIv2PublishService(String endpointURL) |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.