javax.microedition.xml.rpc
Interface FaultDetailHandler
- public interface FaultDetailHandler
The javax.microedition.xml.rpc.FaultDetailHandler
interface is implemented by stubs that handle custom faults.
|
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. |
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.
Submit a comment or suggestion Version 1.0 of J2ME Web Services Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved. Use is subject to license terms.