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


Method Summary
 String doSomething(String foo)
           
 String doSomethingElse()
           
 
Methods inherited from interface org.ibeans.api.ExceptionListenerAware
setExceptionListener
 

Method Detail

doSomething

@Call(uri="http://doesnotexist.bom?param={foo}")
String doSomething(@UriParam(value="foo")
                        String foo)

doSomethingElse

@Call(uri="http://doesnotexist.bom")
String doSomethingElse()
                       throws UnknownHostException
Throws:
UnknownHostException


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