org.apache.geronimo.axis.server
Class AxisWebServiceContainer

java.lang.Object
  extended by org.apache.geronimo.axis.server.AxisWebServiceContainer
All Implemented Interfaces:
Serializable, WebServiceContainer

public class AxisWebServiceContainer
extends Object
implements WebServiceContainer

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.geronimo.webservices.WebServiceContainer
WebServiceContainer.Request, WebServiceContainer.Response
 
Field Summary
static String REQUEST
           
static String RESPONSE
           
static String XSD_NS
           
 
Fields inherited from interface org.apache.geronimo.webservices.WebServiceContainer
LOCATION_REPLACEMENT_TOKEN, MESSAGE_CONTEXT, POJO_INSTANCE, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE
 
Constructor Summary
AxisWebServiceContainer(URI location, URI wsdlURL, org.apache.axis.handlers.soap.SOAPService service, Map wsdlMap, ClassLoader classLoader)
           
 
Method Summary
 void destroy()
           
protected  void doService(WebServiceContainer.Request req, WebServiceContainer.Response res)
           
 URI getLocation()
           
 void getWsdl(WebServiceContainer.Request request, WebServiceContainer.Response response)
           
 void invoke(WebServiceContainer.Request req, WebServiceContainer.Response res)
           
protected  Object readResolve()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST

public static final String REQUEST

RESPONSE

public static final String RESPONSE

XSD_NS

public static final String XSD_NS
See Also:
Constant Field Values
Constructor Detail

AxisWebServiceContainer

public AxisWebServiceContainer(URI location,
                               URI wsdlURL,
                               org.apache.axis.handlers.soap.SOAPService service,
                               Map wsdlMap,
                               ClassLoader classLoader)
Method Detail

invoke

public void invoke(WebServiceContainer.Request req,
                   WebServiceContainer.Response res)
            throws Exception
Specified by:
invoke in interface WebServiceContainer
Throws:
Exception

doService

protected void doService(WebServiceContainer.Request req,
                         WebServiceContainer.Response res)
                  throws Exception
Throws:
Exception

getWsdl

public void getWsdl(WebServiceContainer.Request request,
                    WebServiceContainer.Response response)
             throws Exception
Specified by:
getWsdl in interface WebServiceContainer
Throws:
Exception

destroy

public void destroy()
Specified by:
destroy in interface WebServiceContainer

getLocation

public URI getLocation()

readResolve

protected Object readResolve()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.