blob: 30f93726fde713e659018071a65658fd6749a2e0 [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>AbstractJAXRSFactoryBean (Apache CXF JavaDoc 3.1.0 API)</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="AbstractJAXRSFactoryBean (Apache CXF JavaDoc 3.1.0 API)";
}
//-->
</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/AbstractJAXRSFactoryBean.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 class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/apache/cxf/jaxrs/JAXRSBinding.html" title="class in org.apache.cxf.jaxrs"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html" target="_top">Frames</a></li>
<li><a href="AbstractJAXRSFactoryBean.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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.cxf.jaxrs</div>
<h2 title="Class AbstractJAXRSFactoryBean" class="title">Class AbstractJAXRSFactoryBean</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html" title="class in org.apache.cxf.interceptor">org.apache.cxf.interceptor.AbstractBasicInterceptorProvider</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">org.apache.cxf.endpoint.AbstractEndpointFactory</a></li>
<li>
<ul class="inheritance">
<li>org.apache.cxf.jaxrs.AbstractJAXRSFactoryBean</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="../../../../org/apache/cxf/interceptor/InterceptorProvider.html" title="interface in org.apache.cxf.interceptor">InterceptorProvider</a></dd>
</dl>
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../org/apache/cxf/jaxrs/client/JAXRSClientFactoryBean.html" title="class in org.apache.cxf.jaxrs.client">JAXRSClientFactoryBean</a>, <a href="../../../../org/apache/cxf/jaxrs/JAXRSServerFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServerFactoryBean</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">AbstractJAXRSFactoryBean</span>
extends <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></pre>
<div class="block">Abstract bean holding functionality common for creating
JAX-RS Server and Client objects.</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>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#entityProviders">entityProviders</a></strong></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#schemaLocations">schemaLocations</a></strong></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#serviceFactory">serviceFactory</a></strong></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.apache.cxf.endpoint.AbstractEndpointFactory">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.apache.cxf.endpoint.<a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></h3>
<code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#address">address</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#bindingConfig">bindingConfig</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#bindingFactory">bindingFactory</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#bindingId">bindingId</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#bus">bus</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#conduitSelector">conduitSelector</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#dataBinding">dataBinding</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#destinationFactory">destinationFactory</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#endpointName">endpointName</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#endpointReference">endpointReference</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#features">features</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#properties">properties</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#publishedEndpointUrl">publishedEndpointUrl</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#serviceName">serviceName</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#transportId">transportId</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier</th>
<th class="colLast" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected </code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#AbstractJAXRSFactoryBean(org.apache.cxf.jaxrs.JAXRSServiceFactoryBean)">AbstractJAXRSFactoryBean</a></strong>(<a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a>&nbsp;serviceFactory)</code>&nbsp;</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>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#checkResources(boolean)">checkResources</a></strong>(boolean&nbsp;server)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cxf/service/model/BindingInfo.html" title="class in org.apache.cxf.service.model">BindingInfo</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#createBindingInfo()">createBindingInfo</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#createEndpoint()">createEndpoint</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../../../../org/apache/cxf/service/model/EndpointInfo.html" title="class in org.apache.cxf.service.model">EndpointInfo</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#createEndpointInfo(org.apache.cxf.service.Service)">createEndpointInfo</a></strong>(<a href="../../../../org/apache/cxf/service/Service.html" title="interface in org.apache.cxf.service">Service</a>&nbsp;service)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cxf/Bus.html" title="interface in org.apache.cxf">Bus</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#getBus()">getBus</a></strong>()</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;?&gt;</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#getProviders()">getProviders</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#getServiceFactory()">getServiceFactory</a></strong>()</code>
<div class="block">Returns the service factory</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#isValidClassResourceInfo(org.apache.cxf.jaxrs.model.ClassResourceInfo)">isValidClassResourceInfo</a></strong>(<a href="../../../../org/apache/cxf/jaxrs/model/ClassResourceInfo.html" title="class in org.apache.cxf.jaxrs.model">ClassResourceInfo</a>&nbsp;cri)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setBus(org.apache.cxf.Bus)">setBus</a></strong>(<a href="../../../../org/apache/cxf/Bus.html" title="interface in org.apache.cxf">Bus</a>&nbsp;bus)</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setDataBindingProvider(org.apache.cxf.jaxrs.provider.ProviderFactory,%20org.apache.cxf.service.Service)">setDataBindingProvider</a></strong>(<a href="../../../../org/apache/cxf/jaxrs/provider/ProviderFactory.html" title="class in org.apache.cxf.jaxrs.provider">ProviderFactory</a>&nbsp;factory,
<a href="../../../../org/apache/cxf/service/Service.html" title="interface in org.apache.cxf.service">Service</a>&nbsp;s)</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setModelBeans(java.util.List)">setModelBeans</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/cxf/jaxrs/model/UserResource.html" title="class in org.apache.cxf.jaxrs.model">UserResource</a>&gt;&nbsp;resources)</code>
<div class="block">Sets the description of root resources.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setModelBeans(org.apache.cxf.jaxrs.model.UserResource...)">setModelBeans</a></strong>(<a href="../../../../org/apache/cxf/jaxrs/model/UserResource.html" title="class in org.apache.cxf.jaxrs.model">UserResource</a>...&nbsp;resources)</code>
<div class="block">Sets the description of root resources.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setModelBeansWithServiceClass(java.util.List,%20java.lang.Class...)">setModelBeansWithServiceClass</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/cxf/jaxrs/model/UserResource.html" title="class in org.apache.cxf.jaxrs.model">UserResource</a>&gt;&nbsp;resources,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;sClasses)</code>
<div class="block">Sets the description of root resources with the list of concrete classes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setModelRef(java.lang.String)">setModelRef</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;modelRef)</code>
<div class="block">Sets a reference to the external user model,
Example: "classpath:/model/resources.xml"</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setModelRefWithServiceClass(java.lang.String,%20java.lang.Class...)">setModelRefWithServiceClass</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;modelRef,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;sClasses)</code>
<div class="block">Sets a reference to the external user model,
Example: "classpath:/model/resources.xml".</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setProvider(java.lang.Object)">setProvider</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;provider)</code>
<div class="block">Add custom JAX-RS provider to the list of providers</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setProviderComparator(java.util.Comparator)">setProviderComparator</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;?&gt;&nbsp;providerComparator)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setProviders(java.util.List)">setProviders</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;providers)</code>
<div class="block">Add custom JAX-RS providers to the list of providers</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setSchemaLocation(java.lang.String)">setSchemaLocation</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schema)</code>
<div class="block">Sets the location of the schema which can be used to validate
the incoming XML or JAXB-driven JSON.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setSchemaLocations(java.util.List)">setSchemaLocations</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemas)</code>
<div class="block">Sets the locations of the schemas which can be used to validate
the incoming XML or JAXB-driven JSON.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setServiceFactory(org.apache.cxf.jaxrs.JAXRSServiceFactoryBean)">setServiceFactory</a></strong>(<a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a>&nbsp;serviceFactory)</code>
<div class="block">Sets the custom service factory which processes
the registered classes and providers</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setServiceName(javax.xml.namespace.QName)">setServiceName</a></strong>(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;name)</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html#setupFactory(org.apache.cxf.jaxrs.provider.ProviderFactory,%20org.apache.cxf.endpoint.Endpoint)">setupFactory</a></strong>(<a href="../../../../org/apache/cxf/jaxrs/provider/ProviderFactory.html" title="class in org.apache.cxf.jaxrs.provider">ProviderFactory</a>&nbsp;factory,
<a href="../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a>&nbsp;ep)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cxf.endpoint.AbstractEndpointFactory">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cxf.endpoint.<a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></h3>
<code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#addToBeans(java.util.Collection,%20java.lang.Object)">addToBeans</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#checkPrivateEndpoint(org.apache.cxf.endpoint.Endpoint)">checkPrivateEndpoint</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getAddress()">getAddress</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getBindingConfig()">getBindingConfig</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getBindingFactory()">getBindingFactory</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getBindingId()">getBindingId</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getBus(boolean)">getBus</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getConduitSelector()">getConduitSelector</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getDataBinding()">getDataBinding</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getDestinationFactory()">getDestinationFactory</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getEndpointName()">getEndpointName</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getFeatures()">getFeatures</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getProperties()">getProperties</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getProperties(boolean)">getProperties</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getPublishedEndpointUrl()">getPublishedEndpointUrl</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getServiceName()">getServiceName</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getTransportId()">getTransportId</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#initializeAnnotationInterceptors(org.apache.cxf.interceptor.AnnotationInterceptors,%20org.apache.cxf.endpoint.Endpoint)">initializeAnnotationInterceptors</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#initializeAnnotationInterceptors(org.apache.cxf.endpoint.Endpoint,%20java.lang.Class...)">initializeAnnotationInterceptors</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#initializeAnnotationInterceptors(org.apache.cxf.endpoint.Endpoint,%20java.lang.Class)">initializeAnnotationInterceptors</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setAddress(java.lang.String)">setAddress</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setBindingConfig(org.apache.cxf.binding.BindingConfiguration)">setBindingConfig</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setBindingFactory(org.apache.cxf.binding.BindingFactory)">setBindingFactory</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setBindingId(java.lang.String)">setBindingId</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setConduitSelector(org.apache.cxf.endpoint.ConduitSelector)">setConduitSelector</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setDataBinding(org.apache.cxf.databinding.DataBinding)">setDataBinding</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setDestinationFactory(org.apache.cxf.transport.DestinationFactory)">setDestinationFactory</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setEndpointName(javax.xml.namespace.QName)">setEndpointName</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setEndpointReference(org.apache.cxf.ws.addressing.EndpointReferenceType)">setEndpointReference</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setFeatures(java.util.List)">setFeatures</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setProperties(java.util.Map)">setProperties</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setPublishedEndpointUrl(java.lang.String)">setPublishedEndpointUrl</a>, <a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setTransportId(java.lang.String)">setTransportId</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.apache.cxf.interceptor.AbstractBasicInterceptorProvider">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.apache.cxf.interceptor.<a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html" title="class in org.apache.cxf.interceptor">AbstractBasicInterceptorProvider</a></h3>
<code><a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#getInFaultInterceptors()">getInFaultInterceptors</a>, <a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#getInInterceptors()">getInInterceptors</a>, <a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#getOutFaultInterceptors()">getOutFaultInterceptors</a>, <a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#getOutInterceptors()">getOutInterceptors</a>, <a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#setInFaultInterceptors(java.util.List)">setInFaultInterceptors</a>, <a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#setInInterceptors(java.util.List)">setInInterceptors</a>, <a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#setOutFaultInterceptors(java.util.List)">setOutFaultInterceptors</a>, <a href="../../../../org/apache/cxf/interceptor/AbstractBasicInterceptorProvider.html#setOutInterceptors(java.util.List)">setOutInterceptors</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
</ul>
</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="schemaLocations">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>schemaLocations</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt; schemaLocations</pre>
</li>
</ul>
<a name="serviceFactory">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>serviceFactory</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a> serviceFactory</pre>
</li>
</ul>
<a name="entityProviders">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>entityProviders</h4>
<pre>protected&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt; entityProviders</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="AbstractJAXRSFactoryBean(org.apache.cxf.jaxrs.JAXRSServiceFactoryBean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>AbstractJAXRSFactoryBean</h4>
<pre>protected&nbsp;AbstractJAXRSFactoryBean(<a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a>&nbsp;serviceFactory)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getBus()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBus</h4>
<pre>public&nbsp;<a href="../../../../org/apache/cxf/Bus.html" title="interface in org.apache.cxf">Bus</a>&nbsp;getBus()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#getBus()">getBus</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></code></dd>
</dl>
</li>
</ul>
<a name="setServiceName(javax.xml.namespace.QName)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServiceName</h4>
<pre>public&nbsp;void&nbsp;setServiceName(<a href="http://docs.oracle.com/javase/7/docs/api/javax/xml/namespace/QName.html?is-external=true" title="class or interface in javax.xml.namespace">QName</a>&nbsp;name)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setServiceName(javax.xml.namespace.QName)">setServiceName</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></code></dd>
</dl>
</li>
</ul>
<a name="setBus(org.apache.cxf.Bus)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setBus</h4>
<pre>public&nbsp;void&nbsp;setBus(<a href="../../../../org/apache/cxf/Bus.html" title="interface in org.apache.cxf">Bus</a>&nbsp;bus)</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#setBus(org.apache.cxf.Bus)">setBus</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></code></dd>
</dl>
</li>
</ul>
<a name="createEndpointInfo(org.apache.cxf.service.Service)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEndpointInfo</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/cxf/service/model/EndpointInfo.html" title="class in org.apache.cxf.service.model">EndpointInfo</a>&nbsp;createEndpointInfo(<a href="../../../../org/apache/cxf/service/Service.html" title="interface in org.apache.cxf.service">Service</a>&nbsp;service)
throws <a href="../../../../org/apache/cxf/BusException.html" title="class in org.apache.cxf">BusException</a></pre>
<dl><dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/cxf/BusException.html" title="class in org.apache.cxf">BusException</a></code></dd></dl>
</li>
</ul>
<a name="createBindingInfo()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createBindingInfo</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/cxf/service/model/BindingInfo.html" title="class in org.apache.cxf.service.model">BindingInfo</a>&nbsp;createBindingInfo()</pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#createBindingInfo()">createBindingInfo</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></code></dd>
</dl>
</li>
</ul>
<a name="getServiceFactory()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getServiceFactory</h4>
<pre>public&nbsp;<a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a>&nbsp;getServiceFactory()</pre>
<div class="block">Returns the service factory</div>
<dl><dt><span class="strong">Returns:</span></dt><dd>the factory</dd></dl>
</li>
</ul>
<a name="setServiceFactory(org.apache.cxf.jaxrs.JAXRSServiceFactoryBean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setServiceFactory</h4>
<pre>public&nbsp;void&nbsp;setServiceFactory(<a href="../../../../org/apache/cxf/jaxrs/JAXRSServiceFactoryBean.html" title="class in org.apache.cxf.jaxrs">JAXRSServiceFactoryBean</a>&nbsp;serviceFactory)</pre>
<div class="block">Sets the custom service factory which processes
the registered classes and providers</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>serviceFactory</code> - the factory</dd></dl>
</li>
</ul>
<a name="createEndpoint()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>createEndpoint</h4>
<pre>protected&nbsp;<a href="../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a>&nbsp;createEndpoint()
throws <a href="../../../../org/apache/cxf/BusException.html" title="class in org.apache.cxf">BusException</a>,
<a href="../../../../org/apache/cxf/endpoint/EndpointException.html" title="class in org.apache.cxf.endpoint">EndpointException</a></pre>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html#createEndpoint()">createEndpoint</a></code>&nbsp;in class&nbsp;<code><a href="../../../../org/apache/cxf/endpoint/AbstractEndpointFactory.html" title="class in org.apache.cxf.endpoint">AbstractEndpointFactory</a></code></dd>
<dt><span class="strong">Throws:</span></dt>
<dd><code><a href="../../../../org/apache/cxf/BusException.html" title="class in org.apache.cxf">BusException</a></code></dd>
<dd><code><a href="../../../../org/apache/cxf/endpoint/EndpointException.html" title="class in org.apache.cxf.endpoint">EndpointException</a></code></dd></dl>
</li>
</ul>
<a name="setSchemaLocation(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSchemaLocation</h4>
<pre>public&nbsp;void&nbsp;setSchemaLocation(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;schema)</pre>
<div class="block">Sets the location of the schema which can be used to validate
the incoming XML or JAXB-driven JSON. JAX-RS MessageBodyReader implementations
which have the setSchemaLocations method accepting a list of schema locations
will be injected with this value.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>schema</code> - the schema location</dd></dl>
</li>
</ul>
<a name="setSchemaLocations(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setSchemaLocations</h4>
<pre>public&nbsp;void&nbsp;setSchemaLocations(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&gt;&nbsp;schemas)</pre>
<div class="block">Sets the locations of the schemas which can be used to validate
the incoming XML or JAXB-driven JSON. JAX-RS MessageBodyReader implementations
which have the setSchemaLocations method accepting a list of schema locations
will be injected with this value.
For example, if A.xsd imports B.xsd then both A.xsd and B.xsd need to be referenced.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>schema</code> - the schema locations</dd></dl>
</li>
</ul>
<a name="getProviders()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getProviders</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;?&gt;&nbsp;getProviders()</pre>
<dl><dt><span class="strong">Returns:</span></dt><dd>the list of custom JAX-RS providers</dd></dl>
</li>
</ul>
<a name="setProviders(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setProviders</h4>
<pre>public&nbsp;void&nbsp;setProviders(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;? extends <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&gt;&nbsp;providers)</pre>
<div class="block">Add custom JAX-RS providers to the list of providers</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>entityProviders</code> - the entityProviders</dd></dl>
</li>
</ul>
<a name="setProvider(java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setProvider</h4>
<pre>public&nbsp;void&nbsp;setProvider(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;provider)</pre>
<div class="block">Add custom JAX-RS provider to the list of providers</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>provider</code> - the custom provider.</dd></dl>
</li>
</ul>
<a name="checkResources(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>checkResources</h4>
<pre>protected&nbsp;void&nbsp;checkResources(boolean&nbsp;server)</pre>
</li>
</ul>
<a name="isValidClassResourceInfo(org.apache.cxf.jaxrs.model.ClassResourceInfo)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValidClassResourceInfo</h4>
<pre>protected&nbsp;boolean&nbsp;isValidClassResourceInfo(<a href="../../../../org/apache/cxf/jaxrs/model/ClassResourceInfo.html" title="class in org.apache.cxf.jaxrs.model">ClassResourceInfo</a>&nbsp;cri)</pre>
</li>
</ul>
<a name="setupFactory(org.apache.cxf.jaxrs.provider.ProviderFactory, org.apache.cxf.endpoint.Endpoint)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setupFactory</h4>
<pre>protected&nbsp;void&nbsp;setupFactory(<a href="../../../../org/apache/cxf/jaxrs/provider/ProviderFactory.html" title="class in org.apache.cxf.jaxrs.provider">ProviderFactory</a>&nbsp;factory,
<a href="../../../../org/apache/cxf/endpoint/Endpoint.html" title="interface in org.apache.cxf.endpoint">Endpoint</a>&nbsp;ep)</pre>
</li>
</ul>
<a name="setDataBindingProvider(org.apache.cxf.jaxrs.provider.ProviderFactory, org.apache.cxf.service.Service)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDataBindingProvider</h4>
<pre>protected&nbsp;void&nbsp;setDataBindingProvider(<a href="../../../../org/apache/cxf/jaxrs/provider/ProviderFactory.html" title="class in org.apache.cxf.jaxrs.provider">ProviderFactory</a>&nbsp;factory,
<a href="../../../../org/apache/cxf/service/Service.html" title="interface in org.apache.cxf.service">Service</a>&nbsp;s)</pre>
</li>
</ul>
<a name="setModelBeans(org.apache.cxf.jaxrs.model.UserResource...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModelBeans</h4>
<pre>public&nbsp;void&nbsp;setModelBeans(<a href="../../../../org/apache/cxf/jaxrs/model/UserResource.html" title="class in org.apache.cxf.jaxrs.model">UserResource</a>...&nbsp;resources)</pre>
<div class="block">Sets the description of root resources.
Can be used to 'attach' the JAX-RS like description to the application
classes without adding JAX-RS annotations.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>resources</code> - root resource descriptions</dd></dl>
</li>
</ul>
<a name="setModelBeans(java.util.List)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModelBeans</h4>
<pre>public&nbsp;void&nbsp;setModelBeans(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/cxf/jaxrs/model/UserResource.html" title="class in org.apache.cxf.jaxrs.model">UserResource</a>&gt;&nbsp;resources)</pre>
<div class="block">Sets the description of root resources.
Can be used to 'attach' the JAX-RS like description to the application
classes without adding JAX-RS annotations.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>resources</code> - root resource descriptions</dd></dl>
</li>
</ul>
<a name="setModelBeansWithServiceClass(java.util.List, java.lang.Class...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModelBeansWithServiceClass</h4>
<pre>public&nbsp;void&nbsp;setModelBeansWithServiceClass(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../org/apache/cxf/jaxrs/model/UserResource.html" title="class in org.apache.cxf.jaxrs.model">UserResource</a>&gt;&nbsp;resources,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;sClasses)</pre>
<div class="block">Sets the description of root resources with the list of concrete classes.
Can be used to 'attach' the JAX-RS like description to the application
classes without adding JAX-RS annotations. Some models may only reference
interfaces, thus providing a list of concrete classes that will be
instantiated is required in such cases.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>resources</code> - root resource descriptions.</dd><dd><code>sClasses</code> - concrete root resource classes</dd></dl>
</li>
</ul>
<a name="setModelRef(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModelRef</h4>
<pre>public&nbsp;void&nbsp;setModelRef(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;modelRef)</pre>
<div class="block">Sets a reference to the external user model,
Example: "classpath:/model/resources.xml"</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>modelRef</code> - the reference to the external model resource.</dd></dl>
</li>
</ul>
<a name="setModelRefWithServiceClass(java.lang.String, java.lang.Class...)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setModelRefWithServiceClass</h4>
<pre>public&nbsp;void&nbsp;setModelRefWithServiceClass(<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;modelRef,
<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;?&gt;...&nbsp;sClasses)</pre>
<div class="block">Sets a reference to the external user model,
Example: "classpath:/model/resources.xml".
Some models may only reference interfaces, thus providing a list of
concrete classes that will be instantiated is required in such cases.</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>modelRef</code> - the reference to the external model resource.</dd><dd><code>sClasses</code> - concrete root resource classes</dd></dl>
</li>
</ul>
<a name="setProviderComparator(java.util.Comparator)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setProviderComparator</h4>
<pre>public&nbsp;void&nbsp;setProviderComparator(<a href="http://docs.oracle.com/javase/7/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</a>&lt;?&gt;&nbsp;providerComparator)</pre>
</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/AbstractJAXRSFactoryBean.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 class="aboutLanguage"><em>Apache CXF API</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/apache/cxf/jaxrs/JAXRSBinding.html" title="class in org.apache.cxf.jaxrs"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/apache/cxf/jaxrs/AbstractJAXRSFactoryBean.html" target="_top">Frames</a></li>
<li><a href="AbstractJAXRSFactoryBean.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><a href="#constructor_summary">Constr</a>&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><a href="#constructor_detail">Constr</a>&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>Apache CXF</small></p>
</body>
</html>