/* * Copyright (c) 2004, 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.xml.soap; /** * A representation of the contents in * a SOAPFault object. The Detail interface * is a SOAPFaultElement. *

* Content is added to a SOAPFaultElement using the * SOAPElement method addTextNode. */ public interface SOAPFaultElement extends SOAPElement { }