You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@opensource.lk on 2003/09/04 13:57:31 UTC

IN OUT INOUT parameter modes

hi all,
could someone explain exact meaning of the IN, OUT, INOUT parameter modes of 
the ParameterMode Class?
thanks,
sanjaya.

--
Lanka Software Foundation (http://www.opensource.lk)
Promoting Open-Source Development in Sri Lanka


Re: IN OUT INOUT parameter modes

Posted by "Jeyakumaran.C" <jk...@vijayaba.cse.mrt.ac.lk>.
Hi,
It seems nobody answered to yr program.
wht we have discussed was,If a parameter is an INOUT parameter then the same
object should be sent in the request and the response as well.(The same
instance).
For an example,if a  point object is passed, then it will be a INOUT
parameter if and only the same instance of the point is the request and the
response.
It is not the case that the if the both request and response parameters are
same type and then it will be a INOUT parameter.
Hope IN parameter and OUT parameter are not a big issue to understand.
This is wht we discussed.
Thanx.
regards,
jeyakumaran.C
----- Original Message -----
From: <sa...@opensource.lk>
To: <ax...@ws.apache.org>
Sent: Thursday, September 04, 2003 5:57 PM
Subject: IN OUT INOUT parameter modes


> hi all,
> could someone explain exact meaning of the IN, OUT, INOUT parameter modes
of
> the ParameterMode Class?
> thanks,
> sanjaya.
>
> --
> Lanka Software Foundation (http://www.opensource.lk)
> Promoting Open-Source Development in Sri Lanka
>


Re: IN OUT INOUT parameter modes

Posted by "Jeyakumaran.C" <jk...@vijayaba.cse.mrt.ac.lk>.
Hi,
I agree with lilantha's explanation.
i also meant that. In or out parameter are need not to be related.
But in the case of INOUT parameter the input and the output can be same or
modified(but the not sufficient enough that they are same type).
Jeyakumaran.C
----- Original Message -----
From: <sa...@opensource.lk>
To: <ax...@ws.apache.org>
Sent: Thursday, September 04, 2003 5:57 PM
Subject: IN OUT INOUT parameter modes


> hi all,
> could someone explain exact meaning of the IN, OUT, INOUT parameter modes
of
> the ParameterMode Class?
> thanks,
> sanjaya.
>
> --
> Lanka Software Foundation (http://www.opensource.lk)
> Promoting Open-Source Development in Sri Lanka
>