Package | Description |
---|---|
org.apache.juddi.v3.client.config |
Main integration point for client applications, configuration, clerks
|
org.apache.juddi.v3.client.subscription |
An asynchronous API for subscriptions using an embedded web server
|
Modifier and Type | Method and Description |
---|---|
static UDDIClient |
WebHelper.getUDDIClient(javax.servlet.ServletContext servletContext)
Checks the servlet context for the manager defined in the web
context.
|
static UDDIClient |
UDDIClientContainer.getUDDIClient(String clientName) |
Modifier and Type | Method and Description |
---|---|
static boolean |
UDDIClientContainer.addClient(UDDIClient manager)
adds the named client, but only if it isn't registered already
|
Constructor and Description |
---|
BackGroundRegistration(UDDIClient uddiClient) |
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.
|
static void |
SubscriptionCallbackListener.stop(UDDIClient client,
String cfg_node_name,
String bindingKey)
This effectively stops the endpoint address and notifies all
ISubscriptionCallback clients that the endpoint as been stopped.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.