org.jboss.webservice.server
Class ServerEngine

java.lang.Object
  extended by org.jboss.axis.handlers.BasicHandler
      extended by org.jboss.axis.AxisEngine
          extended by org.jboss.axis.server.AxisServer
              extended by org.jboss.webservice.server.ServerEngine
All Implemented Interfaces:
org.jboss.axis.Handler

public class ServerEngine
extends org.jboss.axis.server.AxisServer

The ws4ee server engine.

Note, this instance is shared by all deployed web services.

Since:
15-April-2004
Author:
Thomas.Diesler@jboss.org

Field Summary
 
Fields inherited from class org.jboss.axis.AxisEngine
_hasSafePassword, config, DEFAULT_ATTACHMENT_IMPL, ENV_ATTACHMENT_DIR, ENV_SERVLET_CONTEXT, ENV_SERVLET_REALPATH, PROP_ATTACHMENT_CLEANUP, PROP_ATTACHMENT_DIR, PROP_ATTACHMENT_IMPLEMENTATION, PROP_DEBUG_FILE, PROP_DEBUG_LEVEL, PROP_DEFAULT_CONFIG_CLASS, PROP_DOMULTIREFS, PROP_PASSWORD, PROP_SEND_MINIMIZED_ELEMENTS, PROP_SEND_XSI, PROP_SOAP_ALLOWED_VERSION, PROP_SOAP_VERSION, PROP_SYNC_CONFIG, PROP_TWOD_ARRAY_ENCODING, PROP_XML_DECL, PROP_XML_ENCODING, shouldSaveConfig
 
Fields inherited from class org.jboss.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
ServerEngine(org.jboss.axis.EngineConfiguration config)
          Construct an AxisServer with a given configuration.
 
Method Summary
 void invoke(org.jboss.axis.MessageContext msgContext)
          Main routine of the AXIS server.
 
Methods inherited from class org.jboss.axis.server.AxisServer
generateWSDL, getClientEngine, getServer, isRunning, start, stop
 
Methods inherited from class org.jboss.axis.AxisEngine
addActorURI, cleanup, getActorURIs, getApplicationSession, getClassCache, getConfig, getCurrentMessageContext, getGlobalRequest, getGlobalResponse, getHandler, getService, getTransport, getTypeMappingRegistry, hasSafePassword, init, normaliseOptions, refreshGlobalOptions, removeActorURI, saveConfiguration, setAdminPassword, setCurrentMessageContext, setShouldSaveConfig
 
Methods inherited from class org.jboss.axis.handlers.BasicHandler
canHandleBlock, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerEngine

public ServerEngine(org.jboss.axis.EngineConfiguration config)
Construct an AxisServer with a given configuration.

Method Detail

invoke

public void invoke(org.jboss.axis.MessageContext msgContext)
            throws org.jboss.axis.AxisFault
Main routine of the AXIS server. In short we locate the appropriate handler for the desired service and invoke() it.

Specified by:
invoke in interface org.jboss.axis.Handler
Overrides:
invoke in class org.jboss.axis.server.AxisServer
Throws:
org.jboss.axis.AxisFault


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.