|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the entry point on the server side for the transport provider.
This is the complement to the Proxy on the client side (created from the
ServiceManage
).
Method Summary | |
InterceptorHandler |
createNewInterceptorHandlerInstance()
Hint:Every call from this method must get a new instance from InterceptorHandler ! |
java.lang.Object |
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 .
|
InterceptorHandlerCreator |
getInterceptorHandlerCreator()
Get a implementation for the interface InterceptorHandlerCreator . |
void |
setInterceptorHandlerCreator(InterceptorHandlerCreator pvCreator)
Set a implementation for the interface InterceptorHandlerCreator . |
Method Detail |
public void setInterceptorHandlerCreator(InterceptorHandlerCreator pvCreator)
InterceptorHandlerCreator
. It is
equally with the method createNewInterceptorHandlerInstance
.
pvCreator
- public InterceptorHandlerCreator getInterceptorHandlerCreator()
InterceptorHandlerCreator
.
InterceptorHandlerCreator
implementation.public InterceptorHandler createNewInterceptorHandlerInstance()
InterceptorHandler
!
public java.lang.Object doInvoke(java.lang.Object pvServiceImpl, java.lang.reflect.Method pvMethod, java.lang.Object[] pvArgs, InterceptorHandler pvInterceptorHandler)
InvocationHandler
with delegate to doInvoke
.
If parameter InterceptorHandler
is null
, then is calling the method createNewInterceptorHandlerInstance
,
else is using the parameter InterceptorHandler
.
pvServiceImpl
- pvMethod
- pvArgs
- pvInterceptorHandler
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |