Uses of Class
org.apache.muse.osgi.soa.core.web.WebApp

Packages that use WebApp
org.apache.muse.osgi.soa.core   
 

Uses of WebApp in org.apache.muse.osgi.soa.core
 

Methods in org.apache.muse.osgi.soa.core that return WebApp
 WebApp SOAPProvider.getWebApp(org.osgi.framework.Bundle bundle, String contextPath, boolean create)
          Gets a web application from the provider for the given context path, using the provided bundle as the location for the engine's configuration information
 WebApp SOAPProvider.getWebApp(String contextPath, boolean create)
          Gets a web application from the provider for the given context path.
 

Methods in org.apache.muse.osgi.soa.core with parameters of type WebApp
 void SOAPProvider.deployService(WebApp webApp, String srvName, Class srvClass, Object srvObject, String handlerChain)
          Deploys an Object as a WebService using the provider's default binding type.
 void SOAPProvider.deployService(WebApp webApp, String srvName, String bindingType, Class srvClass, Object srvObject, String handlerChain)
          Deploys an Object as a WebService using a specified binding type The service is deployed into the specified WebApp context
 Object SOAPProvider.getProviderDeployer(WebApp webApp)
           
 void SOAPProvider.undeployService(WebApp webApp, String srvName, Class srvClass)
           
 



Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.