jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/messaging/saaj/soap/ver1_1/SOAPPart1_1Impl.java
changeset 33547 e4c76ac38b12
parent 28326 2b9860c0d68a
child 45678 65fdff10664d
equal deleted inserted replaced
33390:d131f4b8433a 33547:e4c76ac38b12
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2013, 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
    27 *
    27 *
    28 * @author SAAJ RI Development Team
    28 * @author SAAJ RI Development Team
    29 */
    29 */
    30 package com.sun.xml.internal.messaging.saaj.soap.ver1_1;
    30 package com.sun.xml.internal.messaging.saaj.soap.ver1_1;
    31 
    31 
    32 import java.util.logging.Level;
       
    33 import java.util.logging.Logger;
    32 import java.util.logging.Logger;
    34 
    33 
    35 import javax.xml.soap.SOAPConstants;
    34 import javax.xml.soap.SOAPConstants;
    36 import javax.xml.soap.SOAPException;
    35 import javax.xml.soap.SOAPException;
    37 import javax.xml.transform.Source;
    36 import javax.xml.transform.Source;