djencks 2005/08/21 03:36:30
Modified: modules/core/src/java/org/openejb/server/soap
SoapHttpListener.java
Log:
GERONIMO-666. Enable virtual host[] support for ejb web services
Revision Changes Path
1.12 +2 -2
openejb/modules/core/src/java/org/openejb/server/soap/SoapHttpListener.java
Index: SoapHttpListener.java
===================================================================
RCS file:
/home/projects/openejb/scm/openejb/modules/core/src/java/org/openejb/server/soap/SoapHttpListener.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- SoapHttpListener.java 17 May 2005 00:29:26 -0000 1.11
+++ SoapHttpListener.java 21 Aug 2005 07:36:30 -0000 1.12
@@ -102,7 +102,7 @@
}
- public void addWebService(String contextPath, WebServiceContainer
webServiceContainer, String securityRealmName, String realmName, String
transportGuarantee, String authMethod, ClassLoader classLoader) throws
Exception {
+ public void addWebService(String contextPath, String[] virtualHosts,
WebServiceContainer webServiceContainer, String securityRealmName, String
realmName, String transportGuarantee, String authMethod, ClassLoader
classLoader) throws Exception {
contextPathToWSMap.put(contextPath, webServiceContainer);
}