Interface SOAPFaultDetail

All Superinterfaces:
OMContainer, OMElement, OMInformationItem, OMNamedInformationItem, OMNode, OMSerializable

public interface SOAPFaultDetail extends OMElement
The Detail element information item is intended for carrying application specific error information related to the SOAP Body .

The Detail element information item has: A [local name] of Detail . A [namespace name] of http://www.w3.org/2003/05/soap-envelope . Zero or more attribute information items in its [attributes] property. Zero or more child element information items in its [children] property.

  • Method Details