mx4j.tools.remote.resolver.soap
Class Resolver

java.lang.Object
  extended bymx4j.remote.ProviderHelper
      extended bymx4j.remote.ConnectionResolver
          extended bymx4j.tools.remote.http.HTTPResolver
              extended bymx4j.tools.remote.resolver.soap.Resolver
Direct Known 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
 
Constructor Summary
Resolver()
           
 
Method Summary
protected  void deploy(javax.management.remote.JMXServiceURL address, java.util.Map environment)
           
protected  java.lang.String getServletClassName()
           
 java.lang.Object lookupClient(javax.management.remote.JMXServiceURL address, java.util.Map environment)
          Looks up a connection with the server side as specified in the given JMXServiceURL.
protected  void undeploy(javax.management.remote.JMXServiceURL address, java.util.Map environment)
           
 
Methods inherited from class mx4j.tools.remote.http.HTTPResolver
bindClient, bindServer, createServer, createWebContainer, destroyServer, getEndpoint, getEndpointProtocol, unbindServer
 
Methods inherited from class mx4j.remote.ConnectionResolver
newConnectionResolver
 
Methods inherited from class mx4j.remote.ProviderHelper
constructClassName, findSystemPackageList, getLogger, loadClass, normalizeProtocol
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Resolver

public Resolver()
Method Detail

lookupClient

public java.lang.Object lookupClient(javax.management.remote.JMXServiceURL address,
                                     java.util.Map environment)
                              throws java.io.IOException
Description copied from class: ConnectionResolver
Looks up a connection with the server side as specified in the given JMXServiceURL. This method is used in implementations of JMXConnector.connect().

Specified by:
lookupClient in class ConnectionResolver
Throws:
java.io.IOException
See Also:
ConnectionResolver.bindClient(java.lang.Object, java.util.Map)

getServletClassName

protected java.lang.String getServletClassName()
Specified by:
getServletClassName in class HTTPResolver

deploy

protected void deploy(javax.management.remote.JMXServiceURL address,
                      java.util.Map environment)
               throws java.io.IOException
Overrides:
deploy in class HTTPResolver
Throws:
java.io.IOException

undeploy

protected void undeploy(javax.management.remote.JMXServiceURL address,
                        java.util.Map environment)
                 throws java.io.IOException
Overrides:
undeploy in class HTTPResolver
Throws:
java.io.IOException


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