Interface PolicyContextDelegate
-
- All Known Implementing Classes:
EJBPolicyContextDelegate
@Contract public interface PolicyContextDelegate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanauthorize(ComponentInvocation invocation, Method method)ObjectgetEJbArguments(ComponentInvocation inv)ObjectgetEnterpriseBean(ComponentInvocation inv)ObjectgetSOAPMessage(ComponentInvocation inv)voidsetSOAPMessage(Object message, ComponentInvocation invocation)
-
-
-
Method Detail
-
getEnterpriseBean
Object getEnterpriseBean(ComponentInvocation inv)
-
getEJbArguments
Object getEJbArguments(ComponentInvocation inv)
-
getSOAPMessage
Object getSOAPMessage(ComponentInvocation inv)
-
setSOAPMessage
void setSOAPMessage(Object message, ComponentInvocation invocation)
-
authorize
boolean authorize(ComponentInvocation invocation, Method method) throws Exception
- Throws:
Exception
-
-