com.mulesoft.mql.mule
Class MuleClientWrapper

java.lang.Object
  extended by com.mulesoft.mql.mule.MuleClientWrapper

public class MuleClientWrapper
extends Object

Provides a simple API for the query context around the MuleClient.


Constructor Summary
MuleClientWrapper(org.mule.api.client.MuleClient muleClient)
           
 
Method Summary
 org.mule.api.client.MuleClient getMuleClient()
           
 Object send(String url, Object payload)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleClientWrapper

public MuleClientWrapper(org.mule.api.client.MuleClient muleClient)
Method Detail

send

public Object send(String url,
                   Object payload)
            throws org.mule.api.MuleException
Throws:
org.mule.api.MuleException

getMuleClient

public org.mule.api.client.MuleClient getMuleClient()


Copyright © 2011. All Rights Reserved.