org.mule.providers.soap.xfire
Class MuleInvoker

java.lang.Object
  extended byorg.mule.providers.soap.xfire.MuleInvoker

public class MuleInvoker
extends Object

Invokes a Mule Service via an XFire binding.


Constructor Summary
MuleInvoker(AbstractMessageReceiver receiver, boolean synchronous)
           
 
Method Summary
 UMOImmutableEndpoint getEndpoint()
           
 Object invoke(Method method, Object[] objects, MessageContext messageContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleInvoker

public MuleInvoker(AbstractMessageReceiver receiver,
                   boolean synchronous)
Method Detail

invoke

public Object invoke(Method method,
                     Object[] objects,
                     MessageContext messageContext)
              throws XFireFault
Throws:
XFireFault

getEndpoint

public UMOImmutableEndpoint getEndpoint()


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