站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byorg.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

Constructor Summary
JMXInvokerEndpoint()
           
 
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
 

Constructor Detail

JMXInvokerEndpoint

public JMXInvokerEndpoint()
Method Detail

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 - MessageContext
method - the target method.
obj - the target object
argValues - the method arguments
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.