Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 81116 invoked from network); 30 Sep 2005 17:52:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Sep 2005 17:52:57 -0000 Received: (qmail 79034 invoked by uid 500); 30 Sep 2005 17:52:54 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 79008 invoked by uid 500); 30 Sep 2005 17:52:54 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 78997 invoked by uid 99); 30 Sep 2005 17:52:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2005 10:52:54 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [63.100.100.166] (HELO outhub3.tibco.com) (63.100.100.166) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2005 10:52:59 -0700 Received: from na-h-inhub1.tibco.com (na-h-inhub1 [10.106.128.33]) by outhub3.tibco.com (8.12.10/8.12.9) with ESMTP id j8UHqVhD003800 for ; Fri, 30 Sep 2005 10:52:31 -0700 (PDT) Received: from nsmail3.tibco.com (nsmail3.tibco.com [10.106.128.35]) by na-h-inhub1.tibco.com (8.12.10/8.12.10) with ESMTP id j8UHqV5d008048 for ; Fri, 30 Sep 2005 10:52:31 -0700 (PDT) Received: from [10.105.146.51] by mail3.tibco.com (iPlanet Messaging Server 5.2 HotFix 1.16 (built May 14 2003)) with ESMTP id <0INN001025NJ6M@mail3.tibco.com> for axis-dev@ws.apache.org; Fri, 30 Sep 2005 10:52:31 -0700 (PDT) Date: Fri, 30 Sep 2005 10:52:31 -0700 From: Eric Johnson Subject: [Axis2] Two OM questions - serialize with cache and "optimize". To: axis-dev@ws.apache.org Message-id: <433D7B5F.8050404@tibco.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050725) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I've got two OM questions at the moment: 1) What the heck does "OMNode.serializeWithCache()" mean? How is it different from "OMNode.serialize()"? I was hoping to put some Javadoc on the function(s) but couldn't figure out from inspection what the substantive difference was. 2) What is the OMText "optimized" property? It is never set via "setOptimized", and never inspected via "isOptimized." I'm guessing that this was meant to be the "optimized" part of MTOM, but since it is never set or used, is it worth keeping? -Eric.