Class WikiConnector.WikiTokenLoginAPIResultAPIContext

  • Enclosing class:
    WikiConnector

    protected class WikiConnector.WikiTokenLoginAPIResultAPIContext
    extends BaseProcessingContext
    Class representing the "api/result" context of a "login" response
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected WikiConnector.APILoginResult result  
      • Fields inherited from class org.apache.manifoldcf.agents.common.XMLContext

        localname, namespaceURI, previousContext, qname, theseAttributes, theStream
    • Constructor Summary

      Constructors 
      Constructor Description
      WikiTokenLoginAPIResultAPIContext​(org.apache.manifoldcf.agents.common.XMLStream theStream, java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts, WikiConnector.APILoginResult result)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.manifoldcf.agents.common.XMLContext beginTag​(java.lang.String namespaceURI, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes atts)  
      • Methods inherited from class org.apache.manifoldcf.agents.common.XMLContext

        characters, cleanup, endDocument, endElement, getAttribute, getLocalname, getNamespaceURI, getQname, startDocument, startElement, tagCleanup, tagContents
      • Methods inherited from class java.lang.Object

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

      • WikiTokenLoginAPIResultAPIContext

        public WikiTokenLoginAPIResultAPIContext​(org.apache.manifoldcf.agents.common.XMLStream theStream,
                                                 java.lang.String namespaceURI,
                                                 java.lang.String localName,
                                                 java.lang.String qName,
                                                 org.xml.sax.Attributes atts,
                                                 WikiConnector.APILoginResult result)
    • Method Detail

      • beginTag

        protected org.apache.manifoldcf.agents.common.XMLContext beginTag​(java.lang.String namespaceURI,
                                                                          java.lang.String localName,
                                                                          java.lang.String qName,
                                                                          org.xml.sax.Attributes atts)
                                                                   throws org.apache.manifoldcf.core.interfaces.ManifoldCFException,
                                                                          org.apache.manifoldcf.agents.interfaces.ServiceInterruption
        Overrides:
        beginTag in class BaseProcessingContext
        Throws:
        org.apache.manifoldcf.core.interfaces.ManifoldCFException
        org.apache.manifoldcf.agents.interfaces.ServiceInterruption