Uses of Class
org.apache.axis.server.AxisServer
Packages that use AxisServer
Package
Description
-
Uses of AxisServer in org.apache.axis.management
Methods in org.apache.axis.management that return AxisServerModifier and TypeMethodDescriptionstatic AxisServer
ServiceAdmin.getEngine()
Get the singleton engine for this management objectMethods in org.apache.axis.management with parameters of type AxisServerModifier and TypeMethodDescriptionstatic void
ServiceAdmin.setEngine
(AxisServer axisSrv, String name) Set the singleton engine -
Uses of AxisServer in org.apache.axis.server
Methods in org.apache.axis.server that return AxisServerModifier and TypeMethodDescriptionstatic AxisServer
Get an AxisServer.Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern. -
Uses of AxisServer in org.apache.axis.transport.http
Fields in org.apache.axis.transport.http declared as AxisServerModifier and TypeFieldDescriptionprotected AxisServer
AxisServletBase.axisServer
per-instance cache of the axis serverMethods in org.apache.axis.transport.http that return AxisServerModifier and TypeMethodDescriptionSimpleAxisServer.getAxisServer()
demand create an axis server; return an existing one if one exists.AxisServletBase.getEngine()
get the engine for this servlet from cache or contextstatic AxisServer
AxisServletBase.getEngine
(javax.servlet.http.HttpServlet servlet) This is a uniform method of initializing AxisServer in a servlet context. -
Uses of AxisServer in org.apache.axis.transport.jms
Methods in org.apache.axis.transport.jms that return AxisServer -
Uses of AxisServer in org.apache.axis.transport.local
Constructors in org.apache.axis.transport.local with parameters of type AxisServerModifierConstructorDescriptionLocalTransport
(AxisServer server) Use this constructor if you have a particular server kicking around (perhaps which you've already deployed useful stuff into) which you'd like to use. -
Uses of AxisServer in org.apache.axis.transport.mail
Methods in org.apache.axis.transport.mail that return AxisServer