Hi,
i doesn't understand something.
If i use a XwsSecurityInterceptor, then i can add handlers. That's why the signature contains an array.
But if i look into the CallbackHandler interface, the interface itself contains only this method.Code:setCallbackHandlers(CallbackHandler[] callbackHandler)
But why does it also contain an array? I expected something like this method but without an array.Code:void handle(Callback[] callbacks)
Cheers,
Ingo


Reply With Quote

