org.jboss.solder.logging
Class MessageLoggerInvocationHandler

java.lang.Object
  extended by org.jboss.solder.messages.MessageBundleInvocationHandler
      extended by org.jboss.solder.logging.MessageLoggerInvocationHandler
All Implemented Interfaces:
InvocationHandler

public class MessageLoggerInvocationHandler
extends MessageBundleInvocationHandler

Author:
David M. Lloyd

Constructor Summary
MessageLoggerInvocationHandler(Class<?> type, String category)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class org.jboss.solder.messages.MessageBundleInvocationHandler
extractCause, getFormatString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageLoggerInvocationHandler

public MessageLoggerInvocationHandler(Class<?> type,
                                      String category)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Overrides:
invoke in class MessageBundleInvocationHandler
Throws:
Throwable


Copyright © 2008-2011 Seam Framework. All Rights Reserved.