站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

Uses of Class org.apache.axis.server.AxisServer (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


Uses of Class
org.apache.axis.server.AxisServer

Packages that use AxisServer
org.apache.axis.server   
org.apache.axis.transport.http   
org.apache.axis.transport.jms   
org.apache.axis.transport.local   
 

Uses of AxisServer in org.apache.axis.server
 

Methods in org.apache.axis.server that return AxisServer
 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)
           
 

Uses of AxisServer in org.apache.axis.transport.http
 

Fields in org.apache.axis.transport.http declared as AxisServer
protected  AxisServer AxisServletBase.axisServer
          per-instance cache of the axis server
 

Methods in org.apache.axis.transport.http that return AxisServer
protected static AxisServer SimpleAxisServer.getAxisServer()
           
 AxisServer AxisServletBase.getEngine()
          get the engine for this servlet from cache or context
static 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
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
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.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.