当前页面:
在线文档首页 >
JBOSS Portal 2.4 API 英文版文档
InvocationHandler - JBOSS Portal 2.4 API 英文版文档
org.jboss.portal.wsrp.consumer
Class InvocationHandler
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
consumer
protected WSRPConsumerImpl consumer
log
protected org.jboss.logging.Logger log
InvocationHandler
public InvocationHandler(WSRPConsumerImpl consumer)
performRequest
protected java.lang.Object performRequest(java.lang.Object request,
PortletInvocation invocation,
int retryCount)
throws ServiceDescriptionUnavailableException
- Throws:
ServiceDescriptionUnavailableException
unwrapWSRPError
protected void unwrapWSRPError(PortletInvocation invocation)
updateUserContext
protected abstract void updateUserContext(java.lang.Object request,
UserContext userContext)
updateRegistrationContext
protected abstract void updateRegistrationContext(java.lang.Object request)
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