| Package | Description | 
|---|---|
| org.apache.juddi.v3.client.subscription | An asynchronous API for subscriptions using an embedded web server | 
| 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.