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

HeaderBuilder (JAXRPC API) - JBoss 3.2.7 jaxrpc API Documentation 英文版文档


org.apache.axis.message
Class HeaderBuilder

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

public class HeaderBuilder
extends SOAPHandler


Field Summary
 
Fields inherited from class org.apache.axis.message.SOAPHandler
myElement
 
Method Summary
 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
endElement, makeNewElement
 
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
 

Method Detail

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


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