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 Nencho Lupanov <ne...@googlemail.com> on 2007/04/16 12:54:53 UTC

[axis2] put a property within the CallbackHandler, access it in message Receiver

Hi all,

I need to populate a custom property( byte[] object), being in  scope of an
instance of a CallbackHandler class.
I guess that i cannot access the axis2 runtime context within the
CallbackHandler(the callback used in the rampart samples)?
So could i store this property somewhere
in order to access it later in the MessageReceiver, where i already have
instances of the message context?

Thanks,
Nencho