jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/StaxBridge.java
changeset 24212 d9e83e39c11b
parent 23782 953bfc3fbe31
equal deleted inserted replaced
24077:0809c9a4d36e 24212:d9e83e39c11b
     1 /*
     1 /*
     2  * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2013, 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
    23  * questions.
    23  * questions.
    24  */
    24  */
    25 
    25 
    26 package com.sun.xml.internal.messaging.saaj.soap;
    26 package com.sun.xml.internal.messaging.saaj.soap;
    27 
    27 
       
    28 import com.sun.xml.internal.messaging.saaj.util.stax.SaajStaxWriter;
       
    29 
    28 import javax.xml.namespace.QName;
    30 import javax.xml.namespace.QName;
    29 import javax.xml.soap.SOAPException;
    31 import javax.xml.soap.SOAPException;
    30 import javax.xml.stream.XMLStreamException;
    32 import javax.xml.stream.XMLStreamException;
    31 import javax.xml.stream.XMLStreamReader;
    33 import javax.xml.stream.XMLStreamReader;
    32 import com.sun.xml.internal.org.jvnet.staxex.util.SaajStaxWriter;
       
    33 import com.sun.xml.internal.org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter;
    34 import com.sun.xml.internal.org.jvnet.staxex.util.XMLStreamReaderToXMLStreamWriter;
    34 
    35 
    35 
    36 
    36 /**
    37 /**
    37  * StaxBridge builds Envelope using a XMLStreamReaderToXMLStreamWriter
    38  * StaxBridge builds Envelope using a XMLStreamReaderToXMLStreamWriter