de.osci.osci12.messagetypes
Class SOAPMessageEncryptedBuilder

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

public class SOAPMessageEncryptedBuilder
extends OSCIMessageBuilder

Description of the Class


Field Summary
 
Fields inherited from class de.osci.osci12.messagetypes.OSCIMessageBuilder
parentBuilder
 
Constructor Summary
SOAPMessageEncryptedBuilder(OSCIEnvelopeBuilder eb)
          Constructor for the SOAPMessageEncryptedBuilder object
 
Method Summary
 void endDocument()
          Description of the Method
 void endElement(java.lang.String uri, java.lang.String localName, java.lang.String qName)
           
 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
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

SOAPMessageEncryptedBuilder

public SOAPMessageEncryptedBuilder(OSCIEnvelopeBuilder eb)
                            throws java.security.NoSuchAlgorithmException,
                                   java.io.IOException,
                                   java.lang.Exception
Constructor for the SOAPMessageEncryptedBuilder object

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

endDocument

public void endDocument()
Description of the Method

Specified by:
endDocument in interface org.xml.sax.ContentHandler
Overrides:
endDocument in class org.xml.sax.helpers.DefaultHandler

endElement

public void endElement(java.lang.String uri,
                       java.lang.String localName,
                       java.lang.String qName)
                throws org.xml.sax.SAXException
Specified by:
endElement in interface org.xml.sax.ContentHandler
Overrides:
endElement in class OSCIMessageBuilder
org.xml.sax.SAXException


Copyright © 2004. All Rights Reserved.