org.apache.geronimo.webservices
Interface SoapHandler

All Known Implementing Classes:
JettyContainerImpl, TomcatContainer

public interface SoapHandler


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

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

removeWebService

void removeWebService(String contextPath)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.