Class Xep0136QueryParser<Q extends QueryCriteria>

  • All Implemented Interfaces:
    tigase.xmpp.mam.QueryParser<Q>

    @Deprecated
    @Bean(name="xep0136QueryParser",
          parent=MessageArchiveComponent.class,
          active=true)
    public class Xep0136QueryParser<Q extends QueryCriteria>
    extends java.lang.Object
    implements tigase.xmpp.mam.QueryParser<Q>
    Deprecated.
    Created by andrzej on 19.07.2016.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String ARCHIVE_XMLNS
      Deprecated.
       
      static java.lang.String QUERTY_XMLNS
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      Xep0136QueryParser()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      Q parseQuery​(Q query, tigase.server.Packet packet)
      Deprecated.
       
      tigase.xml.Element prepareForm​(tigase.xml.Element elem)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface tigase.xmpp.mam.QueryParser

        getXMLNSs, prepareForm
    • Field Detail

      • ARCHIVE_XMLNS

        public static final java.lang.String ARCHIVE_XMLNS
        Deprecated.
        See Also:
        Constant Field Values
      • QUERTY_XMLNS

        public static final java.lang.String QUERTY_XMLNS
        Deprecated.
        See Also:
        Constant Field Values
    • Constructor Detail

      • Xep0136QueryParser

        public Xep0136QueryParser()
        Deprecated.
    • Method Detail

      • parseQuery

        public Q parseQuery​(Q query,
                            tigase.server.Packet packet)
                     throws tigase.component.exceptions.ComponentException
        Deprecated.
        Specified by:
        parseQuery in interface tigase.xmpp.mam.QueryParser<Q extends QueryCriteria>
        Throws:
        tigase.component.exceptions.ComponentException
      • prepareForm

        public tigase.xml.Element prepareForm​(tigase.xml.Element elem)
        Deprecated.
        Specified by:
        prepareForm in interface tigase.xmpp.mam.QueryParser<Q extends QueryCriteria>