Frames | No Frames |
Methods with return type org.apache.axis.server.AxisServer | |
AxisServer |
Methods with return type org.apache.axis.server.AxisServer | |
AxisServer | AxisServer.getServer(Map environment) |
AxisServer | AxisServerFactory.getServer(Map environment) |
AxisServer | DefaultAxisServerFactory.getServer(Map environment) Get an AxisServer. |
AxisServer | JNDIAxisServerFactory.getServer(Map environment) Obtain an AxisServer reference, using JNDI if possible, otherwise
creating one using the standard Axis configuration pattern. |
Fields of type org.apache.axis.server.AxisServer | |
AxisServer | per-instance cache of the axis server
|
Methods with return type org.apache.axis.server.AxisServer | |
AxisServer | demand create an axis server; return an existing one if one exists. |
AxisServer | get the engine for this servlet from cache or context
|
AxisServer | AxisServletBase.getEngine(HttpServlet servlet) This is a uniform method of initializing AxisServer in a servlet
context. |
Constructors with parameter type org.apache.axis.server.AxisServer | |
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. |
Methods with return type org.apache.axis.server.AxisServer | |
AxisServer |
Methods with parameter type org.apache.axis.server.AxisServer | |
void | Set the singleton engine
|
Methods with return type org.apache.axis.server.AxisServer | |
AxisServer | Get the singleton engine for this management object
|