jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/xml/XMLStreamReaderToXMLStreamWriter.java
changeset 23782 953bfc3fbe31
parent 16791 fe5141eabb0e
equal deleted inserted replaced
23403:85dbdc227c5e 23782:953bfc3fbe31
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     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
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    46  * <p>
    46  * <p>
    47  * This class can be sub-classed to implement a simple transformation logic.
    47  * This class can be sub-classed to implement a simple transformation logic.
    48  *
    48  *
    49  * @author Kohsuke Kawaguchi
    49  * @author Kohsuke Kawaguchi
    50  * @author Ryan Shoemaker
    50  * @author Ryan Shoemaker
       
    51  *
       
    52  * @deprecated use com.sun.xml.internal.org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter
    51  */
    53  */
    52 public class XMLStreamReaderToXMLStreamWriter {
    54 public class XMLStreamReaderToXMLStreamWriter {
    53 
    55 
    54     private static final int BUF_SIZE = 4096;
    56     private static final int BUF_SIZE = 4096;
    55 
    57