mx4j.tools.remote.soap

Class SOAPService

Implemented Interfaces:
HTTPConnection, JMXConnection
Known Direct Subclasses:
SSLSOAPService

public class SOAPService
extends HTTPService

The server-side service (the WebService actually) where remote calls end up after being parsed by Axis. This is, in Axis jargon, the 'pivot' of the invocation chain. It is used in the Axis deployment descriptor, and as such must be a public class.
Version:
$Revision: 1.3 $

Method Summary

protected String
findConnectionId()
protected String
findRequestURL()
protected String
getProtocol()

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

addConnection, addNotificationListener, addNotificationListener, close, connect, createMBean, createMBean, fetchNotifications, findConnection, findConnectionId, findJMXServiceURL, findRequestURL, getAttribute, getAttributes, getConnectionId, getDefaultDomain, getDomains, getLogger, getMBeanCount, getMBeanInfo, getObjectInstance, getProtocol, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeConnection, removeNotificationListener, removeNotificationListener, removeNotificationListeners, setAttribute, setAttributes, unregisterMBean

Method Details

findConnectionId

protected String findConnectionId()
Overrides:
findConnectionId in interface HTTPService

findRequestURL

protected String findRequestURL()
Overrides:
findRequestURL in interface HTTPService

getProtocol

protected String getProtocol()
Overrides:
getProtocol in interface HTTPService

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