|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.server.invocation.Invocation
org.jboss.portal.server.app.ComponentInvocation
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 |
public ComponentInvocation()
Method Detail |
public ComponentRequest getRequest()
public void setRequest(ComponentRequest req)
public ComponentResponse getResponse()
public void setResponse(ComponentResponse resp)
protected void dispatch() throws InvocationException, InvocationRuntimeException
Invocation
dispatch
in class Invocation
InvocationException
InvocationRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |