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

String receive(String message)
               throws Exception
Throws:
Exception

throwsException

String throwsException(String message)
                       throws Exception
Throws:
Exception


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