de.osci.osci12.messagetypes
Class StoredMessageBuilder

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

public class StoredMessageBuilder
extends OSCIMessageBuilder

Description of the Class


Field Summary
 
Fields inherited from class de.osci.osci12.messagetypes.OSCIMessageBuilder
parentBuilder
 
Constructor Summary
StoredMessageBuilder(OSCIEnvelopeBuilder parentHandler, int msgType)
          Constructor for the ResponseToForwardDeliveryBuilder 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

StoredMessageBuilder

public StoredMessageBuilder(OSCIEnvelopeBuilder parentHandler,
                            int msgType)
Constructor for the ResponseToForwardDeliveryBuilder 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.