|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.webservice.server.JMXInvokerEndpoint
A generic service endpoint POJO that delegates invocations to an arbitary MBean.
Constructor Summary | |
JMXInvokerEndpoint()
|
Method Summary | |
protected java.lang.Object |
invoke(MessageContext (src) msgContext,
java.lang.reflect.Method method,
java.lang.Object obj,
java.lang.Object[] argValues)
This method encapsulates the method invocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JMXInvokerEndpoint()
Method Detail |
protected java.lang.Object invoke(MessageContext (src) msgContext, java.lang.reflect.Method method, java.lang.Object obj, java.lang.Object[] argValues) throws java.lang.Exception
msgContext
- MessageContextmethod
- the target method.obj
- the target objectargValues
- the method arguments
java.lang.Exception
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |