mx4j.tools.remote.soap

Class SOAPService

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 StringfindConnectionId()
protected StringfindRequestURL()
protected StringgetProtocol()

Method Detail

findConnectionId

protected String findConnectionId()

findRequestURL

protected String findRequestURL()

getProtocol

protected String getProtocol()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.