Uses of Interface
org.objectweb.joram.mom.util.MessageInterceptor
-
Packages that use MessageInterceptor Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.mom.util -
-
Uses of MessageInterceptor in org.objectweb.joram.mom.dest
Fields in org.objectweb.joram.mom.dest with type parameters of type MessageInterceptor Modifier and Type Field Description private List<MessageInterceptor>Destination. interceptors -
Uses of MessageInterceptor in org.objectweb.joram.mom.proxies
Fields in org.objectweb.joram.mom.proxies with type parameters of type MessageInterceptor Modifier and Type Field Description private List<MessageInterceptor>UserAgent. interceptorsINprivate List<MessageInterceptor>UserAgent. interceptorsOUTthe in and out interceptors list.Method parameters in org.objectweb.joram.mom.proxies with type arguments of type MessageInterceptor Modifier and Type Method Description private voidUserAgent. addInterceptor(String agentId, String agentName, String interceptorsKey, List<MessageInterceptor> interceptors, Properties prop, List<Properties> interceptorsProp)private voidUserAgent. removeInterceptor(String interceptorsKey, List<MessageInterceptor> interceptors, String classNames, List<Properties> interceptorsProp) -
Uses of MessageInterceptor in org.objectweb.joram.mom.util
Method parameters in org.objectweb.joram.mom.util with type arguments of type MessageInterceptor Modifier and Type Method Description static voidInterceptorsHelper. addInterceptors(String agentId, String agentName, String interceptorsKey, Properties prop, List<MessageInterceptor> interceptors)Add the specified interceptors in the list.static StringInterceptorsHelper. getListInterceptors(List<MessageInterceptor> interceptors)get the interceptors list.private static booleanInterceptorsHelper. removeInterceptor(String interceptorClassName, List<MessageInterceptor> interceptors)Remove the first occurrence of interceptorClassName.static voidInterceptorsHelper. removeInterceptors(String listInterceptorClassName, List<MessageInterceptor> interceptors)Remove the first occurrence of interceptorClassName.static booleanInterceptorsHelper. replaceInterceptor(String agentId, String agentName, String interceptorKeyNew, String interceptorKeyOld, List<MessageInterceptor> interceptors, Properties prop)Replace the first occurrence of oldInterceptor by the newInterceptor.
-