blob: f7c99c06f275d99887d6ae82f4425c9304acd05c [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>SOAPProvider (Apache Axis2)</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="SOAPProvider (Apache Axis2)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SOAPProvider.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/osgi/core/SOAPProvider.html" target="_top">Frames</a></li>
<li><a href="SOAPProvider.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.apache.axis2.osgi.core</div>
<h2 title="Interface SOAPProvider" class="title">Interface SOAPProvider</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public interface <span class="strong">SOAPProvider</span></pre>
<div class="block">SOAPProvider is an interface for generic SOAP functionality.
Use this interface to register SOAPProvider services with the OSGi
runtime using the <code>BundleContext.registerService()</code> methods.</div>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#PROVIDER_MAJOR_VERSION">PROVIDER_MAJOR_VERSION</a></strong></code>
<div class="block">The major version of the SOAPProvider implementation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#PROVIDER_MINOR_VERSION">PROVIDER_MINOR_VERSION</a></strong></code>
<div class="block">The minor version of the SOAPProvider implementation.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#PROVIDER_NAME">PROVIDER_NAME</a></strong></code>
<div class="block">The name of the SOAPProvider implementation.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#deployService(java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">deployService</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)</code>
<div class="block">Deploys an Object as a WebService using the implementation's default binding type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#deployService(java.lang.String, java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">deployService</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;bindingType,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)</code>
<div class="block">Deploys an Object as a WebService using a specified binding type
The service is deployed into the provider's default application context.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#deployService(org.apache.axis2.osgi.core.web.WebApp, java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">deployService</a></strong>(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)</code>
<div class="block">Deploys an Object as a WebService using the provider's default binding type.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#deployService(org.apache.axis2.osgi.core.web.WebApp, java.lang.String, java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">deployService</a></strong>(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;bindingType,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)</code>
<div class="block">Deploys an Object as a WebService using a specified binding type
The service is deployed into the specified <code>WebApp</code> context</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#getProviderDeployer()">getProviderDeployer</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#getProviderDeployer(org.apache.axis2.osgi.core.web.WebApp)">getProviderDeployer</a></strong>(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#getProviderEngine()">getProviderEngine</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#getProviderName()">getProviderName</a></strong>()</code>
<div class="block">Getter method for the implementation's provider name.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#getProviderVersion()">getProviderVersion</a></strong>()</code>
<div class="block">Getter method for the implementation's version.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#getWebApp(org.osgi.framework.Bundle, java.lang.String, boolean)">getWebApp</a></strong>(org.osgi.framework.Bundle&nbsp;bundle,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contextPath,
boolean&nbsp;create)</code>
<div class="block">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</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#getWebApp(java.lang.String, boolean)">getWebApp</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contextPath,
boolean&nbsp;create)</code>
<div class="block">Gets a web application from the provider for the given context path.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#undeployService(java.lang.String, java.lang.Class)">undeployService</a></strong>(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/apache/axis2/osgi/core/SOAPProvider.html#undeployService(org.apache.axis2.osgi.core.web.WebApp, java.lang.String, java.lang.Class)">undeployService</a></strong>(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="PROVIDER_NAME">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROVIDER_NAME</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROVIDER_NAME</pre>
<div class="block">The name of the SOAPProvider implementation. Use this as the key when constructing
the service's properties for registration with the OSGi runtime.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.axis2.osgi.core.SOAPProvider.PROVIDER_NAME">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROVIDER_MAJOR_VERSION">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>PROVIDER_MAJOR_VERSION</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROVIDER_MAJOR_VERSION</pre>
<div class="block">The major version of the SOAPProvider implementation. Use this as the key when constructing
the service's properties for registration with the OSGi runtime.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.axis2.osgi.core.SOAPProvider.PROVIDER_MAJOR_VERSION">Constant Field Values</a></dd></dl>
</li>
</ul>
<a name="PROVIDER_MINOR_VERSION">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>PROVIDER_MINOR_VERSION</h4>
<pre>static final&nbsp;<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> PROVIDER_MINOR_VERSION</pre>
<div class="block">The minor version of the SOAPProvider implementation. Use this as the key when constructing
the service's properties for registration with the OSGi runtime.</div>
<dl><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../constant-values.html#org.apache.axis2.osgi.core.SOAPProvider.PROVIDER_MINOR_VERSION">Constant Field Values</a></dd></dl>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getProviderName()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProviderName</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderName()</pre>
<div class="block">Getter method for the implementation's provider name. This name should be the same
as the one used during the registration of the SOAPProvider service</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the Provider Name</dd></dl>
</li>
</ul>
<a name="getProviderVersion()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProviderVersion</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getProviderVersion()</pre>
<div class="block">Getter method for the implementation's version. This name should be constructed
from the major and minor versions used during registration of the SOAPProvider service.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the Provider Version</dd></dl>
</li>
</ul>
<a name="getProviderEngine()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProviderEngine</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getProviderEngine()</pre>
</li>
</ul>
<a name="getProviderDeployer()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProviderDeployer</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getProviderDeployer()</pre>
</li>
</ul>
<a name="getProviderDeployer(org.apache.axis2.osgi.core.web.WebApp)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProviderDeployer</h4>
<pre><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;getProviderDeployer(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp)</pre>
</li>
</ul>
<a name="deployService(java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deployService</h4>
<pre>void&nbsp;deployService(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block">Deploys an Object as a WebService using the implementation's default binding type.
The service is deployed into the provider's default application context.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>srvName</code> - the display name of the service</dd><dd><code>srvClass</code> - the class or interface that should be exposed. Specifying an interface
allows only the desired methods of the service object to be published.</dd><dd><code>srvObject</code> - the actual implementation</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="deployService(java.lang.String, java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deployService</h4>
<pre>void&nbsp;deployService(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;bindingType,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block">Deploys an Object as a WebService using a specified binding type
The service is deployed into the provider's default application context.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>srvName</code> - the display name of the service</dd><dd><code>bindingType</code> - the name of the desired binding type</dd><dd><code>srvClass</code> - the class or interface that should be exposed. Specifying an interface
allows only the desired methods of the service object to be published.</dd><dd><code>srvObject</code> - the actual implementation</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="deployService(org.apache.axis2.osgi.core.web.WebApp, java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deployService</h4>
<pre>void&nbsp;deployService(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block">Deploys an Object as a WebService using the provider's default binding type.
The service is deployed into the specified <code>WebApp</code> context</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>webApp</code> - the target web application context</dd><dd><code>srvName</code> - the display name of the service</dd><dd><code>srvClass</code> - the class or interface that should be exposed. Specifying an interface
allows only the desired methods of the service object to be published.</dd><dd><code>srvObject</code> - the actual implementation</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="deployService(org.apache.axis2.osgi.core.web.WebApp, java.lang.String, java.lang.String, java.lang.Class, java.lang.Object, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>deployService</h4>
<pre>void&nbsp;deployService(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;bindingType,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;srvObject,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;handlerChain)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block">Deploys an Object as a WebService using a specified binding type
The service is deployed into the specified <code>WebApp</code> context</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>webApp</code> - the target web application context</dd><dd><code>srvName</code> - the display name of the service</dd><dd><code>bindingType</code> - the name of the desired binding type</dd><dd><code>srvClass</code> - the class or interface that should be exposed. Specifying an interface
allows only the desired methods of the service object to be published.</dd><dd><code>srvObject</code> - the actual implementation</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="undeployService(java.lang.String, java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>undeployService</h4>
<pre>void&nbsp;undeployService(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="undeployService(org.apache.axis2.osgi.core.web.WebApp, java.lang.String, java.lang.Class)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>undeployService</h4>
<pre>void&nbsp;undeployService(<a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;webApp,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;srvName,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;srvClass)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="getWebApp(java.lang.String, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getWebApp</h4>
<pre><a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;getWebApp(<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contextPath,
boolean&nbsp;create)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block">Gets a web application from the provider for the given context path.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>contextPath</code> - the context path of the desired WebApp</dd><dd><code>create</code> - if <code>true</code>, create the WebApp if it does not exits.</dd>
<dt><span class="strong">Returns:</span></dt><dd>return the WebApp</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
<a name="getWebApp(org.osgi.framework.Bundle, java.lang.String, boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getWebApp</h4>
<pre><a href="../../../../../org/apache/axis2/osgi/core/web/WebApp.html" title="class in org.apache.axis2.osgi.core.web">WebApp</a>&nbsp;getWebApp(org.osgi.framework.Bundle&nbsp;bundle,
<a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;contextPath,
boolean&nbsp;create)
throws <a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></pre>
<div class="block">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</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>contextPath</code> - the context path of the desired WebApp</dd><dd><code>create</code> - if <code>true</code>, create the WebApp if it does not exits.</dd>
<dt><span class="strong">Returns:</span></dt><dd>return the WebApp</dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="http://docs.oracle.com/javase/1.5.0/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a></code></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/SOAPProvider.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/axis2/osgi/core/SOAPProvider.html" target="_top">Frames</a></li>
<li><a href="SOAPProvider.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field_summary">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field_detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>