|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.granite.messaging.service.security.AbstractSecurityContext
org.granite.messaging.service.ServiceInvocationContext
public class ServiceInvocationContext
| Constructor Summary | |
|---|---|
ServiceInvocationContext(Message message,
Destination destination,
Object bean,
Method method,
Object[] parameters)
|
|
| Method Summary | |
|---|---|
Object |
getBean()
|
Method |
getMethod()
|
Object[] |
getParameters()
|
Object |
invoke()
|
void |
setParameters(Object[] parameters)
|
String |
toString()
|
| Methods inherited from class org.granite.messaging.service.security.AbstractSecurityContext |
|---|
getDestination, getMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceInvocationContext(Message message,
Destination destination,
Object bean,
Method method,
Object[] parameters)
| Method Detail |
|---|
public Object getBean()
public Method getMethod()
public Object[] getParameters()
public void setParameters(Object[] parameters)
public Object invoke()
throws IllegalArgumentException,
IllegalAccessException,
InvocationTargetException
invoke in class AbstractSecurityContextIllegalArgumentException
IllegalAccessException
InvocationTargetExceptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||