Uses of Interface
org.objectweb.joram.client.jms.MessageInterceptor
-
Packages that use MessageInterceptor Package Description org.objectweb.joram.client.jms Theorg.objectweb.joram.client.jmspackage holds the classes implementing the interfaces defined by the JMS 2.0 specification. -
-
Uses of MessageInterceptor in org.objectweb.joram.client.jms
Fields in org.objectweb.joram.client.jms with type parameters of type MessageInterceptor Modifier and Type Field Description List<MessageInterceptor>FactoryParameters. inInterceptorsList of Message interceptors while receiving a message.private List<MessageInterceptor>Session. inInterceptorsList<MessageInterceptor>FactoryParameters. outInterceptorsList of Message interceptors while sending a message.private List<MessageInterceptor>Session. outInterceptorsMethods in org.objectweb.joram.client.jms that return types with arguments of type MessageInterceptor Modifier and Type Method Description (package private) List<MessageInterceptor>Connection. getInInterceptors()returns the list of IN message interceptors.(package private) List<MessageInterceptor>Connection. getOutInterceptors()returns the list of OUT message interceptors.Method parameters in org.objectweb.joram.client.jms with type arguments of type MessageInterceptor Modifier and Type Method Description private voidFactoryParameters. addInterceptor(String pInterceptorClassName, List<MessageInterceptor> pInterceptors)private StringFactoryParameters. getListInterceptorClassName(List<MessageInterceptor> pInterceptors)booleanFactoryParameters. removeInterceptor(String pInterceptorClassName, List<MessageInterceptor> pInterceptors)private voidFactoryParameters. setListInterceptorClassName(String pListInterceptorClassName, List<MessageInterceptor> pInterceptors)
-