mx4j.tools.remote.caucho.hessian
Class HessianClientInvoker

java.lang.Object
  extended bymx4j.tools.remote.http.HTTPClientInvoker
      extended bymx4j.tools.remote.caucho.CauchoClientInvoker
          extended bymx4j.tools.remote.caucho.hessian.HessianClientInvoker
All Implemented Interfaces:
HTTPConnection, JMXConnection

public class HessianClientInvoker
extends CauchoClientInvoker

Version:
$

Constructor Summary
HessianClientInvoker(java.lang.String endpoint)
           
 
Method Summary
protected  CauchoInput createCauchoInput(java.io.InputStream stream)
           
protected  CauchoOutput createCauchoOutput(java.io.OutputStream stream)
           
 
Methods inherited from class mx4j.tools.remote.caucho.CauchoClientInvoker
getService
 
Methods inherited from class mx4j.tools.remote.http.HTTPClientInvoker
addNotificationListener, addNotificationListener, close, connect, createMBean, createMBean, fetchNotifications, getAttribute, getAttributes, getConnectionId, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, removeNotificationListener, removeNotificationListeners, setAttribute, setAttributes, unregisterMBean
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HessianClientInvoker

public HessianClientInvoker(java.lang.String endpoint)
Method Detail

createCauchoInput

protected CauchoInput createCauchoInput(java.io.InputStream stream)
Specified by:
createCauchoInput in class CauchoClientInvoker

createCauchoOutput

protected CauchoOutput createCauchoOutput(java.io.OutputStream stream)
Specified by:
createCauchoOutput in class CauchoClientInvoker


Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.