Return-Path: Mailing-List: contact axis-user-help@xml.apache.org; run by ezmlm Delivered-To: mailing list axis-user@xml.apache.org Received: (qmail 65777 invoked from network); 19 Apr 2002 19:24:00 -0000 Received: from unknown (HELO S1001EXM01.macromedia.com) (63.109.193.152) by daedalus.apache.org with SMTP; 19 Apr 2002 19:24:00 -0000 Received: by S1001EXM01.macromedia.com with Internet Mail Service (5.5.2653.19) id <2XZQZ3T4>; Fri, 19 Apr 2002 15:24:00 -0400 Message-ID: From: Glen Daniels To: "'axis-user@xml.apache.org'" Subject: RE: How do I invoke a method that takes no parameters ? Date: Fri, 19 Apr 2002 15:23:51 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C1E7D7.BCE2F560" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C1E7D7.BCE2F560 Content-Type: text/plain; charset="iso-8859-1" http://marc.theaimsgroup.com/?l=axis-user&m=101917211723166&w=2 :) -----Original Message----- From: Vaishakhi Ajmera [mailto:vaishakhi.ajmera@ardec.com] Sent: Friday, April 19, 2002 2:01 PM To: ^BoyInterrupted^; axis-user@xml.apache.org Subject: Re: How do I invoke a method that takes no parameters ? Hi Pramod, I have figured out how to. here is the sample call statement call.invoke( new Object[] {} ); Just use empty brace brackets and it works. Hope this helps Vaishakhi Ajmera ----- Original Message ----- From: ^BoyInterrupted^ To: Vaishakhi Ajmera Sent: Saturday, April 20, 2002 12:36 AM Subject: Re: How do I invoke a method that takes no parameters ? Hi Vaishakhi , I still havent found out how to do this .. more surprisingly , there seems to be *nothing* on the net regarding the same .. though, I have realised that this problem is directly tied to java's introspection features. The semantics would be the same as calling a method from a MethodDescriptor retrieved from a BeanInfo class that takes no parameters .. I shall inform you as soon as I figure it out myself .. and I hope, you'll do the same too. rgds Pramod Nair ----- Original Message ----- From: Vaishakhi Ajmera To: axis-user@xml.apache.org Cc: pramod@pun.cmc.net.in Sent: Friday, April 19, 2002 1:48 AM Subject: How do I invoke a method that takes no parameters ? Hi Pramod I see your email in the mailing list asking about How do I invoke a method that takes no parameters ? have you been able to figure that out. Can you please tell me how. Thanks Vaishakhi Ajmera. ------_=_NextPart_001_01C1E7D7.BCE2F560 Content-Type: text/html; charset="iso-8859-1"
 
:)
-----Original Message-----
From: Vaishakhi Ajmera [mailto:vaishakhi.ajmera@ardec.com]
Sent: Friday, April 19, 2002 2:01 PM
To: ^BoyInterrupted^; axis-user@xml.apache.org
Subject: Re: How do I invoke a method that takes no parameters ?

Hi Pramod,
I have figured out how to.
here is the sample call statement
 
call.invoke( new Object[] {} );
 
Just use empty brace brackets and it works.
 
Hope this helps
 
Vaishakhi Ajmera
----- Original Message -----
Sent: Saturday, April 20, 2002 12:36 AM
Subject: Re: How do I invoke a method that takes no parameters ?

Hi Vaishakhi ,
 
        I still havent found out how to do this ..  more surprisingly , there seems to be *nothing* on the net regarding the same ..  though, I have realised that this problem is directly tied to java's introspection features. The semantics would be the same as calling a method from a MethodDescriptor retrieved from a BeanInfo class that takes no parameters .. I shall inform you as soon as I figure it out myself .. and I hope, you'll do the same too.
 
rgds
 
Pramod Nair
 
----- Original Message -----
Sent: Friday, April 19, 2002 1:48 AM
Subject: How do I invoke a method that takes no parameters ?

Hi Pramod
I see your email in the mailing list asking about How do I invoke a method that takes no parameters ?
have you been able to figure that out.
Can you please tell me how.
 
Thanks
Vaishakhi Ajmera.
 
 
------_=_NextPart_001_01C1E7D7.BCE2F560--