org.apache.openejb.server.axis
Class AxisWsContainer
java.lang.Object
org.apache.openejb.server.axis.AxisWsContainer
- All Implemented Interfaces:
- HttpListener
public class AxisWsContainer
- extends Object
- implements HttpListener
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
AxisWsContainer
public AxisWsContainer(URL wsdlURL,
org.apache.axis.handlers.soap.SOAPService service,
Map wsdlMap,
ClassLoader classLoader)
onMessage
public void onMessage(HttpRequest request,
HttpResponse response)
throws Exception
- Specified by:
onMessage
in interface HttpListener
- Throws:
Exception
doService
protected void doService(HttpRequest req,
HttpResponse res)
throws Exception
- Throws:
Exception
getWsdl
public void getWsdl(HttpRequest request,
HttpResponse response)
throws Exception
- Throws:
Exception
destroy
public void destroy()
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.