org.globus.ogsa.server
Class OgsiServlet

java.lang.Object
  extended byAxisServlet
      extended byorg.globus.ogsa.server.OgsiServlet

public class OgsiServlet
extends AxisServlet

IBM Contribution. To support multiple servlet web contexts and apps hosting ogsi.

See Also:
Serialized Form

Constructor Summary
OgsiServlet()
           
 
Method Summary
 void init(ServletConfig config)
          init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OgsiServlet

public OgsiServlet()
Method Detail

init

public void init(ServletConfig config)
          throws ServletException
init

Throws:
ServletException
See Also:
Overide of servlet init method to perform any required initialization. This is being used to learn about the ogsi location and schema context. Most significant is the web context. For the standalone container environment, the server-config.wsdd can be used to specify this. When running in a servlet container the initialization parameter "ogsiLocation" and "schemaContext" can be used to over ride this.