|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Callback interface used within processServerServiceCall(Object[]).
The method must be called in order to delegate processing to the next
subsequent plugin.
| Method Summary | |
boolean |
hasServerService(java.lang.Class service)
Calls the ServerProxyPlugin#hasServerService(Class)-method
of the next subsequent ServerProxyPlugins. |
java.lang.Object |
processServerServiceCall(java.lang.Object[] args)
Continues processing of the current server call by calling the next subsequent ServerProxyPlugin registered. |
| Method Detail |
public boolean hasServerService(java.lang.Class service)
ServerProxyPlugin#hasServerService(Class)-method
of the next subsequent ServerProxyPlugins.
service - the interface that defines the service
true, iff an implementation is registered for
the given service by a subsequent ServerProxyPlugin.
public java.lang.Object processServerServiceCall(java.lang.Object[] args)
throws java.lang.Throwable
ServerProxyPlugin registered.
args - the arguments for the method call
java.lang.Throwable - if an exception occured while calling.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||