| |
|
| java.lang.Object com.rift.coad.lib.thirdparty.axis.AxisManager
AxisManager | public class AxisManager (Code) | | This object is responsible for controlling access to the axis server or
engine instance.
author: Brett Chaldecott |
Method Summary | |
public static AxisManager | getInstance() This method returns a reference to the axis manager instance. | public AxisServer | getServer() The getter for the server member variable. | public static void | init() |
getServer | public AxisServer getServer()(Code) | | The getter for the server member variable.
The instance of the axis server. |
init | public static void init() throws AxisException(Code) | | This method is responsible for instanciating a new
|
|
|
|