当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
EnvelopeBuilder (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档
org.apache.axis.message
Class EnvelopeBuilder
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.axis.message.SOAPHandler
org.apache.axis.message.EnvelopeBuilder
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler
- 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.
- Author:
- Glen Daniels (gdaniels@allaire.com), Andras Avar (andras.avar@nokia.com)
Method Summary |
void |
endElement(String namespace,
String localName,
DeserializationContext context)
|
SOAPEnvelopeAxisImpl |
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.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EnvelopeBuilder
public EnvelopeBuilder(String messageType,
SOAPConstants soapConstants)
EnvelopeBuilder
public EnvelopeBuilder(SOAPEnvelopeAxisImpl env,
String messageType)
getEnvelope
public SOAPEnvelopeAxisImpl getEnvelope()
startElement
public void startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
- Overrides:
startElement
in class SOAPHandler
- Throws:
SAXException
onStartChild
public SOAPHandler onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
- Overrides:
onStartChild
in class SOAPHandler
- Throws:
SAXException
onEndChild
public void onEndChild(String namespace,
String localName,
DeserializationContext context)
- Overrides:
onEndChild
in class SOAPHandler
endElement
public void endElement(String namespace,
String localName,
DeserializationContext context)
throws SAXException
- Overrides:
endElement
in class SOAPHandler
- Throws:
SAXException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.