public class RemoveListenerRequest extends Object
RemoveListenerRequest
class represents an
RemovePolicyListener XML document. The RemovePolicyListener DTD is
defined as the following:
Constructor and Description |
---|
RemoveListenerRequest()
Default constructor for
RemoveListenerRequest . |
Modifier and Type | Method and Description |
---|---|
String |
getNotificationURL()
Returns the notification URL to which the notification is sent.
|
String |
getServiceName()
Returns the service name on which this listener listens.
|
static RemoveListenerRequest |
parseXML(Node pNode)
Returns a
RemoveListenerRequest object constructed from
a XML. |
void |
setNotificationURL(String url)
Sets the notification URL to which the notification is sent.
|
void |
setServiceName(String name)
Sets the service name on which this listener listens.
|
String |
toXMLString()
Returns a XML representation of this object.
|
public RemoveListenerRequest()
RemoveListenerRequest
.public String getServiceName()
public void setServiceName(String name)
name
- the service name.public String getNotificationURL()
public void setNotificationURL(String url)
url
- the notification URL.public static RemoveListenerRequest parseXML(Node pNode) throws PolicyEvaluationException
RemoveListenerRequest
object constructed from
a XML.pNode
- the XML DOM node for the RemoveListenerRequest
object.RemoveListenerRequest
object.PolicyEvaluationException
public String toXMLString()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.