de.osci.osci12.messagetypes
Class SOAPFaultBuilder

java.lang.Object
  |
  +--org.xml.sax.helpers.DefaultHandler
        |
        +--de.osci.osci12.messagetypes.OSCIMessageBuilder
              |
              +--de.osci.osci12.messagetypes.SOAPFaultBuilder
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class SOAPFaultBuilder
extends OSCIMessageBuilder

Description of the Class


Field Summary
 
Fields inherited from class de.osci.osci12.messagetypes.OSCIMessageBuilder
parentBuilder
 
Constructor Summary
SOAPFaultBuilder(OSCIEnvelopeBuilder parentHandler)
          Constructor for the SOAPFaultBuilder object
 
Method Summary
 void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
          Description of the Method
 void startElement(java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attributes)
          Description of the Method
 
Methods inherited from class de.osci.osci12.messagetypes.OSCIMessageBuilder
characters, getOSCIMessage
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPFaultBuilder

public SOAPFaultBuilder(OSCIEnvelopeBuilder parentHandler)
Constructor for the SOAPFaultBuilder object

Parameters:
parentHandler - Description of Parameter
Method Detail

startElement

public void startElement(java.lang.String uri,
                         java.lang.String localName,
                         java.lang.String qName,
                         org.xml.sax.Attributes attributes)
                  throws org.xml.sax.SAXException
Description of the Method

Specified by:
startElement in interface org.xml.sax.ContentHandler
Overrides:
startElement in class OSCIMessageBuilder
Parameters:
uri - Description of Parameter
localName - Description of Parameter
qName - Description of Parameter
attributes - Description of Parameter
Throws:
org.xml.sax.SAXException - Description of Exception

endElement

public void endElement(java.lang.String uri,
                       java.lang.String localName,
                       java.lang.String qName)
                throws org.xml.sax.SAXException
Description of the Method

Specified by:
endElement in interface org.xml.sax.ContentHandler
Overrides:
endElement in class OSCIMessageBuilder
Parameters:
uri - Description of Parameter
localName - Description of Parameter
qName - Description of Parameter
Throws:
org.xml.sax.SAXException - Description of Exception


Copyright © 2004. All Rights Reserved.