<!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.4.2_12) on Mon Nov 13 19:33:53 LKT 2006 -->
<TITLE>
Index (Axis2 API)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Index (Axis2 API)";
}
</SCRIPT>
</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=3 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A>
<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>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#___">_</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="org/apache/axis2/deployment/resolver/AARBasedWSDLLocator.html" title="class in org.apache.axis2.deployment.resolver"><B>AARBasedWSDLLocator</B></A> - class org.apache.axis2.deployment.resolver.<A HREF="org/apache/axis2/deployment/resolver/AARBasedWSDLLocator.html" title="class in org.apache.axis2.deployment.resolver">AARBasedWSDLLocator</A>.<DD>Custom WSDL locator to load schemas from zip archives
Need to provide the aarFile and the baseInputStream for
the base WSDL file
<p/>
The logic here is that we only care about the import location
all imports must be relative to the META-INF folder<DT><A HREF="org/apache/axis2/deployment/resolver/AARBasedWSDLLocator.html#AARBasedWSDLLocator(java.lang.String, java.io.File, java.io.InputStream)"><B>AARBasedWSDLLocator(String, File, InputStream)</B></A> -
Constructor for class org.apache.axis2.deployment.resolver.<A HREF="org/apache/axis2/deployment/resolver/AARBasedWSDLLocator.html" title="class in org.apache.axis2.deployment.resolver">AARBasedWSDLLocator</A>
<DD>
<DT><A HREF="org/apache/axis2/deployment/resolver/AARFileBasedURIResolver.html" title="class in org.apache.axis2.deployment.resolver"><B>AARFileBasedURIResolver</B></A> - class org.apache.axis2.deployment.resolver.<A HREF="org/apache/axis2/deployment/resolver/AARFileBasedURIResolver.html" title="class in org.apache.axis2.deployment.resolver">AARFileBasedURIResolver</A>.<DD>A custom URI resolver that can<DT><A HREF="org/apache/axis2/deployment/resolver/AARFileBasedURIResolver.html#AARFileBasedURIResolver(java.io.File)"><B>AARFileBasedURIResolver(File)</B></A> -
Constructor for class org.apache.axis2.deployment.resolver.<A HREF="org/apache/axis2/deployment/resolver/AARFileBasedURIResolver.html" title="class in org.apache.axis2.deployment.resolver">AARFileBasedURIResolver</A>
<DD>
<DT><A HREF="org/apache/axis2/engine/Handler.InvocationResponse.html#ABORT"><B>ABORT</B></A> -
Static variable in class org.apache.axis2.engine.<A HREF="org/apache/axis2/engine/Handler.InvocationResponse.html" title="class in org.apache.axis2.engine">Handler.InvocationResponse</A>
<DD>
<DT><A HREF="org/apache/axis2/Constants.html#ACTION_MAPPING"><B>ACTION_MAPPING</B></A> -
Static variable in class org.apache.axis2.<A HREF="org/apache/axis2/Constants.html" title="class in org.apache.axis2">Constants</A>
<DD>
<DT><A HREF="org/apache/axis2/Constants.html#ACTIVATE_SERVICE"><B>ACTIVATE_SERVICE</B></A> -
Static variable in class org.apache.axis2.<A HREF="org/apache/axis2/Constants.html" title="class in org.apache.axis2">Constants</A>
<DD>
<DT><A HREF="org/apache/axis2/transport/jms/JMSConstants.html#ACTIVEMQ_DYNAMIC_QUEUE"><B>ACTIVEMQ_DYNAMIC_QUEUE</B></A> -
Static variable in class org.apache.axis2.transport.jms.<A HREF="org/apache/axis2/transport/jms/JMSConstants.html" title="class in org.apache.axis2.transport.jms">JMSConstants</A>
<DD>
<DT><A HREF="org/apache/axis2/transport/jms/JMSConstants.html#ACTIVEMQ_DYNAMIC_TOPIC"><B>ACTIVEMQ_DYNAMIC_TOPIC</B></A> -
Static variable in class org.apache.axis2.transport.jms.<A HREF="org/apache/axis2/transport/jms/JMSConstants.html" title="class in org.apache.axis2.transport.jms">JMSConstants</A>
<DD>
<DT><A HREF="org/apache/axis2/databinding/ADBBean.html" title="interface in org.apache.axis2.databinding"><B>ADBBean</B></A> - interface org.apache.axis2.databinding.<A HREF="org/apache/axis2/databinding/ADBBean.html" title="interface in org.apache.axis2.databinding">ADBBean</A>.<DD> <DT><A HREF="org/apache/axis2/databinding/utils/reader/ADBDataHandlerStreamReader.html" title="class in org.apache.axis2.databinding.utils.reader"><B>ADBDataHandlerStreamReader</B></A> - class org.apache.axis2.databinding.utils.reader.<A HREF="org/apache/axis2/databinding/utils/reader/ADBDataHandlerStreamReader.html" title="class in org.apache.axis2.databinding.utils.reader">ADBDataHandlerStreamReader</A>.<DD> <DT><A HREF="org/apache/axis2/databinding/utils/reader/ADBDataHandlerStreamReader.html#ADBDataHandlerStreamReader(javax.xml.namespace.QName, javax.activation.DataHandler)"><B>ADBDataHandlerStreamReader(QName, DataHandler)</B></A> -
Constructor for class org.apache.axis2.databinding.utils.reader.<A HREF="org/apache/axis2/databinding/utils/reader/ADBDataHandlerStreamReader.html" title="class in org.apache.axis2.databinding.utils.reader">ADBDataHandlerStreamReader</A>
<DD>
<DT><A HREF="org/apache/axis2/databinding/ADBDataSource.html" title="class in org.apache.axis2.databinding"><B>ADBDataSource</B></A> - class org.apache.axis2.databinding.<A HREF="org/apache/axis2/databinding/ADBDataSource.html" title="class in org.apache.axis2.databinding">ADBDataSource</A>.<DD> <DT><A HREF="org/apache/axis2/databinding/ADBDataSo
评论0