src/share/classes/com/sun/xml/internal/messaging/saaj/soap/EnvelopeFactory.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: EnvelopeFactory.java,v 1.24 2006/01/27 12:49:26 vj135062 Exp $ 26 *
27 * $Revision: 1.24 $ 27 *
28 * $Date: 2006/01/27 12:49:26 $ 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
53 * EnvelopeFactory creates SOAP Envelope objects using different 53 * EnvelopeFactory creates SOAP Envelope objects using different
54 * underlying implementations. 54 * underlying implementations.
55 */ 55 */
56 public class EnvelopeFactory { 56 public class EnvelopeFactory {
57 57
58 protected static Logger 58 protected static final Logger
59 log = Logger.getLogger(LogDomainConstants.SOAP_DOMAIN, 59 log = Logger.getLogger(LogDomainConstants.SOAP_DOMAIN,
60 "com.sun.xml.internal.messaging.saaj.soap.LocalStrings"); 60 "com.sun.xml.internal.messaging.saaj.soap.LocalStrings");
61 61
62 private static ParserPool parserPool = new ParserPool(5); 62 private static ParserPool parserPool = new ParserPool(5);
63 63

mercurial