org.jboss.remoting
Class ServerInterceptorChain.InterceptorIterator

java.lang.Object
  extended byorg.jboss.remoting.ServerInterceptorChain.InterceptorIterator
Enclosing class:
ServerInterceptorChain (src)

public static class ServerInterceptorChain.InterceptorIterator
extends java.lang.Object


Constructor Summary
ServerInterceptorChain.InterceptorIterator(java.util.Iterator iterator, InvocationRequest (src)  invocation)
           
 
Method Summary
 java.lang.Object invokeNext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerInterceptorChain.InterceptorIterator

public ServerInterceptorChain.InterceptorIterator(java.util.Iterator iterator,
                                                  InvocationRequest (src)  invocation)
Method Detail

invokeNext

public java.lang.Object invokeNext()
                            throws java.lang.Throwable
Throws:
java.lang.Throwable