Uses of Interface
mx4j.tools.remote.http.HTTPConnection

Packages that use HTTPConnection
mx4j.tools.remote.caucho   
mx4j.tools.remote.caucho.burlap   
mx4j.tools.remote.caucho.hessian   
mx4j.tools.remote.http   
mx4j.tools.remote.soap   
 

Uses of HTTPConnection in mx4j.tools.remote.caucho
 

Classes in mx4j.tools.remote.caucho that implement HTTPConnection
 class CauchoClientInvoker
           
 class CauchoService
           
 

Methods in mx4j.tools.remote.caucho that return HTTPConnection
protected  HTTPConnection CauchoClientInvoker.getService()
           
 

Uses of HTTPConnection in mx4j.tools.remote.caucho.burlap
 

Classes in mx4j.tools.remote.caucho.burlap that implement HTTPConnection
 class BurlapClientInvoker
           
 

Uses of HTTPConnection in mx4j.tools.remote.caucho.hessian
 

Classes in mx4j.tools.remote.caucho.hessian that implement HTTPConnection
 class HessianClientInvoker
           
 

Uses of HTTPConnection in mx4j.tools.remote.http
 

Classes in mx4j.tools.remote.http that implement HTTPConnection
 class HTTPClientInvoker
           
 class HTTPConnectionHandler
           
 class HTTPServerInvoker
          Implementation of the HTTPConnector interface that forwards the calls to an MBeanServerConnection object.
 class HTTPService
           
 

Methods in mx4j.tools.remote.http that return HTTPConnection
static HTTPConnection HTTPSubjectInvoker.newInstance(HTTPConnection target, javax.security.auth.Subject subject, java.security.AccessControlContext context, java.util.Map environment)
           
protected  HTTPConnection HTTPConnector.getHTTPConnection()
           
protected abstract  HTTPConnection HTTPClientInvoker.getService()
           
 

Methods in mx4j.tools.remote.http with parameters of type HTTPConnection
static HTTPConnection HTTPSubjectInvoker.newInstance(HTTPConnection target, javax.security.auth.Subject subject, java.security.AccessControlContext context, java.util.Map environment)
           
protected  HeartBeat HTTPConnector.createHeartBeat(HTTPConnection connection, ConnectionNotificationEmitter emitter, java.util.Map environment)
           
protected  RemoteNotificationClientHandler HTTPConnector.createRemoteNotificationClientHandler(HTTPConnection connection, ConnectionNotificationEmitter emitter, HeartBeat heartbeat, java.util.Map environment)
           
 

Constructors in mx4j.tools.remote.http with parameters of type HTTPConnection
HTTPRemoteNotificationClientHandler(HTTPConnection connection, ConnectionNotificationEmitter emitter, HeartBeat heartbeat, java.util.Map environment)
           
HTTPHeartBeat(HTTPConnection connection, ConnectionNotificationEmitter emitter, java.util.Map environment)
           
 

Uses of HTTPConnection in mx4j.tools.remote.soap
 

Classes in mx4j.tools.remote.soap that implement HTTPConnection
 class SOAPClientInvoker
           
 class SOAPService
          The server-side service (the WebService actually) where remote calls end up after being parsed by Axis.
 class SSLSOAPService
          This 'pivot' is the one to be used when the invocation is uses the https protocol
 



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