src/share/classes/com/sun/xml/internal/messaging/saaj/soap/SOAPPartImpl.java

changeset 50
42dfec6871f6
parent 45
31822b475baa
child 78
860b95cc8d1d
equal deleted inserted replaced
46:a88ad84027a0 50:42dfec6871f6
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;

mercurial