org.apache.axis.message

Class EnvelopeBuilder


public class EnvelopeBuilder
extends SOAPHandler

The EnvelopeBuilder is responsible for parsing the top-level SOAP envelope stuff (Envelope, Body, Header), and spawning off HeaderBuilder and BodyBuilders.
Authors:
Glen Daniels (gdaniels@allaire.com)
Andras Avar (andras.avar@nokia.com)

Field Summary

Fields inherited from class org.apache.axis.message.SOAPHandler

myElement

Constructor Summary

EnvelopeBuilder(String messageType, SOAPConstants soapConstants)
EnvelopeBuilder(SOAPEnvelope env, String messageType)

Method Summary

void
endElement(String namespace, String localName, DeserializationContext context)
SOAPEnvelope
getEnvelope()
void
onEndChild(String namespace, String localName, DeserializationContext context)
SOAPHandler
onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
void
startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

Methods inherited from class org.apache.axis.message.SOAPHandler

characters, endElement, makeNewElement, onEndChild, onStartChild, startElement

Constructor Details

EnvelopeBuilder

public EnvelopeBuilder(String messageType,
                       SOAPConstants soapConstants)

EnvelopeBuilder

public EnvelopeBuilder(SOAPEnvelope env,
                       String messageType)

Method Details

endElement

public void endElement(String namespace,
                       String localName,
                       DeserializationContext context)
            throws SAXException
Overrides:
endElement in interface SOAPHandler

getEnvelope

public SOAPEnvelope getEnvelope()

onEndChild

public void onEndChild(String namespace,
                       String localName,
                       DeserializationContext context)
Overrides:
onEndChild in interface SOAPHandler

onStartChild

public SOAPHandler onStartChild(String namespace,
                                String localName,
                                String prefix,
                                Attributes attributes,
                                DeserializationContext context)
            throws SAXException
Overrides:
onStartChild in interface SOAPHandler

startElement

public void startElement(String namespace,
                         String localName,
                         String prefix,
                         Attributes attributes,
                         DeserializationContext context)
            throws SAXException
Overrides:
startElement in interface SOAPHandler

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.