com.ibm.portal.resolver.http.xml
Interface HttpContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler, ResettableContentHandler
All Known Subinterfaces:
DefaultHttpContentHandler, ResettableHttpContentHandler

public interface HttpContentHandler
extends ResettableContentHandler


Method Summary
 void endBody()
           
 void endHeader()
           
 void endHeaders()
           
 void endMultipartEntry()
           
 void endParameter()
           
 void endParameters()
           
 void endRequest()
           
 void endResponse()
           
 void startBody(org.xml.sax.Attributes attrs)
           
 void startHeader(java.lang.String rKey, org.xml.sax.Attributes attrs)
           
 void startHeaders(org.xml.sax.Attributes attrs)
           
 void startMultipartEntry(org.xml.sax.Attributes attrs)
           
 void startParameter(java.lang.String rKey, org.xml.sax.Attributes attrs)
           
 void startParameters(org.xml.sax.Attributes attrs)
           
 void startRequest(java.lang.String rUri, org.xml.sax.Attributes attrs)
           
 void startResponse(org.xml.sax.Attributes attrs)
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

startRequest

void startRequest(java.lang.String rUri,
                  org.xml.sax.Attributes attrs)
                  throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endRequest

void endRequest()
                throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

startResponse

void startResponse(org.xml.sax.Attributes attrs)
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endResponse

void endResponse()
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

startHeaders

void startHeaders(org.xml.sax.Attributes attrs)
                  throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endHeaders

void endHeaders()
                throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

startHeader

void startHeader(java.lang.String rKey,
                 org.xml.sax.Attributes attrs)
                 throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endHeader

void endHeader()
               throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

startBody

void startBody(org.xml.sax.Attributes attrs)
               throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endBody

void endBody()
             throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

startMultipartEntry

void startMultipartEntry(org.xml.sax.Attributes attrs)
                         throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endMultipartEntry

void endMultipartEntry()
                       throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

startParameters

void startParameters(org.xml.sax.Attributes attrs)
                     throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endParameters

void endParameters()
                   throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

startParameter

void startParameter(java.lang.String rKey,
                    org.xml.sax.Attributes attrs)
                    throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException

endParameter

void endParameter()
                  throws org.xml.sax.SAXException
Throws:
org.xml.sax.SAXException