org.jboss.net.jmx
Class MBeanInvocationHandler

java.lang.Object
  extended byorg.jboss.net.axis.AxisInvocationHandler (src) 
      extended byorg.jboss.net.jmx.MBeanInvocationHandler
All Implemented Interfaces:
java.lang.reflect.InvocationHandler, java.io.Serializable

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

public class MBeanInvocationHandler
extends AxisInvocationHandler (src)

Helper class for dealing with remote JMX beans in typed or untyped ways.

Since:
1. Oktober 2001, 18:22
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.jboss.net.axis.AxisInvocationHandler (src)
AxisInvocationHandler.DefaultInterfaceMap (src) , AxisInvocationHandler.DefaultMethodMap (src)
 
Field Summary
 
Fields inherited from class org.jboss.net.axis.AxisInvocationHandler (src)
call, endPoint, methodToInterface, methodToName, rootContext
 
Constructor Summary
MBeanInvocationHandler(Call (src)  call, java.util.Map methodMap, java.util.Map interfaceMap)
          Deprecated. Creates new MBeanInvocationHandler
MBeanInvocationHandler(java.net.URL endpoint, java.lang.String soapAction)
          Deprecated. Creates new MBeanInvocationHandler pointing to a given url, using the given engine
MBeanInvocationHandler(java.net.URL endpoint, java.lang.String soapAction, java.util.Map methodMap)
          Deprecated. Creates new MBeanInvocationHandler pointing to a given url, using the given engine
MBeanInvocationHandler(java.net.URL endpoint, java.lang.String soapAction, java.util.Map methodMap, java.util.Map interfaceMap)
          Deprecated. Creates new MBeanInvocationHandler pointing to a given url, using the given engine
MBeanInvocationHandler(java.net.URL endpoint, java.lang.String soapAction, java.util.Map methodMap, java.util.Map interfaceMap, boolean maintainSession)
          Deprecated. Creates new MBeanInvocationHandler pointing to a given url, using the given engine
MBeanInvocationHandler(java.net.URL endpoint, java.lang.String soapAction, Service (src)  service, java.util.Map methodMap, java.util.Map interfaceMap)
          Deprecated. Creates new MBeanInvocationHandler
 
Method Summary
static java.lang.Object createMBeanService(java.lang.Class _interface, MBeanInvocationHandler (src)  handler)
          Deprecated. default creation of services
static java.lang.Object createMBeanService(java.lang.Class _interface, java.net.URL endpoint, java.lang.String soapAction)
          Deprecated. default creation of services
 
Methods inherited from class org.jboss.net.axis.AxisInvocationHandler (src)
createAxisService, createAxisService, createAxisService, createAxisService, invoke, invoke, invoke, setBasicAuthentication
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanInvocationHandler

public MBeanInvocationHandler(java.net.URL endpoint,
                              java.lang.String soapAction)
Deprecated. 
Creates new MBeanInvocationHandler pointing to a given url, using the given engine


MBeanInvocationHandler

public MBeanInvocationHandler(java.net.URL endpoint,
                              java.lang.String soapAction,
                              java.util.Map methodMap)
Deprecated. 
Creates new MBeanInvocationHandler pointing to a given url, using the given engine


MBeanInvocationHandler

public MBeanInvocationHandler(java.net.URL endpoint,
                              java.lang.String soapAction,
                              java.util.Map methodMap,
                              java.util.Map interfaceMap)
Deprecated. 
Creates new MBeanInvocationHandler pointing to a given url, using the given engine


MBeanInvocationHandler

public MBeanInvocationHandler(java.net.URL endpoint,
                              java.lang.String soapAction,
                              java.util.Map methodMap,
                              java.util.Map interfaceMap,
                              boolean maintainSession)
Deprecated. 
Creates new MBeanInvocationHandler pointing to a given url, using the given engine


MBeanInvocationHandler

public MBeanInvocationHandler(Call (src)  call,
                              java.util.Map methodMap,
                              java.util.Map interfaceMap)
Deprecated. 
Creates new MBeanInvocationHandler


MBeanInvocationHandler

public MBeanInvocationHandler(java.net.URL endpoint,
                              java.lang.String soapAction,
                              Service (src)  service,
                              java.util.Map methodMap,
                              java.util.Map interfaceMap)
Deprecated. 
Creates new MBeanInvocationHandler

Method Detail

createMBeanService

public static java.lang.Object createMBeanService(java.lang.Class _interface,
                                                  java.net.URL endpoint,
                                                  java.lang.String soapAction)
Deprecated. 
default creation of services


createMBeanService

public static java.lang.Object createMBeanService(java.lang.Class _interface,
                                                  MBeanInvocationHandler (src)  handler)
Deprecated. 
default creation of services