< prev index next >

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

Print this page

        

*** 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 --- 1,7 ---- /* ! * Copyright (c) 2004, 2017, 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
*** 58,68 **** /** * Sets the {@code Role} associated with this {@code SOAPHeaderElement} * object to the specified {@code Role}. * ! * @param uri - the URI of the {@code Role} * * @throws SOAPException if there is an error in setting the role * * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Role. --- 58,68 ---- /** * Sets the {@code Role} associated with this {@code SOAPHeaderElement} * object to the specified {@code Role}. * ! * @param uri the URI of the {@code Role} * * @throws SOAPException if there is an error in setting the role * * @exception UnsupportedOperationException if this message does not * support the SOAP 1.2 concept of Fault Role.
< prev index next >