Package | Description |
---|---|
mx4j.tools.remote.caucho | |
mx4j.tools.remote.caucho.burlap | |
mx4j.tools.remote.caucho.hessian | |
mx4j.tools.remote.http | |
mx4j.tools.remote.soap |
Modifier and Type | Class and Description |
---|---|
class |
CauchoClientInvoker |
class |
CauchoService |
Modifier and Type | Method and Description |
---|---|
protected HTTPConnection |
CauchoClientInvoker.getService() |
Modifier and Type | Class and Description |
---|---|
class |
BurlapClientInvoker |
Modifier and Type | Class and Description |
---|---|
class |
HessianClientInvoker |
Modifier and Type | Class and Description |
---|---|
class |
HTTPClientInvoker |
class |
HTTPConnectionHandler |
class |
HTTPServerInvoker
Implementation of the HTTPConnector interface that forwards the calls
to an MBeanServerConnection object.
|
class |
HTTPService |
Modifier and Type | Method and Description |
---|---|
protected HTTPConnection |
HTTPConnector.getHTTPConnection() |
protected abstract HTTPConnection |
HTTPClientInvoker.getService() |
static HTTPConnection |
HTTPSubjectInvoker.newInstance(HTTPConnection target,
javax.security.auth.Subject subject,
java.security.AccessControlContext context,
java.util.Map environment) |
Modifier and Type | Method and Description |
---|---|
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) |
static HTTPConnection |
HTTPSubjectInvoker.newInstance(HTTPConnection target,
javax.security.auth.Subject subject,
java.security.AccessControlContext context,
java.util.Map environment) |
Constructor and Description |
---|
HTTPHeartBeat(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
java.util.Map environment) |
HTTPRemoteNotificationClientHandler(HTTPConnection connection,
ConnectionNotificationEmitter emitter,
HeartBeat heartbeat,
java.util.Map environment) |
Modifier and Type | Class and Description |
---|---|
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
|