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 AxisServerServiceAdmin. 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 voidServiceAdmin. 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 AxisServerAxisServer. getServer(java.util.Map environment)AxisServerAxisServerFactory. getServer(java.util.Map environment)AxisServerDefaultAxisServerFactory. getServer(java.util.Map environment)Get an AxisServer.AxisServerJNDIAxisServerFactory. 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 AxisServerAxisServletBase. axisServerper-instance cache of the axis serverMethods in org.apache.axis.transport.http that return AxisServer Modifier and Type Method Description AxisServerSimpleAxisServer. getAxisServer()demand create an axis server; return an existing one if one exists.AxisServerAxisServletBase. getEngine()get the engine for this servlet from cache or contextstatic AxisServerAxisServletBase. 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 AxisServerSimpleJMSListener. 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 AxisServerMailServer. getAxisServer()
-