mx4j.tools.remote.resolver.soap
Class SOAPResolver

java.lang.Object
  extended bymx4j.remote.ProviderHelper
      extended bymx4j.remote.ConnectionResolver
          extended bymx4j.tools.remote.http.HTTPResolver
              extended bymx4j.tools.remote.resolver.soap.SOAPResolver

public class SOAPResolver
extends HTTPResolver

Version:
$Revision: 1.10 $

Constructor Summary
SOAPResolver()
           
 
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, 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

SOAPResolver

public SOAPResolver()
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-2003 MX4J Team. All Rights Reserved.