org.mule.components.script
Interface CalloutService


public interface CalloutService

TODO


Method Summary
 String doSomething(String data)
           
 String doSomethingElse(String data)
           
 

Method Detail

doSomething

String doSomething(String data)
                   throws Exception
Throws:
Exception

doSomethingElse

String doSomethingElse(String data)
                       throws Exception
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.