org.jboss.portal.wsrp.consumer
Class InvocationHandler
java.lang.Object
   org.jboss.portal.wsrp.consumer.InvocationHandler
org.jboss.portal.wsrp.consumer.InvocationHandler
- Direct Known Subclasses: 
- ActionHandler, RenderHandler
- public abstract class InvocationHandler 
- extends java.lang.Object
- Since:
- 2.4 (May 31, 2006)
- Version:
- $Revision: 8484 $
- Author:
- Chris Laprun
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
consumer
protected WSRPConsumerImpl consumer
log
protected static org.jboss.logging.Logger log
InvocationHandler
public InvocationHandler(WSRPConsumerImpl consumer)
performRequest
protected java.lang.Object performRequest(java.lang.Object request,
                                          PortletInvocation invocation)
                                   throws PortletInvokerException
- 
- Throws:
- PortletInvokerException
 
getNamespaceFrom
protected java.lang.String getNamespaceFrom(WindowContext windowContext)
- 
 
unwrapWSRPError
protected ErrorResponse unwrapWSRPError(ErrorResponse errorResponse)
- 
 
updateUserContext
protected abstract void updateUserContext(java.lang.Object request,
                                          UserContext userContext)
- 
 
updateRegistrationContext
protected abstract void updateRegistrationContext(java.lang.Object request)
                                           throws PortletInvokerException
- 
- Throws:
- PortletInvokerException
 
getRuntimeContextFrom
protected abstract RuntimeContext getRuntimeContextFrom(java.lang.Object request)
- 
 
performRequest
protected abstract java.lang.Object performRequest(java.lang.Object request)
                                            throws java.lang.Exception
- 
- Throws:
- java.lang.Exception
 
prepareRequest
protected abstract java.lang.Object prepareRequest(org.jboss.portal.wsrp.consumer.RequestPrecursor requestPrecursor,
                                                   PortletInvocation invocation)
- 
 
processResponse
protected abstract PortletInvocationResponse processResponse(java.lang.Object response,
                                                             PortletInvocation invocation,
                                                             org.jboss.portal.wsrp.consumer.RequestPrecursor requestPrecursor)
                                                      throws PortletInvokerException
- 
- Throws:
- PortletInvokerException