org.openejb.server.soap
Class SoapHttpListener
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SoapHttpListener
public SoapHttpListener()
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.