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)
|
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.