|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use InterceptorHandler | |
| net.sf.crispy.impl.rmi | Implementation for RMI. |
| net.sf.crispy.proxy | Proxy-classes to intercept all method-calls from the service classes. |
| net.sf.crispy.server | Server side classes to manage services and servers invocations, how find service implementation execute service method register Interceptors and Modifier |
| Uses of InterceptorHandler in net.sf.crispy.impl.rmi |
| Methods in net.sf.crispy.impl.rmi that return InterceptorHandler | |
InterceptorHandler |
RmiInvocationHandlerImpl.createNewInterceptorHandlerInstance()
|
| Methods in net.sf.crispy.impl.rmi with parameters of type InterceptorHandler | |
java.lang.Object |
RmiInvocationHandlerImpl.doInvoke(java.lang.Object pvServiceImpl,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs,
InterceptorHandler pvInterceptorHandler)
|
| Uses of InterceptorHandler in net.sf.crispy.proxy |
| Methods in net.sf.crispy.proxy that return InterceptorHandler | |
InterceptorHandler |
DynamicProxy.getInterceptorHandler()
|
| Methods in net.sf.crispy.proxy with parameters of type InterceptorHandler | |
static java.lang.Object |
InvocationHandler.doInvoke(DynamicProxy pvDynamicProxy,
java.lang.Object pvProxy,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs,
java.lang.Object pvElseObject,
InterceptorHandler pvInterceptorHandler)
This method must call from the DynamicProy-implementation. |
static java.lang.Object |
InvocationHandler.doInvoke(DynamicProxy pvDynamicProxy,
java.lang.Object pvProxy,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs,
InterceptorHandler pvInterceptorHandler)
|
void |
DynamicProxy.setInterceptorHandler(InterceptorHandler pvInterceptorHandler)
|
| Constructors in net.sf.crispy.proxy with parameters of type InterceptorHandler | |
ProxyDecorator(Proxy pvProxy,
InterceptorHandler pvInterceptorHandler)
|
|
| Uses of InterceptorHandler in net.sf.crispy.server |
| Methods in net.sf.crispy.server that return InterceptorHandler | |
InterceptorHandler |
ServiceEndpointImpl.createNewInterceptorHandlerInstance()
If don't set a InterceptorHandlerCreator, than create a new InterceptorHandler instance. |
InterceptorHandler |
ServiceEndpoint.createNewInterceptorHandlerInstance()
Hint:Every call from this method must get a new instance from InterceptorHandler! |
InterceptorHandler |
InterceptorHandlerCreator.createNewInterceptorHandlerInstance()
By every call is a new InterceptorHandler instance created. |
InterceptorHandler |
HttpServiceEndpoint.createNewInterceptorHandlerInstance()
|
| Methods in net.sf.crispy.server with parameters of type InterceptorHandler | |
java.lang.Object |
ServiceEndpointImpl.doInvoke(java.lang.Object pvServiceImpl,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs,
InterceptorHandler pvInterceptorHandler)
|
java.lang.Object |
ServiceEndpoint.doInvoke(java.lang.Object pvServiceImpl,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs,
InterceptorHandler pvInterceptorHandler)
Execute the service with the InvocationHandler with delegate to doInvoke.
|
java.lang.Object |
HttpServiceEndpoint.doInvoke(java.lang.Object pvServiceImpl,
java.lang.reflect.Method pvMethod,
java.lang.Object[] pvArgs,
InterceptorHandler pvInterceptorHandler)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||