org.jboss.jms.message.standard
Class MessageFactoryInterceptor

java.lang.Object
  extended byorg.jboss.jms.message.standard.MessageFactoryInterceptor

public class MessageFactoryInterceptor
extends java.lang.Object

An interceptor for creating messages


Field Summary
static MessageFactoryInterceptor (src) singleton
           
 
Constructor Summary
MessageFactoryInterceptor()
           
 
Method Summary
protected  Message (src) createMessage(Invocation invocation)
           
 java.lang.String getName()
           
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleton

public static final MessageFactoryInterceptor (src)  singleton
Constructor Detail

MessageFactoryInterceptor

public MessageFactoryInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable

createMessage

protected Message (src)  createMessage(Invocation invocation)
                         throws java.lang.Throwable
Throws:
java.lang.Throwable