org.apache.geronimo.axis.server
Class AxisWebServiceContainer
java.lang.Object
org.apache.geronimo.axis.server.AxisWebServiceContainer
- All Implemented Interfaces:
- Serializable, WebServiceContainer
public class AxisWebServiceContainer
- extends Object
- implements WebServiceContainer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AxisWebServiceContainer
public AxisWebServiceContainer(URI location,
URI wsdlURL,
org.apache.axis.handlers.soap.SOAPService service,
Map wsdlMap,
ClassLoader classLoader)
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.