< prev index next >

jaxws/src/java.xml.ws/share/classes/javax/xml/soap/package-info.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 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) 2005, 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
*** 23,34 **** * questions. */ /** * Provides the API for creating and building SOAP messages. This package ! * is defined in the <i>SOAP with Attachments API for Java<sup><font size="-2">TM</font></sup> ! * (SAAJ) 1.4</i> specification. * * <p> The API in the <code>javax.xml.soap</code> package allows you to do the following: * * <ul> * <li>create a point-to-point connection to a specified endpoint --- 23,33 ---- * questions. */ /** * Provides the API for creating and building SOAP messages. This package ! * is defined in the <i>SOAP with Attachments API for Java&trade; (SAAJ) 1.4</i> specification. * * <p> The API in the <code>javax.xml.soap</code> package allows you to do the following: * * <ul> * <li>create a point-to-point connection to a specified endpoint
< prev index next >