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
 java.lang.String receive(java.lang.String message)
           
 java.lang.String throwsException(java.lang.String message)
           
 

Method Detail

receive

java.lang.String receive(java.lang.String message)
                         throws java.lang.Exception
Throws:
java.lang.Exception

throwsException

java.lang.String throwsException(java.lang.String message)
                                 throws java.lang.Exception
Throws:
java.lang.Exception


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