org.apache.openejb.server.axis
Class AxisWsContainer

java.lang.Object
  extended by org.apache.openejb.server.axis.AxisWsContainer
All Implemented Interfaces:
HttpListener

public class AxisWsContainer
extends Object
implements HttpListener


Field Summary
static String REQUEST
           
static String RESPONSE
           
static String XSD_NS
           
 
Constructor Summary
AxisWsContainer(URL wsdlURL, org.apache.axis.handlers.soap.SOAPService service, Map wsdlMap, ClassLoader classLoader)
           
 
Method Summary
 void destroy()
           
protected  void doService(HttpRequest req, HttpResponse res)
           
 void getWsdl(HttpRequest request, HttpResponse response)
           
 void onMessage(HttpRequest request, HttpResponse response)
           
 
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

AxisWsContainer

public AxisWsContainer(URL wsdlURL,
                       org.apache.axis.handlers.soap.SOAPService service,
                       Map wsdlMap,
                       ClassLoader classLoader)
Method Detail

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.