< prev index next >

src/java.xml.ws/share/classes/javax/xml/soap/SOAPFaultElement.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2004, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2004, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 25,39 **** package javax.xml.soap; /** * A representation of the contents in ! * a <code>SOAPFault</code> object. The <code>Detail</code> interface ! * is a <code>SOAPFaultElement</code>. * <P> ! * Content is added to a <code>SOAPFaultElement</code> using the ! * <code>SOAPElement</code> method <code>addTextNode</code>. * * @since 1.6 */ public interface SOAPFaultElement extends SOAPElement { } --- 25,39 ---- package javax.xml.soap; /** * A representation of the contents in ! * a {@code SOAPFault} object. The {@code Detail} interface ! * is a {@code SOAPFaultElement}. * <P> ! * Content is added to a {@code SOAPFaultElement} using the ! * {@code SOAPElement} method {@code addTextNode}. * * @since 1.6 */ public interface SOAPFaultElement extends SOAPElement { }
< prev index next >