org.openejb.server.soap
Class SoapHttpListener

java.lang.Object
  extended byorg.openejb.server.soap.SoapHttpListener
All Implemented Interfaces:
HttpListener, org.apache.geronimo.webservices.SoapHandler

public class SoapHttpListener
extends Object
implements HttpListener, org.apache.geronimo.webservices.SoapHandler


Nested Class Summary
static class SoapHttpListener.RequestAdapter
           
static class SoapHttpListener.ResponseAdapter
           
 
Constructor Summary
SoapHttpListener()
           
 
Method Summary
 void addWebService(String contextPath, String[] virtualHosts, org.apache.geronimo.webservices.WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 void onMessage(HttpRequest req, HttpResponse res)
           
 void removeWebService(String contextPath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoapHttpListener

public SoapHttpListener()
Method Detail

onMessage

public void onMessage(HttpRequest req,
                      HttpResponse res)
               throws IOException
Specified by:
onMessage in interface HttpListener
Throws:
IOException

addWebService

public void addWebService(String contextPath,
                          String[] virtualHosts,
                          org.apache.geronimo.webservices.WebServiceContainer webServiceContainer,
                          String securityRealmName,
                          String realmName,
                          String transportGuarantee,
                          String authMethod,
                          ClassLoader classLoader)
                   throws Exception
Specified by:
addWebService in interface org.apache.geronimo.webservices.SoapHandler
Throws:
Exception

removeWebService

public void removeWebService(String contextPath)
Specified by:
removeWebService in interface org.apache.geronimo.webservices.SoapHandler


Copyright © 1999-2006 OpenEJB. All Rights Reserved.