axis2-kernel-1.1.1.jar -----Original Message----- From: Nate - Hotmail [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 20, 2007 6:29 AM To: [email protected] Subject: Re: service request location
What jar file is MessageContext part of? Thanks, Nate ----- Original Message ----- From: "Michele Mazzucco" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Monday, March 19, 2007 3:14 PM Subject: Re: service request location > The right call is MessageContext.getCurrentMessageContext(). > http://ws.apache.org/axis2/1_1_1/api/org/apache/axis2/context/ > MessageContext.html#getCurrentMessageContext() > > Michele > > On 19 Mar 2007, at 18:06, Nate - Hotmail wrote: > >> When I try to make the calls, I have the following error: >> The method getCurrentContext() is undefined for the type >> MessageContext. >> I get this error within Eclipse. >> >> Thanks, >> >> Nate >> >> ----- Original Message ----- From: "Michele Mazzucco" >> <[EMAIL PROTECTED]> >> To: "axis2" <[email protected]> >> Sent: Monday, March 19, 2007 1:51 PM >> Subject: Re: service request location >> >> >>> On Mon, 2007-03-19 at 13:46 -0400, Nate - Hotmail wrote: >>>> I guess the problem I have now is where do I make these calls? Do I >>>> put it in my service code? >>> >>> Yes. >>> MessageContext msgContext = MessageContext.getCurrentContext(); >>> return a value != null when a message is received, i.e. you can >>> call it >>> while you are processing incoming requests. >>> >>> Michele >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [EMAIL PROTECTED] >>> For additional commands, e-mail: [EMAIL PROTECTED] >>> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ********************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
