BenQ Mobile

javax.microedition.xml.rpc
Interface FaultDetailHandler


public interface FaultDetailHandler

The javax.microedition.xml.rpc.FaultDetailHandler interface is implemented by stubs that handle faults. The method contained in this classed are used for callback when faults arise.

Version:
0.1

Method Summary
 Element handleFault(QName faultDetailName)
          Returns the type description, as an Element for the given SOAP fault faultDetailName, null if there is no mapping.
 

Method Detail

handleFault

public Element handleFault(QName faultDetailName)
Returns the type description, as an Element for the given SOAP fault faultDetailName, null if there is no mapping.

Parameters:
faultDetailName - the QName of the SOAP fault detail element
Returns:
an Element object describing the type to which faultDetailName is to be mapped, or, null if there is no mapping.

BenQ Mobile

Copyright © 2006 BenQ Mobile GmbH & Co. OHG or respective copyright owner.
All Rights Reserved.
BenQ Corp. is a trademark licensee of Siemens AG.


For further information about Mobility Toolkit (MTK) visit our Developer Portal.