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 "Ivan Latysh (JIRA)" <ji...@apache.org> on 2006/12/23 00:43:27 UTC

[jira] Commented: (AXIS2-1911) Serve service implementation with MessageContext before calling business method.

    [ http://issues.apache.org/jira/browse/AXIS2-1911?page=comments#action_12460614 ] 
            
Ivan Latysh commented on AXIS2-1911:
------------------------------------

Proposed solution:
  Add the following code to "org\apache\axis2\wsdl\template\java\MessageReceiverTemplate.xsl" after line 60 :

            java.lang.reflect.Method method = skel.getClass().getMethod("setMessageContext", org.apache.axis2.context.MessageContext.class); 
            if (null!=method) method.invoke(skel, msgContext); 

> Serve service implementation with MessageContext before calling business method.
> --------------------------------------------------------------------------------
>
>                 Key: AXIS2-1911
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1911
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Improvement
>          Components: codegen
>    Affects Versions: M1
>            Reporter: Ivan Latysh
>            Priority: Minor
>
> Improve generated MessageReceiver to inject MessageContext into service implementation before calling business method.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org