1 17 package org.apache.geronimo.webservices; 18 19 22 public interface SoapHandler { 23 24 void addWebService(String contextPath, String [] virtualHosts, WebServiceContainer webServiceContainer, String securityRealmName, String realmName, String transportGuarantee, String authMethod, ClassLoader classLoader) throws Exception ; 25 26 void removeWebService(String contextPath); 27 28 } 29 | Popular Tags |