当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
JMXInvokerEndpoint (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档
org.jboss.webservice.server
Class JMXInvokerEndpoint
java.lang.Object
org.jboss.webservice.server.JMXInvokerEndpoint
- public class JMXInvokerEndpoint
- extends Object
A generic service endpoint POJO that delegates invocations to an arbitary MBean.
- Since:
- 30-Sep-2004
- Author:
- Thomas.Diesler@jboss.org
Method Summary |
protected Object |
invoke(org.apache.axis.MessageContext msgContext,
Method method,
Object obj,
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 |
JMXInvokerEndpoint
public JMXInvokerEndpoint()
invoke
protected Object invoke(org.apache.axis.MessageContext msgContext,
Method method,
Object obj,
Object[] argValues)
throws Exception
- This method encapsulates the method invocation.
- Parameters:
msgContext
- MessageContextmethod
- the target method.obj
- the target objectargValues
- the method arguments
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.