Class FcmConnection.FcmModule

  • All Implemented Interfaces:
    tigase.jaxmpp.core.client.XmppModule
    Enclosing class:
    FcmConnection

    public static class FcmConnection.FcmModule
    extends java.lang.Object
    implements tigase.jaxmpp.core.client.XmppModule
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      tigase.jaxmpp.core.client.criteria.Criteria getCriteria()  
      java.lang.String[] getFeatures()  
      void process​(tigase.jaxmpp.core.client.xml.Element message)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getCriteria

        public tigase.jaxmpp.core.client.criteria.Criteria getCriteria()
        Specified by:
        getCriteria in interface tigase.jaxmpp.core.client.XmppModule
      • getFeatures

        public java.lang.String[] getFeatures()
        Specified by:
        getFeatures in interface tigase.jaxmpp.core.client.XmppModule
      • process

        public void process​(tigase.jaxmpp.core.client.xml.Element message)
                     throws tigase.jaxmpp.core.client.XMPPException,
                            tigase.jaxmpp.core.client.xml.XMLException,
                            tigase.jaxmpp.core.client.exceptions.JaxmppException
        Specified by:
        process in interface tigase.jaxmpp.core.client.XmppModule
        Throws:
        tigase.jaxmpp.core.client.XMPPException
        tigase.jaxmpp.core.client.xml.XMLException
        tigase.jaxmpp.core.client.exceptions.JaxmppException