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

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


org.apache.axis.message
Class SOAPFaultReasonBuilder

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

public class SOAPFaultReasonBuilder
extends SOAPHandler
implements Callback

Parser for the fault Reason element and its associated Text elements.

Author:
Glen Daniels (gdaniels@apache.org)

Field Summary
 
Fields inherited from class org.apache.axis.message.SOAPHandler
myElement
 
Constructor Summary
SOAPFaultReasonBuilder(SOAPFaultBuilder faultBuilder)
           
 
Method Summary
 ArrayList getText()
           
 SOAPHandler onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
           
 void setValue(Object value, Object hint)
          Defined by Callback.
 
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

SOAPFaultReasonBuilder

public SOAPFaultReasonBuilder(SOAPFaultBuilder faultBuilder)
Method Detail

onStartChild

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

setValue

public void setValue(Object value,
                     Object hint)
Defined by Callback.

This method gets control when the callback is invoked, which happens

each time we get a deserialized Text string.

Specified by:
setValue in interface Callback
Parameters:
value - the deserialized value
hint - (unused) provides additional hint information.

getText

public ArrayList getText()


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