Hi all,
 Is it possible to catch somewhere the UnsupportedCallbackException in
order to realize the following scenario?

 - the client send an authentication request
 - if the authentication is OK -> continue
 - if the authentication is not OK -> catch the Exception and continue
processing the request in the Skeleton class

i.e. consider if you want to show:
 - a plain result if the authentication is OK
 - only a subset of the information if the authentication is not OK.

Actually it seems that the processing flow is broken if the
authentication is not successfully executed or probably I missed
something

Regards,
 Marcello

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to