mx4j.tools.remote.resolver.soap

Class Resolver

Known Direct Subclasses:
Resolver

public class Resolver
extends HTTPResolver

Version:
$Revision: 1.1 $

Field Summary

Fields inherited from class mx4j.tools.remote.http.HTTPResolver

DEFAULT_WEB_CONTAINER_CLASS

Method Summary

protected void
deploy(javax.management.remote.JMXServiceURL address, Map environment)
protected String
getServletClassName()
Object
lookupClient(javax.management.remote.JMXServiceURL address, Map environment)
Looks up a connection with the server side as specified in the given JMXServiceURL.
protected void
undeploy(javax.management.remote.JMXServiceURL address, Map environment)

Methods inherited from class mx4j.tools.remote.http.HTTPResolver

bindClient, bindServer, createServer, createWebContainer, deploy, destroyServer, getEndpoint, getEndpointProtocol, getServletClassName, unbindServer, undeploy

Methods inherited from class mx4j.remote.ConnectionResolver

bindClient, bindServer, createServer, destroyServer, lookupClient, newConnectionResolver, unbindServer

Methods inherited from class mx4j.remote.ProviderHelper

constructClassName, findSystemPackageList, getLogger, loadClass, normalizeProtocol

Method Details

deploy

protected void deploy(javax.management.remote.JMXServiceURL address,
                      Map environment)
            throws IOException
Overrides:
deploy in interface HTTPResolver

getServletClassName

protected String getServletClassName()
Overrides:
getServletClassName in interface HTTPResolver

lookupClient

public Object lookupClient(javax.management.remote.JMXServiceURL address,
                           Map environment)
            throws IOException
Looks up a connection with the server side as specified in the given JMXServiceURL. This method is used in implementations of javax.management.remote.JMXConnector.connect().
Overrides:
lookupClient in interface ConnectionResolver

undeploy

protected void undeploy(javax.management.remote.JMXServiceURL address,
                        Map environment)
            throws IOException
Overrides:
undeploy in interface HTTPResolver

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