public class ServiceInvocationContext extends AbstractSecurityContext
| Constructor and Description |
|---|
ServiceInvocationContext(Message message,
Destination destination,
Object bean,
Method method,
Object[] parameters) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getBean() |
Method |
getMethod() |
Object[] |
getParameters() |
Object |
invoke() |
void |
setParameters(Object[] parameters) |
String |
toString() |
getDestination, getMessagepublic ServiceInvocationContext(Message message, Destination destination, Object bean, Method method, Object[] parameters)
public Object[] getParameters()
public void setParameters(Object[] parameters)
public Object invoke() throws IllegalArgumentException, IllegalAccessException, InvocationTargetException
invoke in class AbstractSecurityContextIllegalArgumentExceptionIllegalAccessExceptionInvocationTargetException