Uses of Class
org.apache.axis.server.AxisServer
-
-
Uses of AxisServer in org.apache.axis.management
Methods in org.apache.axis.management that return AxisServer Modifier and Type Method Description static AxisServer
ServiceAdmin. getEngine()
Get the singleton engine for this management objectMethods in org.apache.axis.management with parameters of type AxisServer Modifier and Type Method Description static void
ServiceAdmin. setEngine(AxisServer axisSrv, java.lang.String name)
Set the singleton engine -
Uses of AxisServer in org.apache.axis.server
Methods in org.apache.axis.server that return AxisServer Modifier and Type Method Description static AxisServer
AxisServer. getServer(java.util.Map environment)
AxisServer
AxisServerFactory. getServer(java.util.Map environment)
AxisServer
DefaultAxisServerFactory. getServer(java.util.Map environment)
Get an AxisServer.AxisServer
JNDIAxisServerFactory. getServer(java.util.Map environment)
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 AxisServer Modifier and Type Field Description protected AxisServer
AxisServletBase. axisServer
per-instance cache of the axis serverMethods in org.apache.axis.transport.http that return AxisServer Modifier and Type Method Description AxisServer
SimpleAxisServer. getAxisServer()
demand create an axis server; return an existing one if one exists.AxisServer
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 Modifier and Type Method Description protected static AxisServer
SimpleJMSListener. getAxisServer()
-
Uses of AxisServer in org.apache.axis.transport.local
Constructors in org.apache.axis.transport.local with parameters of type AxisServer Constructor Description LocalTransport(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 Modifier and Type Method Description protected static AxisServer
MailServer. getAxisServer()
-