public interface FaultDetailHandler
javax.microedition.xml.rpc.FaultDetailHandler
interface is implemented by stubs that handle custom faults.| Modifier and Type | Method and Description |
|---|---|
Element |
handleFault(QName faultDetailName)
Returns the type description, as an
Element for the
given SOAP fault faultDetailName, null if there
is no mapping. |
Element handleFault(QName faultDetailName)
Element for the
given SOAP fault faultDetailName, null if there
is no mapping.faultDetailName - the QName of the SOAP fault
detail elementElement object describing the type to which
faultDetailName is to be mapped, or, null
if there is no mapping.Copyright © 2013, Oracle and/or its affiliates. All rights reserved.
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.