public class WebServiceExceptionLogger extends Object
| Constructor and Description |
|---|
WebServiceExceptionLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
log(Method method,
Throwable throwable,
boolean logFully,
Class serviceImplClass,
Object serviceInstance,
Object[] args)
Logs an error if the exception thrown by @WebMethod m is not a checked exception.
|
public static void log(Method method, Throwable throwable, boolean logFully, Class serviceImplClass, Object serviceInstance, Object[] args)
method - throwable - logFully - (if true then the exception is logged, otherwise only the class and stack is logged)serviceImplClass - class of service implementationserviceInstance - args - Object[] arguments pass to methodCopyright © 2004–2018 The Apache Software Foundation. All rights reserved.