org.apache.examples
Interface TargetService

All Known Implementing Classes:
TargetServiceImpl

public interface TargetService

Used to demonstrate the ProxyLoggingInterceptorFactory.

Author:
Howard Lewis Ship

Method Summary
 java.util.List buildList(java.lang.String string, int count)
           
 void exceptionThrower()
           
 void voidMethod(java.lang.String string)
           
 

Method Detail

voidMethod

void voidMethod(java.lang.String string)

buildList

java.util.List buildList(java.lang.String string,
                         int count)

exceptionThrower

void exceptionThrower()