FileDocCategorySizeDatePackage
FaultDetailHandler.javaAPI DocphoneME MR2 API (J2ME)1868Wed May 02 18:00:34 BST 2007javax.microedition.xml.rpc

FaultDetailHandler

public interface FaultDetailHandler
The javax.microedition.xml.rpc.FaultDetailHandler interface is implemented by stubs that handle custom faults.
version
0.1

Fields Summary
Constructors Summary
Methods Summary
public ElementhandleFault(javax.xml.namespace.QName faultDetailName)
Returns the type description, as an Element for the given SOAP fault faultDetailName, null if there is no mapping.

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