com.ibm.portal.resolver.mashup
Interface MashupContentHandler

All Superinterfaces:
org.xml.sax.ContentHandler, ResettableContentHandler
All Known Subinterfaces:
DefaultMashupContentHandler, ResettableMashupContentHandler
All Known Implementing Classes:
LeafMashupContentHandler, ResettableMashupContentHandlerAdapter

public interface MashupContentHandler
extends ResettableContentHandler

JAXP content handler extension that defines semantic callbacks for events that combine multiple XML responses into one large document.

Since:
8.0

Method Summary
 void endBody()
           
 void endEntry()
           
 void endHeader()
           
 void endHeaders()
           
 void endMashup()
           
 void endValue()
           
 void startBody(org.xml.sax.Attributes attrs)
           
 void startEntry(java.lang.String rURI, org.xml.sax.Attributes attrs)
           
 void startHeader(java.lang.String rName, org.xml.sax.Attributes attrs)
           
 void startHeaders(org.xml.sax.Attributes attrs)
           
 void startMashup(org.xml.sax.Attributes attrs)
           
 void startValue(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

endBody

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

endEntry

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

endHeader

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

endHeaders

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

endMashup

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

endValue

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

startBody

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

startEntry

void startEntry(java.lang.String rURI,
                org.xml.sax.Attributes attrs)
                throws org.xml.sax.SAXException
Parameters:
rURI -
attrs -
Throws:
org.xml.sax.SAXException

startHeader

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

startHeaders

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

startMashup

void startMashup(org.xml.sax.Attributes attrs)
                 throws org.xml.sax.SAXException
Parameters:
attrs -
Throws:
org.xml.sax.SAXException

startValue

void startValue(org.xml.sax.Attributes attrs)
                throws org.xml.sax.SAXException
Parameters:
attrs -
Throws:
org.xml.sax.SAXException