org.jboss.portal.server.app
Class ComponentInvocation

java.lang.Object
  extended byorg.jboss.portal.server.invocation.Invocation
      extended byorg.jboss.portal.server.app.ComponentInvocation
Direct Known Subclasses:
ActionInvocation, NavigationInvocation, RenderInvocation

public abstract class ComponentInvocation
extends Invocation


Constructor Summary
ComponentInvocation()
           
 
Method Summary
protected  void dispatch()
          Dispatch the call to the target.
 ComponentRequest getRequest()
          Return the component request.
 ComponentResponse getResponse()
          Return the component response;
 void setRequest(ComponentRequest req)
           
 void setResponse(ComponentResponse resp)
           
 
Methods inherited from class org.jboss.portal.server.invocation.Invocation
getAttribute, invoke, invokeNext, removeAttribute, setAttribute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentInvocation

public ComponentInvocation()
Method Detail

getRequest

public ComponentRequest getRequest()
Return the component request.


setRequest

public void setRequest(ComponentRequest req)

getResponse

public ComponentResponse getResponse()
Return the component response;


setResponse

public void setResponse(ComponentResponse resp)

dispatch

protected void dispatch()
                 throws InvocationException,
                        InvocationRuntimeException
Description copied from class: Invocation
Dispatch the call to the target.

Specified by:
dispatch in class Invocation
Throws:
InvocationException
InvocationRuntimeException