Package com.arjuna.mw.wstx.logging
Class wstxLogger
java.lang.Object
com.arjuna.mw.wstx.logging.wstxLogger
-
Field Summary
Modifier and TypeFieldDescriptionstatic final wstxI18NLogger
static final org.jboss.logging.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final void
traceMessage
(jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext) Print the content of the SOAP message.
-
Field Details
-
logger
public static final org.jboss.logging.Logger logger -
i18NLogger
-
-
Constructor Details
-
wstxLogger
public wstxLogger()
-
-
Method Details
-
traceMessage
public static final void traceMessage(jakarta.xml.ws.handler.soap.SOAPMessageContext soapMessageContext) Print the content of the SOAP message.- Parameters:
soapMessageContext
- SOAP message context to extract and log the message content from
-