org.apache.geronimo.webservices
Interface SoapHandler


public interface SoapHandler

Version:
$Rev: 355877 $ $Date: 2005-12-11 03:48:27 +0100 (Sun, 11 Dec 2005) $

Method Summary
 void addWebService(String contextPath, String[] virtualHosts, WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader)
           
 void removeWebService(String contextPath)
           
 

Method Detail

addWebService

public void addWebService(String contextPath,
                          String[] virtualHosts,
                          WebServiceContainer webServiceContainer,
                          String securityRealmName,
                          String realmName,
                          String transportGuarantee,
                          String authMethod,
                          ClassLoader classLoader)
                   throws Exception
Throws:
Exception

removeWebService

public void removeWebService(String contextPath)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.