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

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


org.apache.axis.message
Class SOAPHandler

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.apache.axis.message.SOAPHandler
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler
Direct Known Subclasses:
BodyBuilder, DeserializerImpl, EnvelopeBuilder, EnvelopeHandler, HeaderBuilder, RPCElementHandler, RPCHandler, SOAPFaultBuilder, SOAPFaultCodeBuilder, SOAPFaultDetailsBuilder, SOAPFaultReasonBuilder

public class SOAPHandler
extends DefaultHandler


Field Summary
 SOAPElementAxisImpl myElement
           
 
Constructor Summary
SOAPHandler()
           
SOAPHandler(SOAPElementAxisImpl[] elements, int index)
          This constructor allows deferred setting of any elements
 
Method Summary
 void endElement(String namespace, String localName, DeserializationContext context)
           
 SOAPElementAxisImpl makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
           
 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
 

Field Detail

myElement

public SOAPElementAxisImpl myElement
Constructor Detail

SOAPHandler

public SOAPHandler()

SOAPHandler

public SOAPHandler(SOAPElementAxisImpl[] elements,
                   int index)
This constructor allows deferred setting of any elements

Parameters:
elements - array of message elements to be populated
index - position in array where the message element is to be created
Method Detail

startElement

public void startElement(String namespace,
                         String localName,
                         String prefix,
                         Attributes attributes,
                         DeserializationContext context)
                  throws SAXException
Throws:
SAXException

makeNewElement

public SOAPElementAxisImpl makeNewElement(String namespace,
                                          String localName,
                                          String prefix,
                                          Attributes attributes,
                                          DeserializationContext context)
                                   throws AxisFault
Throws:
AxisFault

endElement

public void endElement(String namespace,
                       String localName,
                       DeserializationContext context)
                throws SAXException
Throws:
SAXException

onStartChild

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

onEndChild

public void onEndChild(String namespace,
                       String localName,
                       DeserializationContext context)
                throws SAXException
Throws:
SAXException


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