org.jboss.security.negotiation.common
Class MessageTrace
java.lang.Object
org.jboss.security.negotiation.common.MessageTrace
public class MessageTrace
- extends Object
Handle message tracing hierarchy.
- Version:
- $Revision: 79237 $
- Author:
- darran.lofthouse@jboss.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageTrace
public MessageTrace()
logRequestBase64
public static void logRequestBase64(String request)
logRequestHex
public static void logRequestHex(byte[] request)
logResponseBase64
public static void logResponseBase64(String response)
logResponseHex
public static void logResponseHex(byte[] response)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.