org.jboss.remoting
Interface ServerInterceptor


public interface ServerInterceptor

ServerInterceptor.java Created: Fri May 2 11:10:59 2003


Method Summary
 ServerInterceptor (src) getInstance()
           
 java.lang.Object invoke(ServerInterceptorChain.InterceptorIterator (src)  iterator, InvocationRequest (src)  invocation)
           
 

Method Detail

invoke

public java.lang.Object invoke(ServerInterceptorChain.InterceptorIterator (src)  iterator,
                               InvocationRequest (src)  invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable

getInstance

public ServerInterceptor (src)  getInstance()