public class PLLServer extends Object
PLLServer
class is used by high level services and
applications to send NotificationSet XML documents to destination URL
identified in the send() method. It also provides static methods to add,
remove, and get request handlers.NotificationSet
,
SendNotificationException
Constructor and Description |
---|
PLLServer() |
Modifier and Type | Method and Description |
---|---|
static void |
send(URL url,
NotificationSet set)
Translates the Java object to an XML NotificationSet document and sends
the corresponding XML document to the URL specified in this method.
|
public static Debug pllDebug
public static void send(URL url, NotificationSet set) throws SendNotificationException
url
- The destination URL for the NotificationSet XML document.set
- The NotificationSet Java object to be translated to an XML
NotificationSet document.SendNotificationException
- is thrown if there is an error in sending the XML
document.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.