org.jboss.remoting
Class ServerInterceptorChain.InterceptorIterator

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

public static class ServerInterceptorChain.InterceptorIterator
extends Object


Constructor Summary
ServerInterceptorChain.InterceptorIterator(Iterator iterator, InvocationRequest invocation)
           
 
Method Summary
 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(Iterator iterator,
                                                  InvocationRequest invocation)
Method Detail

invokeNext

public Object invokeNext()
                  throws Throwable
Throws:
Throwable


Copyright © 2004 JBoss Inc. All Rights Reserved.