org.apache.axis.message

Class SOAPFaultReasonBuilder

public class SOAPFaultReasonBuilder extends SOAPHandler implements Callback

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

Author: Glen Daniels (gdaniels@apache.org)

Constructor Summary
SOAPFaultReasonBuilder(SOAPFaultBuilder faultBuilder)
Method Summary
ArrayListgetText()
SOAPHandleronStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
voidsetValue(Object value, Object hint)
Defined by Callback.

Constructor Detail

SOAPFaultReasonBuilder

public SOAPFaultReasonBuilder(SOAPFaultBuilder faultBuilder)

Method Detail

getText

public ArrayList getText()

onStartChild

public SOAPHandler onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)

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.

Parameters: value the deserialized value hint (unused) provides additional hint information.

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.