Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 9333 invoked from network); 1 Aug 2006 00:53:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Aug 2006 00:53:48 -0000 Received: (qmail 21257 invoked by uid 500); 1 Aug 2006 00:53:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 20577 invoked by uid 500); 1 Aug 2006 00:53:45 -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 20565 invoked by uid 99); 1 Aug 2006 00:53:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 17:53:45 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 31 Jul 2006 17:53:44 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 44E1241000C for ; Tue, 1 Aug 2006 00:51:14 +0000 (GMT) Message-ID: <2545448.1154393474264.JavaMail.jira@brutus> Date: Mon, 31 Jul 2006 17:51:14 -0700 (PDT) From: "Rich Scheuerle (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-949) Adding OneWay and Asynchronous Callback functionality for Dynamic Proxy In-Reply-To: <16988439.1154363233915.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-949?page=all ] Rich Scheuerle resolved AXIS2-949. ---------------------------------- Resolution: Fixed Fixed in latest SVN > Adding OneWay and Asynchronous Callback functionality for Dynamic Proxy > ----------------------------------------------------------------------- > > Key: AXIS2-949 > URL: http://issues.apache.org/jira/browse/AXIS2-949 > Project: Apache Axis 2.0 (Axis2) > Issue Type: New Feature > Components: jaxws > Reporter: Nikhil Thaker > Assigned To: Rich Scheuerle > Priority: Minor > Attachments: jaxws_patch_src_7312006.txt, jaxws_patch_test_7312006.txt > > > This is a new feature for Dynamic Proxy. > I have now extended the proxy Doc/Lit wrapped support to make Async method calls. The BaseProxyHandler now looks at the signature and return type of the method to determine if its a Asynchronous call. It also check for method name to end with Async if the return type is Future or Response. > I have also modified proxy to implemented new features in InvocationController to get JAXB Block directly rather than reading MessageAsOM. > Next I will be adding Holder functionality to Proxy. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org