@Immutable public final class WSHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
enableSoapLogging(boolean bDebug)
Enable the JAX-WS SOAP debugging (server and client).
|
static void |
enableSoapLogging(boolean bServerDebug,
boolean bClientDebug)
Enable the JAX-WS SOAP debugging.
|
static String[] |
getAllJavaNetSystemProperties()
Get a set of system property names which are relevant for network
debugging/proxy handling.
|
static boolean |
isOutboundMessage(MessageContext aContext) |
static void |
setMetroDebugSystemProperties(boolean bDebug)
Enable advanced JAX-WS debugging on more or less all relevant layers.
|
public static void enableSoapLogging(boolean bDebug)
bDebug - true to enable debugging, false to disable
it.public static void enableSoapLogging(boolean bServerDebug,
boolean bClientDebug)
bServerDebug - true to enable server debugging, false to
disable it.bClientDebug - true to enable client debugging, false to
disable it.public static void setMetroDebugSystemProperties(boolean bDebug)
enableSoapLogging(boolean) so it does not
need to be called explicitly. By default all this logging is disabled.bDebug - true to enabled debugging, false to
disable it.@Nonnull @ReturnsMutableCopy public static String[] getAllJavaNetSystemProperties()
null and never empty.
Each call returns a new array.public static boolean isOutboundMessage(@Nonnull MessageContext aContext)
Copyright © 2014–2016 Philip Helger. All rights reserved.