blob: ce5d668195b645917e250ae9f5e27cb2f57295b9 [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>Uses of Class javax.xml.rpc.ServiceException (Apache Axis)</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="Uses of Class javax.xml.rpc.ServiceException (Apache Axis)";
}
//-->
</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><a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">Class</a></li>
<li class="navBarCell1Rev">Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javax/xml/rpc/class-use/ServiceException.html" target="_top">Frames</a></li>
<li><a href="ServiceException.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class javax.xml.rpc.ServiceException" class="title">Uses of Class<br>javax.xml.rpc.ServiceException</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#javax.xml.rpc">javax.xml.rpc</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#javax.xml.rpc.server">javax.xml.rpc.server</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.axis.client">org.apache.axis.client</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="javax.xml.rpc">
<!-- -->
</a>
<h3>Uses of <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a> in <a href="../../../../javax/xml/rpc/package-summary.html">javax.xml.rpc</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javax/xml/rpc/package-summary.html">javax.xml.rpc</a> that throw <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#createCall()">createCall</a></strong>()</code>
<div class="block">Creates a <code>Call</code> object not associated with
specific operation or target service endpoint.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#createCall(javax.xml.namespace.QName)">createCall</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName)</code>
<div class="block">Creates a <code>Call</code> instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#createCall(javax.xml.namespace.QName,%20javax.xml.namespace.QName)">createCall</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;operationName)</code>
<div class="block">Creates a <code>Call</code> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#createCall(javax.xml.namespace.QName,%20java.lang.String)">createCall</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationName)</code>
<div class="block">Creates a <code>Call</code> instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../javax/xml/rpc/ServiceFactory.html#createService(javax.xml.namespace.QName)">createService</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Create a <code>Service</code> instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../javax/xml/rpc/ServiceFactory.html#createService(java.net.URL,%20javax.xml.namespace.QName)">createService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlDocumentLocation,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Create a <code>Service</code> instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a>[]</code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#getCalls(javax.xml.namespace.QName)">getCalls</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName)</code>
<div class="block">Gets an array of preconfigured <code>Call</code> objects for
invoking operations on the specified port.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#getPort(java.lang.Class)">getPort</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;serviceEndpointInterface)</code>
<div class="block">The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#getPort(javax.xml.namespace.QName,%20java.lang.Class)">getPort</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;serviceEndpointInterface)</code>
<div class="block">The getPort method returns either an instance of a generated
stub implementation class or a dynamic proxy.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../javax/xml/rpc/Service.html#getPorts()">getPorts</a></strong>()</code>
<div class="block">Returns an <code>Iterator</code> for the list of
<code>QName</code>s of service endpoints grouped by this
service.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../javax/xml/rpc/ServiceFactory.html#loadService(java.lang.Class)">loadService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;class1)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../javax/xml/rpc/ServiceFactory.html#loadService(java.net.URL,%20java.lang.Class,%20java.util.Properties)">loadService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;class1,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../javax/xml/rpc/ServiceFactory.html#loadService(java.net.URL,%20javax.xml.namespace.QName,%20java.util.Properties)">loadService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;url,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;qname,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../javax/xml/rpc/ServiceFactory.html" title="class in javax.xml.rpc">ServiceFactory</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../javax/xml/rpc/ServiceFactory.html#newInstance()">newInstance</a></strong>()</code>
<div class="block">Gets an instance of the <code>ServiceFactory</code>
Only one copy of a factory exists and is returned to the
application each time this method is called.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="javax.xml.rpc.server">
<!-- -->
</a>
<h3>Uses of <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a> in <a href="../../../../javax/xml/rpc/server/package-summary.html">javax.xml.rpc.server</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../javax/xml/rpc/server/package-summary.html">javax.xml.rpc.server</a> that throw <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">ServiceLifecycle.</span><code><strong><a href="../../../../javax/xml/rpc/server/ServiceLifecycle.html#init(java.lang.Object)">init</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;context)</code>
<div class="block">Used for initialization of a service endpoint.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.apache.axis.client">
<!-- -->
</a>
<h3>Uses of <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a> in <a href="../../../../org/apache/axis/client/package-summary.html">org.apache.axis.client</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/apache/axis/client/package-summary.html">org.apache.axis.client</a> that throw <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a></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>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/axis/client/Call.html" title="class in org.apache.axis.client">Call</a></code></td>
<td class="colLast"><span class="strong">Stub.</span><code><strong><a href="../../../../org/apache/axis/client/Stub.html#_createCall()">_createCall</a></strong>()</code>
<div class="block">Creates a call from the service.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#createCall()">createCall</a></strong>()</code>
<div class="block">Creates a new Call object with no prefilled data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#createCall(javax.xml.namespace.QName)">createCall</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName)</code>
<div class="block">Creates a new Call object - will prefill as much info from the WSDL
as it can.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#createCall(javax.xml.namespace.QName,%20javax.xml.namespace.QName)">createCall</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;operationName)</code>
<div class="block">Creates a new Call object - will prefill as much info from the WSDL
as it can.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#createCall(javax.xml.namespace.QName,%20java.lang.String)">createCall</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;operationName)</code>
<div class="block">Creates a new Call object - will prefill as much info from the WSDL
as it can.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../org/apache/axis/client/ServiceFactory.html#createService(javax.xml.namespace.QName)">createService</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Create a Service instance.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../org/apache/axis/client/ServiceFactory.html#createService(java.net.URL,%20javax.xml.namespace.QName)">createService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlDocumentLocation,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Create a Service instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Call.html" title="interface in javax.xml.rpc">Call</a>[]</code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#getCalls(javax.xml.namespace.QName)">getCalls</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName)</code>
<div class="block">Gets an array of preconfigured Call objects for invoking operations
on the specified port.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#getPort(java.lang.Class)">getPort</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;proxyInterface)</code>
<div class="block">Return a dynamic proxy for the given proxy interface.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#getPort(javax.xml.namespace.QName,%20java.lang.Class)">getPort</a></strong>(<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;portName,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;proxyInterface)</code>
<div class="block">Return either an instance of a generated stub, if it can be
found, or a dynamic proxy for the given proxy interface.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/rmi/Remote.html?is-external=true" title="class or interface in java.rmi">Remote</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#getPort(java.lang.String,%20java.lang.Class)">getPort</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;endpoint,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;proxyInterface)</code>
<div class="block">Return an object which acts as a dynamic proxy for the passed
interface class.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util">Iterator</a></code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#getPorts()">getPorts</a></strong>()</code>
<div class="block">Returns an <code>Iterator</code> for the list of
<code>QName</code>s of service endpoints grouped by this
service</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../org/apache/axis/client/ServiceFactory.html#loadService(java.lang.Class)">loadService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;serviceInterface)</code>
<div class="block">Create an instance of the generated service implementation class
for a given service interface, if available.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../org/apache/axis/client/ServiceFactory.html#loadService(java.net.URL,%20java.lang.Class,%20java.util.Properties)">loadService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlDocumentLocation,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&nbsp;serviceInterface,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>
<div class="block">Create an instance of the generated service implementation class
for a given service interface, if available.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../javax/xml/rpc/Service.html" title="interface in javax.xml.rpc">Service</a></code></td>
<td class="colLast"><span class="strong">ServiceFactory.</span><code><strong><a href="../../../../org/apache/axis/client/ServiceFactory.html#loadService(java.net.URL,%20javax.xml.namespace.QName,%20java.util.Properties)">loadService</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlDocumentLocation,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName,
<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</a>&nbsp;properties)</code>
<div class="block">Create an instance of the generated service implementation class
for a given service, if available.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><span class="strong">Service.</span><code><strong><a href="../../../../org/apache/axis/client/Service.html#setTypeMappingRegistry(javax.xml.rpc.encoding.TypeMappingRegistry)">setTypeMappingRegistry</a></strong>(<a href="../../../../javax/xml/rpc/encoding/TypeMappingRegistry.html" title="interface in javax.xml.rpc.encoding">TypeMappingRegistry</a>&nbsp;registry)</code>
<div class="block">Defines the current Type Mappig Registry.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../org/apache/axis/client/package-summary.html">org.apache.axis.client</a> that throw <a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">ServiceException</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/client/AdminClient.html#AdminClient(boolean)">AdminClient</a></strong>(boolean&nbsp;ignored)</code>
<div class="block">this is a somwhat contrived variant constructor, one that throws an exception
if things go wrong.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/client/Service.html#Service(java.io.InputStream,%20javax.xml.namespace.QName)">Service</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;wsdlInputStream,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Constructs a new Service object for the service in the WSDL document
in the wsdlInputStream and serviceName parameters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/client/Service.html#Service(org.apache.axis.wsdl.gen.Parser,%20javax.xml.namespace.QName)">Service</a></strong>(<a href="../../../../org/apache/axis/wsdl/gen/Parser.html" title="class in org.apache.axis.wsdl.gen">Parser</a>&nbsp;parser,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Constructs a new Service object for the service in the WSDL document</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/client/Service.html#Service(java.lang.String,%20javax.xml.namespace.QName)">Service</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;wsdlLocation,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Constructs a new Service object for the service in the WSDL document
pointed to by the wsdlLocation and serviceName parameters.</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../org/apache/axis/client/Service.html#Service(java.net.URL,%20javax.xml.namespace.QName)">Service</a></strong>(<a href="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;wsdlDoc,
<a href="../../../../javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</a>&nbsp;serviceName)</code>
<div class="block">Constructs a new Service object for the service in the WSDL document
pointed to by the wsdlDoc URL and serviceName parameters.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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><a href="../../../../javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">Class</a></li>
<li class="navBarCell1Rev">Use</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</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?javax/xml/rpc/class-use/ServiceException.html" target="_top">Frames</a></li>
<li><a href="ServiceException.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>