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 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)
           
 
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 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
Constructor Detail

AxisWsContainer

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

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.