org.jboss.ejb3.interceptor
Class ClientInterceptorUtil
java.lang.Object
org.jboss.ejb3.interceptor.ClientInterceptorUtil
public class ClientInterceptorUtil
- extends Object
Utility class for placing the client interceptor data under a given metadata tag
- Version:
- $Revision: 61136 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLIENT_METADATA
public static final String CLIENT_METADATA
- See Also:
- Constant Field Values
ClientInterceptorUtil
public ClientInterceptorUtil()
addMetadata
public static void addMetadata(org.jboss.aop.joinpoint.Invocation invocation,
Object key,
Object value,
org.jboss.aop.util.PayloadKey payload)
addMetadata
public static void addMetadata(org.jboss.aop.joinpoint.Invocation invocation,
Object key,
Object value)
getMetadata
public static Object getMetadata(org.jboss.aop.joinpoint.Invocation invocation,
Object key)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.