org.apache.axis.server
Class AxisServer
java.lang.Object
|
+--org.apache.axis.handlers.BasicHandler
|
+--org.apache.axis.AxisEngine
|
+--org.apache.axis.server.AxisServer
- All Implemented Interfaces:
- Handler, java.io.Serializable
- public class AxisServer
- extends AxisEngine
- Author:
- Doug Davis (dug@us.ibm.com), Glen Daniels (gdaniels@allaire.com)
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.AxisEngine |
_hasSafePassword, configProvider, myGlobalConfig, myRegistry, PROP_DEBUG_FILE, PROP_DEBUG_LEVEL, PROP_DOMULTIREFS, PROP_PASSWORD, PROP_SEND_XSI, PROP_SYNC_CONFIG, PROP_XML_DECL, shouldSaveConfig |
Methods inherited from class org.apache.axis.AxisEngine |
deployHandler, deployService, deployTransport, deployWSDD, getApplicationSession, getCurrentMessageContext, getDeploymentRegistry, getGlobalRequest, getGlobalResponse, getHandler, getService, getTransport, getTypeMappingRegistry, hasSafePassword, init, registerTypeMapping, saveConfiguration, setAdminPassword, setCurrentMessageContext, setShouldSaveConfig, undeployHandler, undeployService, undeployTransport, unregisterTypeMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AxisServer
public AxisServer()
AxisServer
public AxisServer(ConfigurationProvider provider)
getServer
public static AxisServer getServer(java.util.Map environment)
throws AxisFault
isRunning
public boolean isRunning()
start
public void start()
- Start the server.
stop
public void stop()
- Stop the server.
getClientEngine
public AxisEngine getClientEngine()
- Get this server's client engine. Create it if it does
not yet exist.
- Overrides:
getClientEngine
in class AxisEngine
invoke
public void invoke(MessageContext msgContext)
throws AxisFault
- Main routine of the AXIS server. In short we locate the appropriate
handler for the desired service and invoke() it.
- Overrides:
invoke
in class BasicHandler
generateWSDL
public void generateWSDL(MessageContext msgContext)
throws AxisFault
- Description copied from interface:
Handler
- Obtain WSDL information. Some Handlers will implement this by
merely setting properties in the MessageContext, others (providers)
will take responsibility for doing the "real work" of generating
WSDL for a given service.
- Overrides:
generateWSDL
in class BasicHandler
undo
public void undo(MessageContext msgContext)
- Description copied from class:
BasicHandler
- Must implement this in subclasses.
- Overrides:
undo
in class BasicHandler
Copyright © 2001 Apache XML Project. All Rights Reserved.