org.mule.module.ibeans.annotations
Interface TestExceptionIBean
- All Superinterfaces:
- org.ibeans.api.ExceptionListenerAware
public interface TestExceptionIBean
- extends org.ibeans.api.ExceptionListenerAware
A test bean that uses an exception listener rather than declaring exceptions on all the method calls
Methods inherited from interface org.ibeans.api.ExceptionListenerAware |
setExceptionListener |
doSomething
@Call(uri="http://doesnotexist.bom?param={foo}")
java.lang.String doSomething(@UriParam(value="foo")
java.lang.String foo)
doSomethingElse
@Call(uri="http://doesnotexist.bom")
java.lang.String doSomethingElse()
throws java.net.UnknownHostException
- Throws:
java.net.UnknownHostException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.