Returns silently if the given Handler is not found or is null @param handler a logging Handler @exception SecurityException if a security manager exists and ifthe caller does not have LoggingPermission("control").
Removes an IQHandler from the list of registered handler. The IQHandler to remove was responsible for handling IQ packet whose namespace matches the namespace of the IQHandler.
An IllegalArgumentException may be thrown if the IQHandler to remove was already provided by the server. The server provides a certain list of IQHandlers when the server is started up. @param handler the IQHandler to remove from the list of registered handler.
|
|
|
|