You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by Sanjiva Weerawarana <sa...@opensource.lk> on 2006/10/17 17:14:58 UTC

Re: svn commit: r464914 - /webservices/axis2/branches/java/1_1/modules/kernel/src/org/apache/axis2/description/AxisService.java

On Tue, 2006-10-17 at 12:10 +0000, saminda@apache.org wrote:
> Author: saminda
> Date: Tue Oct 17 05:10:29 2006
> New Revision: 464914
> 
> URL: http://svn.apache.org/viewvc?view=rev&rev=464914
> Log:
> Added overloaded method 
> public static AxisService createService(String implClass,
>                                             AxisConfiguration 
> axisConfiguration,
>                                             Map messageReceiverClassMap,
>                                             String targetNamespace,
>                                             String schemaNamespace) 
> throws AxisFault{
> 
> messageReceiverClassMap will hold the MessageReceivers for given meps. 
> Key will be the mep and value will be the instance of the 
> MessageReceiver class.
> Ex:
> Map mrMap = new HashMap();
> mrMap.put("http://www.w3.org/2004/08/wsdl/in-only",
> RPCInOnlyMessageReceiver.class.newInstance());
> mrMap.put("http://www.w3.org/2004/08/wsdl/in-out",
> RPCMessageReceiver.class.newInstance());

Can you explain what this is for please? I must've missed something on
the list.

Sanjiva.


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