public interface EJBInvocation
| Modifier and Type | Method and Description |
|---|---|
boolean |
authorizeWebService(Method m)
Use the underlying container to authorize this invocation
|
jakarta.ejb.EJBContext |
getEJBContext() |
Object |
getJaccEjb()
Used by JACC implementation to get an enterprise bean
instance for the EnterpriseBean policy handler.
|
Object |
getMessage()
This is for EJB JAXWS only.
|
Method |
getMethod() |
Object[] |
getMethodParams() |
Method |
getWebServiceMethod() |
boolean |
isAWebService() |
boolean |
isCallerInRole(String role) |
<T> void |
setMessage(T message)
This is for EJB JAXWS only.
|
void |
setWebServiceContext(Object webServiceContext) |
void |
setWebServiceMethod(Method method) |
jakarta.ejb.EJBContext getEJBContext()
Object getMessage()
<T> void setMessage(T message)
message - an unconsumed messageboolean isAWebService()
Method getMethod()
Object[] getMethodParams()
Object getJaccEjb()
boolean authorizeWebService(Method m) throws Exception
Exception - TODO, change this to throw some subclassboolean isCallerInRole(String role)
void setWebServiceMethod(Method method)
Method getWebServiceMethod()
void setWebServiceContext(Object webServiceContext)
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.