org.mule.providers.soap.axis.extensions
Class MuleMsgProvider

java.lang.Object
  extended byMsgProvider
      extended byorg.mule.providers.soap.axis.extensions.MuleMsgProvider

public class MuleMsgProvider
extends MsgProvider

MuleMsgProvider Is an Axis service endpoint that builds services from Mule managed components

Version:
$Revision: 3798 $
Author:
Ross Mason
See Also:
Serialized Form

Constructor Summary
MuleMsgProvider(AxisConnector connector)
           
 
Method Summary
protected  Class getServiceClass(String s, SOAPService soapService, MessageContext messageContext)
           
 void invoke(MessageContext msgContext)
           
protected  Object makeNewServiceObject(MessageContext messageContext, String s)
           
protected  void setOperationStyle(MessageContext msgContext)
          Deprecated. I dont think this is necessary, but leaving it here for a while
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleMsgProvider

public MuleMsgProvider(AxisConnector connector)
Method Detail

makeNewServiceObject

protected Object makeNewServiceObject(MessageContext messageContext,
                                      String s)
                               throws Exception
Throws:
Exception

getServiceClass

protected Class getServiceClass(String s,
                                SOAPService soapService,
                                MessageContext messageContext)
                         throws AxisFault
Throws:
AxisFault

setOperationStyle

protected void setOperationStyle(MessageContext msgContext)
Deprecated. I dont think this is necessary, but leaving it here for a while

Parameters:
msgContext -

invoke

public void invoke(MessageContext msgContext)
            throws AxisFault
Throws:
AxisFault


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.