com.caucho.server.dispatch
Interface DispatchBuilder

All Known Implementing Classes:
Application, Host, HostContainer, WebApp, WebAppContainer

public interface DispatchBuilder

Builds the dispatch for an invocation.


Method Summary
 Invocation buildInvocation(Invocation invocation)
          Builds the invocation values.
 

Method Detail

buildInvocation

Invocation buildInvocation(Invocation invocation)
                           throws java.lang.Throwable
Builds the invocation values.

Throws:
java.lang.Throwable