Class UnsubscribeModule

    • Constructor Detail

      • UnsubscribeModule

        public UnsubscribeModule()
    • Method Detail

      • getFeatures

        public java.lang.String[] getFeatures()
        Description copied from interface: Module
        Returns XMPP features offered by module. Features will be returned by Service Discovery.
        Specified by:
        getFeatures in interface Module
        Returns:
        array of features or null.
      • getModuleCriteria

        public Criteria getModuleCriteria()
        Description copied from interface: Module
        Returns critera used by Component to select module to handle incoming stanza.
        Specified by:
        getModuleCriteria in interface Module
        Returns:
        criteria of selecting module.
      • initialize

        public void initialize()
        Description copied from interface: Initializable
        Method will be called, when bean will be created, configured and ready to use.
        Specified by:
        initialize in interface Initializable
      • onRemoveHandler

        protected void onRemoveHandler​(java.lang.String eventPackage,
                                       java.lang.String eventName)
      • sendUnsubscribeRequest

        protected void sendUnsubscribeRequest​(java.lang.String to,
                                              java.util.Collection<Element> subscriptionElement)