org.jboss.remoting
Interface ServerInterceptor


public interface ServerInterceptor

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

Version:
1.0
Author:
David Jencks

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

Method Detail

invoke

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

getInstance

public ServerInterceptor getInstance()


Copyright © 2004 JBoss Inc. All Rights Reserved.