站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

EnvelopeHandler (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.message
Class EnvelopeHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.apache.axis.message.SOAPHandler
          extended byorg.apache.axis.message.EnvelopeHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class EnvelopeHandler
extends SOAPHandler


Field Summary
 
Fields inherited from class org.apache.axis.message.SOAPHandler
myElement
 
Constructor Summary
EnvelopeHandler(SOAPHandler realHandler)
           
 
Method Summary
 SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 
Methods inherited from class org.apache.axis.message.SOAPHandler
endElement, makeNewElement, onEndChild, startElement
 
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
 

Constructor Detail

EnvelopeHandler

public EnvelopeHandler(SOAPHandler realHandler)
Method Detail

onStartChild

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.