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

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

public interface ResettableHttpContentHandler
extends HttpContentHandler


Method Summary
 HttpContentHandler getHttpContentHandler()
          Returns the atom threading content handler that is currently attached to the chain
 void setHttpContentHandler(HttpContentHandler aHandler)
          Assign a new atom threading content handler that this handler will reroute its events onto.
 
Methods inherited from interface com.ibm.portal.resolver.http.xml.HttpContentHandler
endBody, endHeader, endHeaders, endMultipartEntry, endParameter, endParameters, endRequest, endResponse, startBody, startHeader, startHeaders, startMultipartEntry, startParameter, startParameters, startRequest, startResponse
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 

Method Detail

setHttpContentHandler

void setHttpContentHandler(HttpContentHandler aHandler)
Assign a new atom threading content handler that this handler will reroute its events onto. If the content handler is not assigned, then the events will be silently ignored

Parameters:
aHandler - target content handler for the events.

getHttpContentHandler

HttpContentHandler getHttpContentHandler()
Returns the atom threading content handler that is currently attached to the chain

Returns:
the target content handler