org.apache.openejb.server.axis
Class AxisWsContainer
java.lang.Object
org.apache.openejb.server.axis.AxisWsContainer
- All Implemented Interfaces:
- HttpListener
public class AxisWsContainer
- extends java.lang.Object
- implements HttpListener
Field Summary |
static java.lang.String |
REQUEST
|
static java.lang.String |
RESPONSE
|
static java.lang.String |
XSD_NS
|
Constructor Summary |
AxisWsContainer(java.net.URL wsdlURL,
org.apache.axis.handlers.soap.SOAPService service,
java.util.Map wsdlMap,
java.lang.ClassLoader classLoader)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST
public static final java.lang.String REQUEST
RESPONSE
public static final java.lang.String RESPONSE
XSD_NS
public static final java.lang.String XSD_NS
- See Also:
- Constant Field Values
AxisWsContainer
public AxisWsContainer(java.net.URL wsdlURL,
org.apache.axis.handlers.soap.SOAPService service,
java.util.Map wsdlMap,
java.lang.ClassLoader classLoader)
onMessage
public void onMessage(HttpRequest request,
HttpResponse response)
throws java.lang.Exception
- Specified by:
onMessage
in interface HttpListener
- Throws:
java.lang.Exception
doService
protected void doService(HttpRequest req,
HttpResponse res)
throws java.lang.Exception
- Throws:
java.lang.Exception
getWsdl
public void getWsdl(HttpRequest request,
HttpResponse response)
throws java.lang.Exception
- Throws:
java.lang.Exception
destroy
public void destroy()
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.