jaxws/src/share/classes/com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl.java
changeset 2719 99d59312294b
parent 2678 57cf2a1c1a05
child 3530 18fb7507984b
equal deleted inserted replaced
2679:1d6ff0427a13 2719:99d59312294b
    21  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    21  * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
    22  * CA 95054 USA or visit www.sun.com if you need additional information or
    22  * CA 95054 USA or visit www.sun.com if you need additional information or
    23  * have any questions.
    23  * have any questions.
    24  */
    24  */
    25 /*
    25 /*
    26  * $Id: SOAPPartImpl.java,v 1.1.1.1 2006/01/27 13:10:55 kumarjayanti Exp $
    26  *
    27  * $Revision: 1.1.1.1 $
    27  *
    28  * $Date: 2006/01/27 13:10:55 $
    28  *
    29  */
    29  */
    30 
    30 
    31 
    31 
    32 package com.sun.xml.internal.messaging.saaj.soap;
    32 package com.sun.xml.internal.messaging.saaj.soap;
    33 
    33 
    57  * SOAPPartImpl is the first attachment. This contains the XML/SOAP document.
    57  * SOAPPartImpl is the first attachment. This contains the XML/SOAP document.
    58  *
    58  *
    59  * @author Anil Vijendran (anil@sun.com)
    59  * @author Anil Vijendran (anil@sun.com)
    60  */
    60  */
    61 public abstract class SOAPPartImpl extends SOAPPart implements SOAPDocument {
    61 public abstract class SOAPPartImpl extends SOAPPart implements SOAPDocument {
    62     protected static Logger log =
    62     protected static final Logger log =
    63         Logger.getLogger(LogDomainConstants.SOAP_DOMAIN,
    63         Logger.getLogger(LogDomainConstants.SOAP_DOMAIN,
    64                          "com.sun.xml.internal.messaging.saaj.soap.LocalStrings");
    64                          "com.sun.xml.internal.messaging.saaj.soap.LocalStrings");
    65 
    65 
    66     protected MimeHeaders headers;
    66     protected MimeHeaders headers;
    67     protected Envelope envelope;
    67     protected Envelope envelope;