Class PolicyListenerRequest

  • All Implemented Interfaces:
    PolicyListener

    public class PolicyListenerRequest
    extends Object
    implements PolicyListener
    This PolicyListenerRequest class represents an AddPolicyListener XML document. The AddPolicyListener DTD is defined as the following:

        
    
        
        
     

    • Constructor Detail

      • PolicyListenerRequest

        public PolicyListenerRequest()
        Default constructor for PolicyListenerRequest
    • Method Detail

      • getServiceName

        public String getServiceName()
        Returns the service name on which this listener listens.
        Returns:
        service name.
      • setServiceName

        public void setServiceName​(String name)
        Sets the service name on which this listener listens
        Parameters:
        name - Service name.
      • getNotificationURL

        public String getNotificationURL()
        Returns the notification URL to which the notification is sent.
        Returns:
        notification URL
      • setNotificationURL

        public void setNotificationURL​(String url)
        Sets the notification URL to which the notification is sent.
        Parameters:
        url - the notification URL.
      • toXMLString

        public String toXMLString()
        Returns a XML representation of this object.
        Returns:
        a XML representation of this object.
      • getServiceTypeName

        public String getServiceTypeName()
        Returns the service name on which the listener listens.
        Specified by:
        getServiceTypeName in interface PolicyListener
        Returns:
        service name.