Use is subject to License Terms. Your use of this web site or any of its contents or software indicates your agreement to be bound by these License Terms.

Copyright © 2007 Sun Microsystems, Inc. All rights reserved.

JSR 172

javax.microedition.xml.rpc
Interface FaultDetailHandler


public interface FaultDetailHandler

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

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

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.

JSR 172

Copyright © 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 172 specification.