org.apache.axis.message
Class EnvelopeBuilder
public class EnvelopeBuilder
The EnvelopeBuilder is responsible for parsing the top-level
SOAP envelope stuff (Envelope, Body, Header), and spawning off
HeaderBuilder and BodyBuilders.
- Glen Daniels (gdaniels@allaire.com)
- Andras Avar (andras.avar@nokia.com)
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)
|
EnvelopeBuilder
public EnvelopeBuilder(String messageType,
SOAPConstants soapConstants)
EnvelopeBuilder
public EnvelopeBuilder(SOAPEnvelope env,
String messageType)
startElement
public void startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
- startElement in interface SOAPHandler
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.