| javax.microedition.xml.rpc.FaultDetailHandler
FaultDetailHandler | public interface FaultDetailHandler (Code) | | The javax.microedition.xml.rpc.FaultDetailHandler
interface is implemented by stubs that handle custom faults.
version: 0.1 |
Method Summary | |
public Element | handleFault(QName faultDetailName) Returns the type description, as an Element for the
given SOAP fault faultDetailName , null if there
is no mapping. |
handleFault | public Element handleFault(QName faultDetailName)(Code) | | 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 faultdetail element an Element object describing the type to whichfaultDetailName is to be mapped, or, null if there is no mapping. |
|
|