org.jboss.portal.server.invocation.component
Class ContextDispatcherInterceptor

java.lang.Object
  extended by org.jboss.portal.server.invocation.component.ContextDispatcherInterceptor
All Implemented Interfaces:
Interceptor

public class ContextDispatcherInterceptor
extends java.lang.Object
implements Interceptor

This interceptor dispatch the call to the target web application.


Nested Class Summary
static class ContextDispatcherInterceptor.InvokeNextCommand
           
 
Constructor Summary
ContextDispatcherInterceptor()
           
 
Method Summary
 java.lang.Object invoke(Invocation invocation)
          Perform the invocation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextDispatcherInterceptor

public ContextDispatcherInterceptor()
Method Detail

invoke

public java.lang.Object invoke(Invocation invocation)
Description copied from interface: Interceptor
Perform the invocation.

Specified by:
invoke in interface Interceptor
Returns:
the returned object