站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 .net API Documentation 英文版文档

RemoteAdaptorInvocationHandler (JBoss.Net API) - JBoss 4.0.1 sp1 .net API Documentation 英文版文档


org.jboss.net.jmx.adaptor
Class RemoteAdaptorInvocationHandler

java.lang.Object
  extended byorg.jboss.net.jmx.adaptor.RemoteAdaptorInvocationHandler

Deprecated. You should use the jaxrpc/wsdl approach instead.

public class RemoteAdaptorInvocationHandler
extends Object

An example client that accesses the JMXConnector via SOAP.

Version:
$Revision: 1.5 $
Author:
Christoph G. Jung

Constructor Summary
RemoteAdaptorInvocationHandler()
          Deprecated.  
 
Method Summary
static RemoteAdaptor createRemoteAdaptor(MBeanInvocationHandler handler)
          Deprecated.  
static RemoteAdaptor createRemoteAdaptor(URL targetURL, String soapAction)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAdaptorInvocationHandler

public RemoteAdaptorInvocationHandler()
Deprecated. 
Method Detail

createRemoteAdaptor

public static RemoteAdaptor createRemoteAdaptor(URL targetURL,
                                                String soapAction)
Deprecated. 

createRemoteAdaptor

public static RemoteAdaptor createRemoteAdaptor(MBeanInvocationHandler handler)
Deprecated. 


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