|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebApp | |
---|---|
org.apache.axis2.osgi.core |
Uses of WebApp in org.apache.axis2.osgi.core |
---|
Methods in org.apache.axis2.osgi.core that return WebApp | |
---|---|
WebApp |
SOAPProvider.getWebApp(org.osgi.framework.Bundle bundle,
java.lang.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(java.lang.String contextPath,
boolean create)
Gets a web application from the provider for the given context path. |
Methods in org.apache.axis2.osgi.core with parameters of type WebApp | |
---|---|
void |
SOAPProvider.deployService(WebApp webApp,
java.lang.String srvName,
java.lang.Class srvClass,
java.lang.Object srvObject,
java.lang.String handlerChain)
Deploys an Object as a WebService using the provider's default binding type. |
void |
SOAPProvider.deployService(WebApp webApp,
java.lang.String srvName,
java.lang.String bindingType,
java.lang.Class srvClass,
java.lang.Object srvObject,
java.lang.String handlerChain)
Deploys an Object as a WebService using a specified binding type The service is deployed into the specified WebApp context |
java.lang.Object |
SOAPProvider.getProviderDeployer(WebApp webApp)
|
void |
SOAPProvider.undeployService(WebApp webApp,
java.lang.String srvName,
java.lang.Class srvClass)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |