src/share/jaxws_classes/com/oracle/webservices/internal/api/message/MessageContext.java

changeset 374
72e03566f0a6
parent 368
0989ad8c0860
child 637
9c07ef4934dd
equal deleted inserted replaced
373:9d251e1ec1eb 374:72e03566f0a6
1 /* 1 /*
2 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 * Copyright (c) 1997, 2012, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3 * 4 *
4 * Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved. 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
5 * 10 *
6 * The contents of this file are subject to the terms of either the GNU 11 * This code is distributed in the hope that it will be useful, but WITHOUT
7 * General Public License Version 2 only ("GPL") or the Common Development 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
8 * and Distribution License("CDDL") (collectively, the "License"). You 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
9 * may not use this file except in compliance with the License. You can 14 * version 2 for more details (a copy is included in the LICENSE file that
10 * obtain a copy of the License at 15 * accompanied this code).
11 * http://glassfish.java.net/public/CDDL+GPL_1_1.html
12 * or packager/legal/LICENSE.txt. See the License for the specific
13 * language governing permissions and limitations under the License.
14 * 16 *
15 * When distributing the software, include this License Header Notice in each 17 * You should have received a copy of the GNU General Public License version
16 * file and include the License file at packager/legal/LICENSE.txt. 18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
17 * 20 *
18 * GPL Classpath Exception: 21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
19 * Oracle designates this particular file as subject to the "Classpath" 22 * or visit www.oracle.com if you need additional information or have any
20 * exception as provided by Oracle in the GPL Version 2 section of the License 23 * questions.
21 * file that accompanied this code.
22 *
23 * Modifications:
24 * If applicable, add the following below the License Header, with the fields
25 * enclosed by brackets [] replaced by your own identifying information:
26 * "Portions Copyright [year] [name of copyright owner]"
27 *
28 * Contributor(s):
29 * If you wish your version of this file to be governed by only the CDDL or
30 * only the GPL Version 2, indicate your decision by adding "[Contributor]
31 * elects to include this software in this distribution under the [CDDL or GPL
32 * Version 2] license." If you don't indicate a single choice of license, a
33 * recipient has the option to distribute your version of this file under
34 * either the CDDL, the GPL Version 2 or to extend the choice of license to
35 * its licensees as provided above. However, if you add GPL Version 2 code
36 * and therefore, elected the GPL Version 2 license, then the option applies
37 * only if the new code is made subject to such option by the copyright
38 * holder.
39 */ 24 */
40 25
41 package com.oracle.webservices.internal.api.message; 26 package com.oracle.webservices.internal.api.message;
42 27
43 import java.io.IOException; 28 import java.io.IOException;

mercurial