jaxws/src/share/jaxws_classes/com/oracle/xmlns/internal/webservices/jaxws_databinding/XmlWebResult.java
changeset 16961 76e8f6a063b4
parent 16791 fe5141eabb0e
child 22679 d785acd84a14
equal deleted inserted replaced
16960:aeb2fdb2b935 16961:76e8f6a063b4
     1 /*
     1 /*
     2  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     2  * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
     3  *
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * Copyright (c) 2012 Oracle and/or its affiliates. All rights reserved.
     4  *
     5  *
     5  * This code is free software; you can redistribute it and/or modify it
     6  * The contents of this file are subject to the terms of either the GNU
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * General Public License Version 2 only ("GPL") or the Common Development
     7  * published by the Free Software Foundation.  Oracle designates this
     8  * and Distribution License("CDDL") (collectively, the "License").  You
     8  * particular file as subject to the "Classpath" exception as provided
     9  * may not use this file except in compliance with the License.  You can
     9  * by Oracle in the LICENSE file that accompanied this code.
    10  * obtain a copy of the License at
    10  *
    11  * http://glassfish.java.net/public/CDDL+GPL_1_1.html
    11  * This code is distributed in the hope that it will be useful, but WITHOUT
    12  * or packager/legal/LICENSE.txt.  See the License for the specific
    12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    13  * language governing permissions and limitations under the License.
    13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    14  *
    14  * version 2 for more details (a copy is included in the LICENSE file that
    15  * When distributing the software, include this License Header Notice in each
    15  * accompanied this code).
    16  * file and include the License file at packager/legal/LICENSE.txt.
    16  *
    17  *
    17  * You should have received a copy of the GNU General Public License version
    18  * GPL Classpath Exception:
    18  * 2 along with this work; if not, write to the Free Software Foundation,
    19  * Oracle designates this particular file as subject to the "Classpath"
    19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    20  * exception as provided by Oracle in the GPL Version 2 section of the License
    20  *
    21  * file that accompanied this code.
    21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    22  *
    22  * or visit www.oracle.com if you need additional information or have any
    23  * Modifications:
    23  * questions.
    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  */
       
    25 
    40 package com.oracle.xmlns.internal.webservices.jaxws_databinding;
    26 package com.oracle.xmlns.internal.webservices.jaxws_databinding;
    41 import javax.xml.bind.annotation.XmlAccessType;
    27 import javax.xml.bind.annotation.XmlAccessType;
    42 import javax.xml.bind.annotation.XmlAccessorType;
    28 import javax.xml.bind.annotation.XmlAccessorType;
    43 import javax.xml.bind.annotation.XmlAttribute;
    29 import javax.xml.bind.annotation.XmlAttribute;
    44 import javax.xml.bind.annotation.XmlRootElement;
    30 import javax.xml.bind.annotation.XmlRootElement;