jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/saaj/SaajStaxWriter.java
changeset 23782 953bfc3fbe31
parent 16791 fe5141eabb0e
child 24212 d9e83e39c11b
equal deleted inserted replaced
23403:85dbdc227c5e 23782:953bfc3fbe31
     1 /*
     1 /*
     2  * Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 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
    39 import org.w3c.dom.Comment;
    39 import org.w3c.dom.Comment;
    40 import org.w3c.dom.Node;
    40 import org.w3c.dom.Node;
    41 
    41 
    42 /**
    42 /**
    43  * SaajStaxWriter builds a SAAJ SOAPMessage by using XMLStreamWriter interface.
    43  * SaajStaxWriter builds a SAAJ SOAPMessage by using XMLStreamWriter interface.
       
    44  *
       
    45  * @deprecated use com.sun.xml.internal.org.jvnet.staxex.util.SaajStaxWriter
    44  *
    46  *
    45  * @author shih-chang.chen@oracle.com
    47  * @author shih-chang.chen@oracle.com
    46  */
    48  */
    47 public class SaajStaxWriter implements XMLStreamWriter {
    49 public class SaajStaxWriter implements XMLStreamWriter {
    48 
    50