[EMAIL PROTECTED] wrote:
I was wondering if there is a possibility to access the objects by
aggregating them to, for example, the variable env (see heap) since env
is passed through all the way to invoke?

This sort of a thing in Axis2 is done either using the description hierarchy or the context hierarchy, setting the object as a property or a parameter.

env can be used to abstract out memory allocation, threading and the like, basically the platform specific stuff. See the header of env for details.
To do this one needs to know where env is created, do you know where?

Yes we know :) There are multiple places this is done. You can do a grep to find those on the code.

Comparing this solution to changing the client interface, which do you
believe is the best?

You do not need to change the client interface at all. You can embed it as it is, using the above techniques, keeping the interface as it is. In other words, you do not need a single change to Axis2 to embed it wherever you wish.

Thanks,
Samisa...

Sincerely
Indra

-----Original Message-----
From: Samisa Abeysinghe [mailto:[EMAIL PROTECTED] Sent: den 7 oktober 2008 16:01
To: Apache AXIS C Developers List
Subject: Re: Embed axis in libray

[EMAIL PROTECTED] wrote:
Hi,

I have a question regarding a project I'm working with. I want to embed axis2c into a library that I've created. I want to make the library available to the WS when invoke is called. Do you have any experience in this or any guidelines?


We have done this many times, but we do not have any docs. You can embed

the service client interface.

Samisa...

Thank you

/Indra


------------------------------------------------------------------------
No virus found in this incoming message.
Checked by AVG - http://www.avg.com Version: 8.0.173 / Virus Database: 270.7.6/1711 - Release Date:
10/6/2008 5:37 PM


------------------------------------------------------------------------

------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
------------------------------------------------------------------------


No virus found in this incoming message.
Checked by AVG - http://www.avg.com Version: 8.0.173 / Virus Database: 270.7.6/1713 - Release Date: 10/7/2008 6:40 PM



--
Samisa Abeysinghe Director, Engineering; WSO2 Inc.

http://www.wso2.com/ - "The Open Source SOA Company"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to