org.mule.tck.testmodels.services
Interface ITestComponent

All Known Implementing Classes:
TestComponent

public interface ITestComponent

Interface for TestComponent (to make it easier to host the service on Axis)


Method Summary
 String receive(String message)
           
 String throwsException(String message)
           
 

Method Detail

receive

public String receive(String message)
               throws Exception
Throws:
Exception

throwsException

public String throwsException(String message)
                       throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.