|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AxisServer | |
org.apache.axis.server | |
org.apache.axis.transport.http | |
org.apache.axis.transport.local |
Uses of AxisServer in org.apache.axis.server |
Methods in org.apache.axis.server that return AxisServer | |
AxisServer |
AxisServerFactory.getServer(java.util.Map environment)
|
static AxisServer |
AxisServer.getServer(java.util.Map environment)
|
AxisServer |
JNDIAxisServerFactory.getServer(java.util.Map environment)
Obtain an AxisServer reference, using JNDI if possible, otherwise creating one using the standard Axis configuration pattern. |
AxisServer |
DefaultAxisServerFactory.getServer(java.util.Map environment)
Get an AxisServer. |
Uses of AxisServer in org.apache.axis.transport.http |
Methods in org.apache.axis.transport.http that return AxisServer | |
AxisServer |
AdminServlet.getEngine()
|
AxisServer |
AxisServlet.getEngine()
|
static AxisServer |
AxisServlet.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.local |
Constructors in org.apache.axis.transport.local with parameters of type AxisServer | |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |