blob: 61341b0029155b55b2fec3040c8c8858d5a03ee3 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Fri Jan 20 11:50:23 EST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
ResourceRefType (Apache CXF Bundle Jar 2.5.2 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.cxf.jaxws.javaee.ResourceRefType class">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="ResourceRefType (Apache CXF Bundle Jar 2.5.2 API)";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ResourceRefType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceEnvRefType.html" title="class in org.apache.cxf.jaxws.javaee"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/cxf/jaxws/javaee/ResourceRefType.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ResourceRefType.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
org.apache.cxf.jaxws.javaee</FONT>
<BR>
Class ResourceRefType</H2>
<PRE>
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A>
<IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.cxf.jaxws.javaee.ResourceRefType</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>ResourceRefType</B><DT>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></DL>
</PRE>
<P>
The resource-refType contains a declaration of a
Deployment Component's reference to an external resource. It
consists of an optional description, the resource manager
connection factory reference name, an optional indication of
the resource manager connection factory type expected by the
Deployment Component code, an optional type of authentication
(Application or Container), and an optional specification of
the shareability of connections obtained from the resource
(Shareable or Unshareable).
It also includes optional elements to define injection of
the named resource into fields or JavaBeans properties.
The connection factory type must be supplied unless an
injection target is specified, in which case the type
of the target is used. If both are specified, the type
must be assignment compatible with the type of the injection
target.
Example:
<resource-ref>
<res-ref-name>jdbc/EmployeeAppDB</res-ref-name>
<res-type>javax.sql.DataSource</res-type>
<res-auth>Container</res-auth>
<res-sharing-scope>Shareable</res-sharing-scope>
</resource-ref>
<p>Java class for resource-refType complex type.
<p>The following schema fragment specifies the expected content contained within this class.
<pre>
&lt;complexType name="resource-refType">
&lt;complexContent>
&lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
&lt;sequence>
&lt;element name="description" type="{http://java.sun.com/xml/ns/javaee}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
&lt;element name="res-ref-name" type="{http://java.sun.com/xml/ns/javaee}jndi-nameType"/>
&lt;element name="res-type" type="{http://java.sun.com/xml/ns/javaee}fully-qualified-classType" minOccurs="0"/>
&lt;element name="res-auth" type="{http://java.sun.com/xml/ns/javaee}res-authType" minOccurs="0"/>
&lt;element name="res-sharing-scope" type="{http://java.sun.com/xml/ns/javaee}res-sharing-scopeType" minOccurs="0"/>
&lt;group ref="{http://java.sun.com/xml/ns/javaee}resourceGroup"/>
&lt;/sequence>
&lt;attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
&lt;/restriction>
&lt;/complexContent>
&lt;/complexType>
</pre>
<P>
<P>
<HR>
<P>
<!-- =========== FIELD SUMMARY =========== -->
<A NAME="field_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Field Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/DescriptionType.html" title="class in org.apache.cxf.jaxws.javaee">DescriptionType</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#description">description</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#id">id</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/InjectionTargetType.html" title="class in org.apache.cxf.jaxws.javaee">InjectionTargetType</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#injectionTarget">injectionTarget</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee">XsdStringType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#mappedName">mappedName</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee">ResAuthType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#resAuth">resAuth</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee">JndiNameType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#resRefName">resRefName</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee">ResSharingScopeType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#resSharingScope">resSharingScope</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected &nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee">FullyQualifiedClassType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#resType">resType</A></B></CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#ResourceRefType()">ResourceRefType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/DescriptionType.html" title="class in org.apache.cxf.jaxws.javaee">DescriptionType</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getDescription()">getDescription</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the description property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getId()">getId</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the id property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/InjectionTargetType.html" title="class in org.apache.cxf.jaxws.javaee">InjectionTargetType</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getInjectionTarget()">getInjectionTarget</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the injectionTarget property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee">XsdStringType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getMappedName()">getMappedName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the mappedName property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee">ResAuthType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getResAuth()">getResAuth</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the resAuth property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee">JndiNameType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getResRefName()">getResRefName</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the resRefName property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee">ResSharingScopeType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getResSharingScope()">getResSharingScope</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the resSharingScope property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee">FullyQualifiedClassType</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#getResType()">getResType</A></B>()</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the value of the resType property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#setId(java.lang.String)">setId</A></B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the id property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#setMappedName(org.apache.cxf.jaxws.javaee.XsdStringType)">setMappedName</A></B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee">XsdStringType</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the mappedName property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#setResAuth(org.apache.cxf.jaxws.javaee.ResAuthType)">setResAuth</A></B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee">ResAuthType</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the resAuth property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#setResRefName(org.apache.cxf.jaxws.javaee.JndiNameType)">setResRefName</A></B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee">JndiNameType</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the resRefName property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#setResSharingScope(org.apache.cxf.jaxws.javaee.ResSharingScopeType)">setResSharingScope</A></B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee">ResSharingScopeType</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the resSharingScope property.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceRefType.html#setResType(org.apache.cxf.jaxws.javaee.FullyQualifiedClassType)">setResType</A></B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee">FullyQualifiedClassType</A>&nbsp;value)</CODE>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value of the resType property.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>
<!-- ============ FIELD DETAIL =========== -->
<A NAME="field_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Field Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="description"><!-- --></A><H3>
description</H3>
<PRE>
protected <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/DescriptionType.html" title="class in org.apache.cxf.jaxws.javaee">DescriptionType</A>&gt; <B>description</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="resRefName"><!-- --></A><H3>
resRefName</H3>
<PRE>
protected <A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee">JndiNameType</A> <B>resRefName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="resType"><!-- --></A><H3>
resType</H3>
<PRE>
protected <A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee">FullyQualifiedClassType</A> <B>resType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="resAuth"><!-- --></A><H3>
resAuth</H3>
<PRE>
protected <A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee">ResAuthType</A> <B>resAuth</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="resSharingScope"><!-- --></A><H3>
resSharingScope</H3>
<PRE>
protected <A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee">ResSharingScopeType</A> <B>resSharingScope</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="mappedName"><!-- --></A><H3>
mappedName</H3>
<PRE>
protected <A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee">XsdStringType</A> <B>mappedName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="injectionTarget"><!-- --></A><H3>
injectionTarget</H3>
<PRE>
protected <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/InjectionTargetType.html" title="class in org.apache.cxf.jaxws.javaee">InjectionTargetType</A>&gt; <B>injectionTarget</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="id"><!-- --></A><H3>
id</H3>
<PRE>
protected <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>id</B></PRE>
<DL>
<DL>
</DL>
</DL>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="ResourceRefType()"><!-- --></A><H3>
ResourceRefType</H3>
<PRE>
public <B>ResourceRefType</B>()</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="getDescription()"><!-- --></A><H3>
getDescription</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/DescriptionType.html" title="class in org.apache.cxf.jaxws.javaee">DescriptionType</A>&gt; <B>getDescription</B>()</PRE>
<DL>
<DD>Gets the value of the description property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the description property.
<p>
For example, to add a new item, do as follows:
<pre>
getDescription().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/DescriptionType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>DescriptionType</CODE></A>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getResRefName()"><!-- --></A><H3>
getResRefName</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee">JndiNameType</A> <B>getResRefName</B>()</PRE>
<DL>
<DD>Gets the value of the resRefName property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>JndiNameType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setResRefName(org.apache.cxf.jaxws.javaee.JndiNameType)"><!-- --></A><H3>
setResRefName</H3>
<PRE>
public void <B>setResRefName</B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee">JndiNameType</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the resRefName property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/JndiNameType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>JndiNameType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getResType()"><!-- --></A><H3>
getResType</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee">FullyQualifiedClassType</A> <B>getResType</B>()</PRE>
<DL>
<DD>Gets the value of the resType property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>FullyQualifiedClassType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setResType(org.apache.cxf.jaxws.javaee.FullyQualifiedClassType)"><!-- --></A><H3>
setResType</H3>
<PRE>
public void <B>setResType</B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee">FullyQualifiedClassType</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the resType property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/FullyQualifiedClassType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>FullyQualifiedClassType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getResAuth()"><!-- --></A><H3>
getResAuth</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee">ResAuthType</A> <B>getResAuth</B>()</PRE>
<DL>
<DD>Gets the value of the resAuth property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>ResAuthType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setResAuth(org.apache.cxf.jaxws.javaee.ResAuthType)"><!-- --></A><H3>
setResAuth</H3>
<PRE>
public void <B>setResAuth</B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee">ResAuthType</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the resAuth property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResAuthType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>ResAuthType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getResSharingScope()"><!-- --></A><H3>
getResSharingScope</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee">ResSharingScopeType</A> <B>getResSharingScope</B>()</PRE>
<DL>
<DD>Gets the value of the resSharingScope property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>ResSharingScopeType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setResSharingScope(org.apache.cxf.jaxws.javaee.ResSharingScopeType)"><!-- --></A><H3>
setResSharingScope</H3>
<PRE>
public void <B>setResSharingScope</B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee">ResSharingScopeType</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the resSharingScope property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>ResSharingScopeType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getMappedName()"><!-- --></A><H3>
getMappedName</H3>
<PRE>
public <A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee">XsdStringType</A> <B>getMappedName</B>()</PRE>
<DL>
<DD>Gets the value of the mappedName property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>XsdStringType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setMappedName(org.apache.cxf.jaxws.javaee.XsdStringType)"><!-- --></A><H3>
setMappedName</H3>
<PRE>
public void <B>setMappedName</B>(<A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee">XsdStringType</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the mappedName property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/XsdStringType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>XsdStringType</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="getInjectionTarget()"><!-- --></A><H3>
getInjectionTarget</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/util/List.html" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/InjectionTargetType.html" title="class in org.apache.cxf.jaxws.javaee">InjectionTargetType</A>&gt; <B>getInjectionTarget</B>()</PRE>
<DL>
<DD>Gets the value of the injectionTarget property.
<p>
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a <CODE>set</CODE> method for the injectionTarget property.
<p>
For example, to add a new item, do as follows:
<pre>
getInjectionTarget().add(newItem);
</pre>
<p>
Objects of the following type(s) are allowed in the list
<A HREF="../../../../../org/apache/cxf/jaxws/javaee/InjectionTargetType.html" title="class in org.apache.cxf.jaxws.javaee"><CODE>InjectionTargetType</CODE></A>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getId()"><!-- --></A><H3>
getId</H3>
<PRE>
public <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getId</B>()</PRE>
<DL>
<DD>Gets the value of the id property.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>possible object is
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A></DL>
</DD>
</DL>
<HR>
<A NAME="setId(java.lang.String)"><!-- --></A><H3>
setId</H3>
<PRE>
public void <B>setId</B>(<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;value)</PRE>
<DL>
<DD>Sets the value of the id property.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>value</CODE> - allowed object is
<A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang"><CODE>String</CODE></A></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/ResourceRefType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
Apache CXF API</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResourceEnvRefType.html" title="class in org.apache.cxf.jaxws.javaee"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../../org/apache/cxf/jaxws/javaee/ResSharingScopeType.html" title="class in org.apache.cxf.jaxws.javaee"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/cxf/jaxws/javaee/ResourceRefType.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="ResourceRefType.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Apache CXF
</BODY>
</HTML>