Modifier and Type | Method and Description |
---|---|
static AxisServer |
ServiceAdmin.getEngine()
Get the singleton engine for this management object
|
Modifier and Type | Method and Description |
---|---|
static void |
ServiceAdmin.setEngine(AxisServer axisSrv,
String name)
Set the singleton engine
|
Modifier and Type | Method and Description |
---|---|
AxisServer |
JNDIAxisServerFactory.getServer(Map environment)
Obtain an AxisServer reference, using JNDI if possible, otherwise
creating one using the standard Axis configuration pattern.
|
AxisServer |
DefaultAxisServerFactory.getServer(Map environment)
Get an AxisServer.
|
AxisServer |
AxisServerFactory.getServer(Map environment) |
static AxisServer |
AxisServer.getServer(Map environment) |
Modifier and Type | Field and Description |
---|---|
protected AxisServer |
AxisServletBase.axisServer
per-instance cache of the axis server
|
Modifier and Type | Method and 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 context
|
static AxisServer |
AxisServletBase.getEngine(HttpServlet servlet)
This is a uniform method of initializing AxisServer in a servlet
context.
|
Modifier and Type | Method and Description |
---|---|
protected static AxisServer |
SimpleJMSListener.getAxisServer() |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
protected static AxisServer |
MailServer.getAxisServer() |
Copyright © The Apache Software Foundation. All Rights Reserved.