public class WebServiceExceptionLogger
extends java.lang.Object
| Constructor and Description |
|---|
WebServiceExceptionLogger() |
| Modifier and Type | Method and Description |
|---|---|
static void |
log(java.lang.reflect.Method method,
java.lang.Throwable throwable,
boolean logFully,
java.lang.Class serviceImplClass,
java.lang.Object serviceInstance,
java.lang.Object[] args)
Logs an error if the exception thrown by @WebMethod m is not a checked exception.
|
public static void log(java.lang.reflect.Method method,
java.lang.Throwable throwable,
boolean logFully,
java.lang.Class serviceImplClass,
java.lang.Object serviceInstance,
java.lang.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-2015 The Apache Software Foundation. All Rights Reserved.