Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 50447 invoked from network); 1 Dec 2005 20:21:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Dec 2005 20:21:58 -0000 Received: (qmail 87682 invoked by uid 500); 1 Dec 2005 20:21:55 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 87647 invoked by uid 500); 1 Dec 2005 20:21:55 -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 87620 invoked by uid 99); 1 Dec 2005 20:21:54 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 12:21:54 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ruchith.fernando@gmail.com designates 66.249.82.204 as permitted sender) Received: from [66.249.82.204] (HELO xproxy.gmail.com) (66.249.82.204) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Dec 2005 12:23:22 -0800 Received: by xproxy.gmail.com with SMTP id t10so296840wxc for ; Thu, 01 Dec 2005 12:21:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=t1lb/+sQTM+GNMjh2iqHE3bOaytDSxlgsOhARcioIigoJtXAvkg3nbJxqO/9uHemZOEX3h3bi25tInmq92ZkDfxeNeCL3CP/o5nDxyguDRJcg0lYwi1Ipr1T4IXeN/8HNyzXGLjJqtnfGlwvw92H9s3Td0nZFn3NTCOWczVQspY= Received: by 10.64.196.9 with SMTP id t9mr1100032qbf; Thu, 01 Dec 2005 12:21:31 -0800 (PST) Received: by 10.64.199.1 with HTTP; Thu, 1 Dec 2005 12:21:31 -0800 (PST) Message-ID: <559c463d0512011221qb0c4ccm2ea8597c00ae7393@mail.gmail.com> Date: Fri, 2 Dec 2005 02:21:31 +0600 From: Ruchith Fernando To: axis-dev@ws.apache.org, dims@apache.org Subject: Re: [Axis2] Call/Stub refactoring In-Reply-To: <19e0530f0512011204m4e38825dx7f4f55e3ebf712e2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <19e0530f0512011204m4e38825dx7f4f55e3ebf712e2@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Dims, On 12/2/05, Davanum Srinivas wrote: > Eran, > > - Need a way to specify for example timeout on a generated stub. > Options are used inside a stub but there is no way to set it from > outside. I think this is already supported. Once can use o.a.axis2.client.Stub._put(String key,Object value) to set the options where within the Stub they are copied over to Options in the Stub.populateProperties() method. This behavior is used in the security test cases to set the client's configurations. See: org.apache.axis2.security.InteropScenarioClient > - Need to remove getWsaAction/setWsaAction in Stub.java and replace it > with Options stuff on the Stub itself. > - Need to remove deprecated methods from the xsl's (setTransportInfo). > These are getting into the generated stubs. > > Let's please do this *BEFORE* we cut 0.93. > > Thanks, > dims > > -- > Davanum Srinivas : http://wso2.com/blogs/ > -- Ruchith