blob: 62bd97f11d7104a0b16e7cc9c89f81dfce925904 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Serialized Form (Apache Axis)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serialized Form (Apache Axis)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= 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"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="serialized-form.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>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H1>
Serialized Form</H1>
</CENTER>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>javax.xml.namespace</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="javax.xml.namespace.QName"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">javax.xml.namespace.QName</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Ensure that deserialization properly interns the results.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if there was a failure in the object input stream
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE> - if the class of any sub-objects could
not be found</DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
namespaceURI</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>namespaceURI</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
localPart</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>localPart</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
prefix</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>prefix</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>javax.xml.rpc</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="javax.xml.rpc.JAXRPCException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="javax/xml/rpc/JAXRPCException.html" title="class in javax.xml.rpc">javax.xml.rpc.JAXRPCException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
cause</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> <B>cause</B></PRE>
<DL>
<DD>The cause of this error.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="javax.xml.rpc.ServiceException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="javax/xml/rpc/ServiceException.html" title="class in javax.xml.rpc">javax.xml.rpc.ServiceException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
cause</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> <B>cause</B></PRE>
<DL>
<DD>The cause of this exception.
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>javax.xml.rpc.encoding</B></FONT></TH>
</TR>
</TABLE>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>javax.xml.rpc.handler</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="javax.xml.rpc.handler.HandlerInfo"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="javax/xml/rpc/handler/HandlerInfo.html" title="class in javax.xml.rpc.handler">javax.xml.rpc.handler.HandlerInfo</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
handlerClass</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>handlerClass</B></PRE>
<DL>
<DD>Handler Class.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
config</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>config</B></PRE>
<DL>
<DD>Configuration Map.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
headers</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A>[] <B>headers</B></PRE>
<DL>
<DD>Headers.
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>javax.xml.rpc.soap</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="javax.xml.rpc.soap.SOAPFaultException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="javax/xml/rpc/soap/SOAPFaultException.html" title="class in javax.xml.rpc.soap">javax.xml.rpc.soap.SOAPFaultException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
faultcode</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>faultcode</B></PRE>
<DL>
<DD>Qualified name of the faultcode.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
faultstring</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>faultstring</B></PRE>
<DL>
<DD>The faultstring element of the SOAP fault.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
faultactor</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>faultactor</B></PRE>
<DL>
<DD>Faultactor element of the SOAP fault.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
detail</H3>
<PRE>
<A HREF="javax/xml/soap/Detail.html" title="interface in javax.xml.soap">Detail</A> <B>detail</B></PRE>
<DL>
<DD>Detail element of the SOAP fault.
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>javax.xml.soap</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="javax.xml.soap.SOAPException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="javax/xml/soap/SOAPException.html" title="class in javax.xml.soap">javax.xml.soap.SOAPException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
cause</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</A> <B>cause</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.AxisEngine"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/AxisEngine.html" title="class in org.apache.axis">org.apache.axis.AxisEngine</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
config</H3>
<PRE>
<A HREF="org/apache/axis/EngineConfiguration.html" title="interface in org.apache.axis">EngineConfiguration</A> <B>config</B></PRE>
<DL>
<DD>Our go-to guy for configuration...
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
_hasSafePassword</H3>
<PRE>
boolean <B>_hasSafePassword</B></PRE>
<DL>
<DD>Has the user changed the password yet? True if they have.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
shouldSaveConfig</H3>
<PRE>
boolean <B>shouldSaveConfig</B></PRE>
<DL>
<DD>Should we save the engine config each time we modify it? True if we
should.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
session</H3>
<PRE>
<A HREF="org/apache/axis/session/Session.html" title="interface in org.apache.axis.session">Session</A> <B>session</B></PRE>
<DL>
<DD>This engine's Session. This Session supports "application scope"
in the Apache SOAP sense... if you have a service with "application
scope", have it store things in this Session.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
actorURIs</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>actorURIs</B></PRE>
<DL>
<DD>What actor URIs hold for the entire engine? Find them here.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.AxisFault"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/AxisFault.html" title="class in org.apache.axis">org.apache.axis.AxisFault</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/rmi/RemoteException.html?is-external=true" title="class or interface in java.rmi">RemoteException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
faultCode</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>faultCode</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
faultSubCode</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>faultSubCode</B></PRE>
<DL>
<DD>SOAP1.2 addition: subcodes of faults; a Vector of QNames
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
faultString</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>faultString</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
faultActor</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>faultActor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
faultDetails</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>faultDetails</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
faultNode</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>faultNode</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
faultHeaders</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>faultHeaders</B></PRE>
<DL>
<DD>SOAP headers which should be serialized with the Fault.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.ConfigurationException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">org.apache.axis.ConfigurationException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
containedException</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> <B>containedException</B></PRE>
<DL>
<DD>The contained exception if present.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
stackTrace</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>stackTrace</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.FaultableHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/FaultableHandler.html" title="class in org.apache.axis">org.apache.axis.FaultableHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
workHandler</H3>
<PRE>
<A HREF="org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</A> <B>workHandler</B></PRE>
<DL>
<DD>The <code>Handler</code> that will do the actual work of handeling the
fault.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.InternalException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/InternalException.html" title="class in org.apache.axis">org.apache.axis.InternalException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.Message"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/Message.html" title="class in org.apache.axis">org.apache.axis.Message</A> extends <A HREF="javax/xml/soap/SOAPMessage.html" title="class in javax.xml.soap">SOAPMessage</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
messageType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>messageType</B></PRE>
<DL>
<DD>The messageType indicates whether this is request or response.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mSOAPPart</H3>
<PRE>
<A HREF="org/apache/axis/SOAPPart.html" title="class in org.apache.axis">SOAPPart</A> <B>mSOAPPart</B></PRE>
<DL>
<DD>This Message's SOAPPart. Will always be here.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mAttachments</H3>
<PRE>
<A HREF="org/apache/axis/attachments/Attachments.html" title="interface in org.apache.axis.attachments">Attachments</A> <B>mAttachments</B></PRE>
<DL>
<DD>This Message's Attachments object, which manages the attachments
contained in this Message.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
headers</H3>
<PRE>
<A HREF="org/apache/axis/message/MimeHeaders.html" title="class in org.apache.axis.message">MimeHeaders</A> <B>headers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
saveRequired</H3>
<PRE>
boolean <B>saveRequired</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
msgContext</H3>
<PRE>
<A HREF="org/apache/axis/MessageContext.html" title="class in org.apache.axis">MessageContext</A> <B>msgContext</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
mProps</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</A> <B>mProps</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.NoEndPointException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/NoEndPointException.html" title="class in org.apache.axis">org.apache.axis.NoEndPointException</A> extends <A HREF="org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.SimpleChain"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/SimpleChain.html" title="class in org.apache.axis">org.apache.axis.SimpleChain</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
handlers</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>handlers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
invoked</H3>
<PRE>
boolean <B>invoked</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
CAUGHTFAULT_PROPERTY</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>CAUGHTFAULT_PROPERTY</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.SimpleTargetedChain"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/SimpleTargetedChain.html" title="class in org.apache.axis">org.apache.axis.SimpleTargetedChain</A> extends <A HREF="org/apache/axis/SimpleChain.html" title="class in org.apache.axis">SimpleChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
requestHandler</H3>
<PRE>
<A HREF="org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</A> <B>requestHandler</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
pivotHandler</H3>
<PRE>
<A HREF="org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</A> <B>pivotHandler</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
responseHandler</H3>
<PRE>
<A HREF="org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</A> <B>responseHandler</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.SOAPPart"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/SOAPPart.html" title="class in org.apache.axis">org.apache.axis.SOAPPart</A> extends <A HREF="javax/xml/soap/SOAPPart.html" title="class in javax.xml.soap">SOAPPart</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
currentForm</H3>
<PRE>
int <B>currentForm</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
mimeHeaders</H3>
<PRE>
<A HREF="org/apache/axis/message/MimeHeaders.html" title="class in org.apache.axis.message">MimeHeaders</A> <B>mimeHeaders</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
currentMessage</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>currentMessage</B></PRE>
<DL>
<DD>The current representation of the SOAP contents of this part.
May be a String, byte[], InputStream, or SOAPEnvelope, depending
on whatever was last asked for. (ack)
<p>
currentForm must have the corresponding value.
<p>
As someone once said: "Just a placeholder until we figure out what the actual Message
object is."
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
currentEncoding</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>currentEncoding</B></PRE>
<DL>
<DD>default message encoding charset
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
currentMessageAsString</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>currentMessageAsString</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
currentMessageAsBytes</H3>
<PRE>
byte[] <B>currentMessageAsBytes</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
currentMessageAsEnvelope</H3>
<PRE>
<A HREF="org/apache/axis/message/SOAPEnvelope.html" title="class in org.apache.axis.message">SOAPEnvelope</A> <B>currentMessageAsEnvelope</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
msgObject</H3>
<PRE>
<A HREF="org/apache/axis/Message.html" title="class in org.apache.axis">Message</A> <B>msgObject</B></PRE>
<DL>
<DD>Message object this part is tied to. Used for serialization settings.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
contentSource</H3>
<PRE>
<A HREF="http://download.oracle.com/javaee/1.4/api/javax/xml/transform/Source.html?is-external=true" title="class or interface in javax.xml.transform">Source</A> <B>contentSource</B></PRE>
<DL>
<DD>Field contentSource.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
document</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</A> <B>document</B></PRE>
<DL>
<DD>Implementation of org.w3c.Document
Most of methods will be implemented using the delgate
instance of SOAPDocumentImpl
This is for two reasons:
- possible change of message classes, by extenstion of xerces implementation
- we cannot extends SOAPPart (multiple inheritance),
since it is defined as Abstract class
***********************************************************
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mDocument</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</A> <B>mDocument</B></PRE>
<DL>
<DD>SOAPEnvelope is the Document Elements of this XML docuement
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.attachments</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.attachments.AttachmentPart"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/attachments/AttachmentPart.html" title="class in org.apache.axis.attachments">org.apache.axis.attachments.AttachmentPart</A> extends <A HREF="javax/xml/soap/AttachmentPart.html" title="class in javax.xml.soap">AttachmentPart</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
datahandler</H3>
<PRE>
<A HREF="http://download.oracle.com/javaee/1.4/api/javax/activation/DataHandler.html?is-external=true" title="class or interface in javax.activation">DataHandler</A> <B>datahandler</B></PRE>
<DL>
<DD>The data handler.
<p>
TODO: make private?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mimeHeaders</H3>
<PRE>
<A HREF="javax/xml/soap/MimeHeaders.html" title="class in javax.xml.soap">MimeHeaders</A> <B>mimeHeaders</B></PRE>
<DL>
<DD>Field mimeHeaders.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
contentObject</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>contentObject</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
attachmentFile</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>attachmentFile</B></PRE>
<DL>
<DD>The name of a file used to store the data.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.attachments.AttachmentsImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/attachments/AttachmentsImpl.html" title="class in org.apache.axis.attachments">org.apache.axis.attachments.AttachmentsImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
attachments</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>attachments</B></PRE>
<DL>
<DD>Field attachments.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
orderedAttachments</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/LinkedList.html?is-external=true" title="class or interface in java.util">LinkedList</A> <B>orderedAttachments</B></PRE>
<DL>
<DD>Field orderedAttachments.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
soapPart</H3>
<PRE>
<A HREF="org/apache/axis/SOAPPart.html" title="class in org.apache.axis">SOAPPart</A> <B>soapPart</B></PRE>
<DL>
<DD>Field soapPart.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mpartStream</H3>
<PRE>
<A HREF="org/apache/axis/attachments/MultiPartInputStream.html" title="class in org.apache.axis.attachments">MultiPartInputStream</A> <B>mpartStream</B></PRE>
<DL>
<DD>The actual stream to manage the multi-related input stream.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
sendtype</H3>
<PRE>
int <B>sendtype</B></PRE>
<DL>
<DD>The form of the attachments, whether MIME or DIME.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
contentLocation</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>contentLocation</B></PRE>
<DL>
<DD>This is the content location as specified in SOAP with Attachments.
This maybe null if the message had no Content-Location specifed.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
stackDataHandler</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>stackDataHandler</B></PRE>
<DL>
<DD>The HashMap for DataHandler Managements.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
_streams</H3>
<PRE>
<A HREF="org/apache/axis/attachments/IncomingAttachmentStreams.html" title="class in org.apache.axis.attachments">IncomingAttachmentStreams</A> <B>_streams</B></PRE>
<DL>
<DD>Used to distribute attachment streams without caching them.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
_askedForAttachments</H3>
<PRE>
boolean <B>_askedForAttachments</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_askedForStreams</H3>
<PRE>
boolean <B>_askedForStreams</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
multipart</H3>
<PRE>
<A HREF="http://download.oracle.com/javaee/1.4/api/javax/mail/internet/MimeMultipart.html?is-external=true" title="class or interface in javax.mail.internet">MimeMultipart</A> <B>multipart</B></PRE>
<DL>
<DD>multipart , cached entries for the stream of attachment that are going to be sent.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
dimemultipart</H3>
<PRE>
<A HREF="org/apache/axis/attachments/DimeMultiPart.html" title="class in org.apache.axis.attachments">DimeMultiPart</A> <B>dimemultipart</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.client</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.client.AxisClient"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/client/AxisClient.html" title="class in org.apache.axis.client">org.apache.axis.client.AxisClient</A> extends <A HREF="org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
checker</H3>
<PRE>
<A HREF="org/apache/axis/handlers/soap/MustUnderstandChecker.html" title="class in org.apache.axis.handlers.soap">MustUnderstandChecker</A> <B>checker</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.client.Service"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/client/Service.html" title="class in org.apache.axis.client">org.apache.axis.client.Service</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
serviceName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>serviceName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
wsdlLocation</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>wsdlLocation</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
wsdlService</H3>
<PRE>
javax.wsdl.Service <B>wsdlService</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
maintainSession</H3>
<PRE>
boolean <B>maintainSession</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
registry</H3>
<PRE>
<A HREF="org/apache/axis/client/Service.HandlerRegistryImpl.html" title="class in org.apache.axis.client">Service.HandlerRegistryImpl</A> <B>registry</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
wsdlParser</H3>
<PRE>
<A HREF="org/apache/axis/wsdl/gen/Parser.html" title="class in org.apache.axis.wsdl.gen">Parser</A> <B>wsdlParser</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
transportImpls</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</A> <B>transportImpls</B></PRE>
<DL>
<DD>A Hashtable mapping addresses (URLs) to Transports (objects)
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.client.Service.HandlerRegistryImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/client/Service.HandlerRegistryImpl.html" title="class in org.apache.axis.client">org.apache.axis.client.Service.HandlerRegistryImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
map</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>map</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.client.async</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.client.async.Status"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/client/async/Status.html" title="class in org.apache.axis.client.async">org.apache.axis.client.async.Status</A> extends <A HREF="org/apache/axis/constants/Enum.html" title="class in org.apache.axis.constants">Enum</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.client.async.Status.Type"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/client/async/Status.Type.html" title="class in org.apache.axis.client.async">org.apache.axis.client.async.Status.Type</A> extends <A HREF="org/apache/axis/constants/Enum.Type.html" title="class in org.apache.axis.constants">Enum.Type</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.collections</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.collections.LRUMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/collections/LRUMap.html" title="class in org.apache.axis.collections">org.apache.axis.collections.LRUMap</A> extends <A HREF="org/apache/axis/collections/SequencedHashMap.html" title="class in org.apache.axis.collections">SequencedHashMap</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID:&nbsp;</B>2197433140769957051L
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readExternal(java.io.ObjectInput)"><!-- --></A><H3>
readExternal</H3>
<PRE>
public void <B>readExternal</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if the stream raises it
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE> - if the stream raises it</DD>
</DL>
</DL>
<HR>
<A NAME="writeExternal(java.io.ObjectOutput)"><!-- --></A><H3>
writeExternal</H3>
<PRE>
public void <B>writeExternal</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</A>&nbsp;out)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if the stream raises it</DD>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.collections.SequencedHashMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/collections/SequencedHashMap.html" title="class in org.apache.axis.collections">org.apache.axis.collections.SequencedHashMap</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID:&nbsp;</B>3380552487888102930L
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readExternal(java.io.ObjectInput)"><!-- --></A><H3>
readExternal</H3>
<PRE>
public void <B>readExternal</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD>Deserializes this map from the given stream.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if the stream raises it
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE> - if the stream raises it</DD>
</DL>
</DL>
<HR>
<A NAME="writeExternal(java.io.ObjectOutput)"><!-- --></A><H3>
writeExternal</H3>
<PRE>
public void <B>writeExternal</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</A>&nbsp;out)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD>Serializes this map to the given stream.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE> - if the stream raises it</DD>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.constants</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.constants.Enum"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Enum.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Enum</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
type</H3>
<PRE>
<A HREF="org/apache/axis/constants/Enum.Type.html" title="class in org.apache.axis.constants">Enum.Type</A> <B>type</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
value</H3>
<PRE>
int <B>value</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.constants.Enum.Type"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Enum.Type.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Enum.Type</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
enums</H3>
<PRE>
<A HREF="org/apache/axis/constants/Enum.html" title="class in org.apache.axis.constants">Enum</A>[] <B>enums</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
dephault</H3>
<PRE>
<A HREF="org/apache/axis/constants/Enum.html" title="class in org.apache.axis.constants">Enum</A> <B>dephault</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.constants.Scope"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Scope.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Scope</A> extends <A HREF="org/apache/axis/constants/Enum.html" title="class in org.apache.axis.constants">Enum</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.constants.Scope.Type"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Scope.Type.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Scope.Type</A> extends <A HREF="org/apache/axis/constants/Enum.Type.html" title="class in org.apache.axis.constants">Enum.Type</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.constants.Style"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Style</A> extends <A HREF="org/apache/axis/constants/Enum.html" title="class in org.apache.axis.constants">Enum</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
provider</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>provider</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.constants.Style.Type"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Style.Type.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Style.Type</A> extends <A HREF="org/apache/axis/constants/Enum.Type.html" title="class in org.apache.axis.constants">Enum.Type</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.constants.Use"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Use</A> extends <A HREF="org/apache/axis/constants/Enum.html" title="class in org.apache.axis.constants">Enum</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
encoding</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>encoding</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.constants.Use.Type"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/constants/Use.Type.html" title="class in org.apache.axis.constants">org.apache.axis.constants.Use.Type</A> extends <A HREF="org/apache/axis/constants/Enum.Type.html" title="class in org.apache.axis.constants">Enum.Type</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.deployment.wsdd</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDArrayMapping"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDArrayMapping.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDArrayMapping</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDTypeMapping.html" title="class in org.apache.axis.deployment.wsdd">WSDDTypeMapping</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
innerType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>innerType</B></PRE>
<DL>
<DD>array item type
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDBeanMapping"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDBeanMapping.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDBeanMapping</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDTypeMapping.html" title="class in org.apache.axis.deployment.wsdd">WSDDTypeMapping</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDChain"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDChain.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDChain</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDHandler.html" title="class in org.apache.axis.deployment.wsdd">WSDDHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
handlers</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>handlers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDDeployableItem"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDDeployableItem.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDDeployableItem</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
parameters</H3>
<PRE>
<A HREF="org/apache/axis/utils/LockableHashtable.html" title="class in org.apache.axis.utils">LockableHashtable</A> <B>parameters</B></PRE>
<DL>
<DD>Our parameters
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
qname</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>qname</B></PRE>
<DL>
<DD>Our name
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
type</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>type</B></PRE>
<DL>
<DD>Our type
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
scope</H3>
<PRE>
int <B>scope</B></PRE>
<DL>
<DD>Scope for this item (default is singleton)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
singletonInstance</H3>
<PRE>
<A HREF="org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</A> <B>singletonInstance</B></PRE>
<DL>
<DD>Placeholder for hanging on to singleton object
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDDeployment"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDDeployment.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDDeployment</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
handlers</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>handlers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
services</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>services</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
transports</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>transports</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeMappings</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>typeMappings</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
globalConfig</H3>
<PRE>
<A HREF="org/apache/axis/deployment/wsdd/WSDDGlobalConfiguration.html" title="class in org.apache.axis.deployment.wsdd">WSDDGlobalConfiguration</A> <B>globalConfig</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
namespaceToServices</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>namespaceToServices</B></PRE>
<DL>
<DD>Mapping of namespaces -> services
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
engine</H3>
<PRE>
<A HREF="org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</A> <B>engine</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
tmr</H3>
<PRE>
<A HREF="org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</A> <B>tmr</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
tmrDeployed</H3>
<PRE>
boolean <B>tmrDeployed</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDDocumentation"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDDocumentation.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDDocumentation</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
value</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>value</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDElement</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDConstants.html" title="class in org.apache.axis.deployment.wsdd">WSDDConstants</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDException.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDException</A> extends <A HREF="org/apache/axis/ConfigurationException.html" title="class in org.apache.axis">ConfigurationException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDFault"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDFault.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDFault</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
desc</H3>
<PRE>
<A HREF="org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">FaultDesc</A> <B>desc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDFaultFlow"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDFaultFlow.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDFaultFlow</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDChain.html" title="class in org.apache.axis.deployment.wsdd">WSDDChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDGlobalConfiguration.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDGlobalConfiguration</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDDeployableItem.html" title="class in org.apache.axis.deployment.wsdd">WSDDDeployableItem</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
requestFlow</H3>
<PRE>
<A HREF="org/apache/axis/deployment/wsdd/WSDDRequestFlow.html" title="class in org.apache.axis.deployment.wsdd">WSDDRequestFlow</A> <B>requestFlow</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
responseFlow</H3>
<PRE>
<A HREF="org/apache/axis/deployment/wsdd/WSDDResponseFlow.html" title="class in org.apache.axis.deployment.wsdd">WSDDResponseFlow</A> <B>responseFlow</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
roles</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>roles</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDHandler.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDHandler</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDDeployableItem.html" title="class in org.apache.axis.deployment.wsdd">WSDDDeployableItem</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDJAXRPCHandlerInfo.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfo</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
_classname</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>_classname</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_map</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>_map</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_headers</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A>[] <B>_headers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDJAXRPCHandlerInfoChain.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDJAXRPCHandlerInfoChain</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDHandler.html" title="class in org.apache.axis.deployment.wsdd">WSDDHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
_hiList</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>_hiList</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_hiChainFactory</H3>
<PRE>
<A HREF="org/apache/axis/handlers/HandlerInfoChainFactory.html" title="class in org.apache.axis.handlers">HandlerInfoChainFactory</A> <B>_hiChainFactory</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_roles</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[] <B>_roles</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDNonFatalException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDNonFatalException.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDNonFatalException</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDException.html" title="class in org.apache.axis.deployment.wsdd">WSDDException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDOperation"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDOperation.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDOperation</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
desc</H3>
<PRE>
<A HREF="org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</A> <B>desc</B></PRE>
<DL>
<DD>Holds all our actual data
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDParameter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDParameter.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDParameter</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</A> <B>parent</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
parameter</H3>
<PRE>
<A HREF="org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</A> <B>parameter</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDRequestFlow"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDRequestFlow.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDRequestFlow</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDChain.html" title="class in org.apache.axis.deployment.wsdd">WSDDChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDResponseFlow"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDResponseFlow.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDResponseFlow</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDChain.html" title="class in org.apache.axis.deployment.wsdd">WSDDChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDService"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDService.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDService</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDTargetedChain.html" title="class in org.apache.axis.deployment.wsdd">WSDDTargetedChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
tmr</H3>
<PRE>
<A HREF="org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</A> <B>tmr</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
faultFlows</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>faultFlows</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeMappings</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>typeMappings</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
operations</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>operations</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
namespaces</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>namespaces</B></PRE>
<DL>
<DD>Which namespaces should auto-dispatch to this service?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
roles</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>roles</B></PRE>
<DL>
<DD>Which roles does this service support?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
descriptionURL</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>descriptionURL</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
style</H3>
<PRE>
<A HREF="org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</A> <B>style</B></PRE>
<DL>
<DD>Style - document, wrapped, message, or RPC (the default)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
use</H3>
<PRE>
<A HREF="org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</A> <B>use</B></PRE>
<DL>
<DD>Use - encoded (the default) or literal
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
providerQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>providerQName</B></PRE>
<DL>
<DD>Our provider - used to figure out which Handler we use as a service
pivot (see getInstance() below)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
_wsddHIchain</H3>
<PRE>
<A HREF="org/apache/axis/deployment/wsdd/WSDDJAXRPCHandlerInfoChain.html" title="class in org.apache.axis.deployment.wsdd">WSDDJAXRPCHandlerInfoChain</A> <B>_wsddHIchain</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
desc</H3>
<PRE>
<A HREF="org/apache/axis/description/JavaServiceDesc.html" title="class in org.apache.axis.description">JavaServiceDesc</A> <B>desc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
streaming</H3>
<PRE>
boolean <B>streaming</B></PRE>
<DL>
<DD>Is streaming (i.e. NO high-fidelity recording, deserialize on the fly)
on for this service?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
sendType</H3>
<PRE>
int <B>sendType</B></PRE>
<DL>
<DD>What attachment format should be used?
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDTargetedChain"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDTargetedChain.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDTargetedChain</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDDeployableItem.html" title="class in org.apache.axis.deployment.wsdd">WSDDDeployableItem</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
requestFlow</H3>
<PRE>
<A HREF="org/apache/axis/deployment/wsdd/WSDDRequestFlow.html" title="class in org.apache.axis.deployment.wsdd">WSDDRequestFlow</A> <B>requestFlow</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
responseFlow</H3>
<PRE>
<A HREF="org/apache/axis/deployment/wsdd/WSDDResponseFlow.html" title="class in org.apache.axis.deployment.wsdd">WSDDResponseFlow</A> <B>responseFlow</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
pivotQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>pivotQName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDTransport"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDTransport.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDTransport</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDTargetedChain.html" title="class in org.apache.axis.deployment.wsdd">WSDDTargetedChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDTypeMapping"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDTypeMapping.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDTypeMapping</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
qname</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>qname</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
serializer</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>serializer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
deserializer</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>deserializer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>typeQName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
encodingStyle</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>encodingStyle</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.deployment.wsdd.WSDDUndeployment"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/deployment/wsdd/WSDDUndeployment.html" title="class in org.apache.axis.deployment.wsdd">org.apache.axis.deployment.wsdd.WSDDUndeployment</A> extends <A HREF="org/apache/axis/deployment/wsdd/WSDDElement.html" title="class in org.apache.axis.deployment.wsdd">WSDDElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
handlers</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>handlers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
chains</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>chains</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
services</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>services</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
transports</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>transports</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeMappings</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>typeMappings</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.description</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.description.AttributeDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/AttributeDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.AttributeDesc</A> extends <A HREF="org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.description.ElementDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/ElementDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.ElementDesc</A> extends <A HREF="org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
minOccurs</H3>
<PRE>
int <B>minOccurs</B></PRE>
<DL>
<DD>The minOccurs value from the schema
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
maxOccurs</H3>
<PRE>
int <B>maxOccurs</B></PRE>
<DL>
<DD>The maxOccurs value from the schema
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
nillable</H3>
<PRE>
boolean <B>nillable</B></PRE>
<DL>
<DD>The nillable value from the schema.
By default, element cannot be nillable.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
unbounded</H3>
<PRE>
boolean <B>unbounded</B></PRE>
<DL>
<DD>maxOccurs="unbounded"
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
arrayType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>arrayType</B></PRE>
<DL>
<DD>If this is an array, this holds the array type
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
itemQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>itemQName</B></PRE>
<DL>
<DD>If this is a "wrapped" array, this tells us the inner QName
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.description.FaultDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/FaultDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.FaultDesc</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
qname</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>qname</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
parameters</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>parameters</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
className</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>className</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
complex</H3>
<PRE>
boolean <B>complex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.description.FieldDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.FieldDesc</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
fieldName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>fieldName</B></PRE>
<DL>
<DD>The name of the Java field in question
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlName</B></PRE>
<DL>
<DD>The XML QName this field maps to
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DD>The XML Type this field maps to/from
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DD>The Java type of this field
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
_isElement</H3>
<PRE>
boolean <B>_isElement</B></PRE>
<DL>
<DD>An indication of whether this should be an element or an attribute
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
minOccursIs0</H3>
<PRE>
boolean <B>minOccursIs0</B></PRE>
<DL>
<DD>An indication that minoccurs is zero
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.description.JavaServiceDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/JavaServiceDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.JavaServiceDesc</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DD>The name of this service
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
documentation</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>documentation</B></PRE>
<DL>
<DD>The documentation of this service
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
style</H3>
<PRE>
<A HREF="org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</A> <B>style</B></PRE>
<DL>
<DD>Style/Use
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
use</H3>
<PRE>
<A HREF="org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</A> <B>use</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
useSet</H3>
<PRE>
boolean <B>useSet</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
operations</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>operations</B></PRE>
<DL>
<DD>Our operations - a list of OperationDescs
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
namespaceMappings</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>namespaceMappings</B></PRE>
<DL>
<DD>A collection of namespaces which will map to this service
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
wsdlFileName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>wsdlFileName</B></PRE>
<DL>
<DD>Where does our WSDL document live? If this is non-null, the "?WSDL"
generation will automatically return this file instead of dynamically
creating a WSDL. BE CAREFUL because this means that Handlers will
not be able to add to the WSDL for extensions/headers....
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
endpointURL</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>endpointURL</B></PRE>
<DL>
<DD>An endpoint URL which someone has specified for this service. If
this is set, WSDL generation will pick it up instead of defaulting
to the transport URL.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
properties</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>properties</B></PRE>
<DL>
<DD>Place to store user-extensible service-related properties
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
name2OperationsMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>name2OperationsMap</B></PRE>
<DL>
<DD>Lookup caches
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
qname2OperationsMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>qname2OperationsMap</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
allowedMethods</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>allowedMethods</B></PRE>
<DL>
<DD>null allows everything, an empty ArrayList allows nothing
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
disallowedMethods</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>disallowedMethods</B></PRE>
<DL>
<DD>List if disallowed methods
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
implClass</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>implClass</B></PRE>
<DL>
<DD>Implementation class
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
isSkeletonClass</H3>
<PRE>
boolean <B>isSkeletonClass</B></PRE>
<DL>
<DD>Is the implementation a Skeleton? If this is true, it will generate
a Fault to provide OperationDescs via WSDD.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
stopClasses</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>stopClasses</B></PRE>
<DL>
<DD>Classes at which we should stop looking up the inheritance chain
when introspecting
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
messageServiceDefaultOp</H3>
<PRE>
<A HREF="org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</A> <B>messageServiceDefaultOp</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
completedNames</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>completedNames</B></PRE>
<DL>
<DD>Method names for which we have completed any introspection necessary
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
tm</H3>
<PRE>
<A HREF="org/apache/axis/encoding/TypeMapping.html" title="interface in org.apache.axis.encoding">TypeMapping</A> <B>tm</B></PRE>
<DL>
<DD>Our typemapping for resolving Java<->XML type issues
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
tmr</H3>
<PRE>
<A HREF="org/apache/axis/encoding/TypeMappingRegistry.html" title="interface in org.apache.axis.encoding">TypeMappingRegistry</A> <B>tmr</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
haveAllSkeletonMethods</H3>
<PRE>
boolean <B>haveAllSkeletonMethods</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
introspectionComplete</H3>
<PRE>
boolean <B>introspectionComplete</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.description.OperationDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.OperationDesc</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</A>&nbsp;out)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
parent</H3>
<PRE>
<A HREF="org/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description">ServiceDesc</A> <B>parent</B></PRE>
<DL>
<DD>The service we're a part of
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
parameters</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>parameters</B></PRE>
<DL>
<DD>Parameter list
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DD>The operation name (String, or QName?)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
elementQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>elementQName</B></PRE>
<DL>
<DD>An XML QName which should dispatch to this method
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
style</H3>
<PRE>
<A HREF="org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</A> <B>style</B></PRE>
<DL>
<DD>This operation's style/use. If null, we default to our parent's
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
use</H3>
<PRE>
<A HREF="org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</A> <B>use</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
numInParams</H3>
<PRE>
int <B>numInParams</B></PRE>
<DL>
<DD>The number of "in" params (i.e. IN or INOUT) for this operation
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
numOutParams</H3>
<PRE>
int <B>numOutParams</B></PRE>
<DL>
<DD>The number of "out" params (i.e. OUT or INOUT) for this operation
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
soapAction</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>soapAction</B></PRE>
<DL>
<DD>A unique SOAPAction value for this operation
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
faults</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>faults</B></PRE>
<DL>
<DD>Faults for this operation
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
returnDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</A> <B>returnDesc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
messageOperationStyle</H3>
<PRE>
int <B>messageOperationStyle</B></PRE>
<DL>
<DD>If we're a message-style operation, what's our signature?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
documentation</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>documentation</B></PRE>
<DL>
<DD>The documentation for the operation
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mep</H3>
<PRE>
javax.wsdl.OperationType <B>mep</B></PRE>
<DL>
<DD>The MEP for this Operation - uses the WSDL4J OperationType for now
but we might want to have our own extensible enum for WSDL 2.0
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.description.ParameterDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.ParameterDesc</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</A>&nbsp;out)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
typeEntry</H3>
<PRE>
<A HREF="org/apache/axis/wsdl/symbolTable/TypeEntry.html" title="class in org.apache.axis.wsdl.symbolTable">TypeEntry</A> <B>typeEntry</B></PRE>
<DL>
<DD>A TypeEntry corresponding to this parameter
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mode</H3>
<PRE>
byte <B>mode</B></PRE>
<DL>
<DD>The Parameter mode (in, out, inout)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
typeQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>typeQName</B></PRE>
<DL>
<DD>The XML type of this parameter
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DD>The Java type of this parameter
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
order</H3>
<PRE>
int <B>order</B></PRE>
<DL>
<DD>The order of this parameter (-1 indicates unordered)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
isReturn</H3>
<PRE>
boolean <B>isReturn</B></PRE>
<DL>
<DD>Indicates if this ParameterDesc represents a return or normal parameter
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
mimeType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>mimeType</B></PRE>
<DL>
<DD>MIME type for this parameter, if there is one
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
itemQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>itemQName</B></PRE>
<DL>
<DD>If this ParamDesc represents a literal array, this QName will
determine if it gets written as a "bare" or a "wrapped" schema.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
itemType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>itemType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
inHeader</H3>
<PRE>
boolean <B>inHeader</B></PRE>
<DL>
<DD>Indicates whether input/output values are stored in the header
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
outHeader</H3>
<PRE>
boolean <B>outHeader</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
documentation</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>documentation</B></PRE>
<DL>
<DD>The documentation for the parameter
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
omittable</H3>
<PRE>
boolean <B>omittable</B></PRE>
<DL>
<DD>Indicates whether this parameter may be omitted or not (i.e., it has minOccurs="0")
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
nillable</H3>
<PRE>
boolean <B>nillable</B></PRE>
<DL>
<DD>Indicates whether this parameter is nillable
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.description.TypeDesc"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">org.apache.axis.description.TypeDesc</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
lookedForAny</H3>
<PRE>
boolean <B>lookedForAny</B></PRE>
<DL>
<DD>Have we already introspected for the special "any" property desc?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
canSearchParents</H3>
<PRE>
boolean <B>canSearchParents</B></PRE>
<DL>
<DD>Can this instance search for metadata in parents of the type it describes?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
hasSearchedParents</H3>
<PRE>
boolean <B>hasSearchedParents</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
parentDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</A> <B>parentDesc</B></PRE>
<DL>
<DD>My superclass TypeDesc
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
javaClassRef</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">WeakReference</A> <B>javaClassRef</B></PRE>
<DL>
<DD>WeakReference to the Java class for this type
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DD>The XML type QName for this type
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
fields</H3>
<PRE>
<A HREF="org/apache/axis/description/FieldDesc.html" title="class in org.apache.axis.description">FieldDesc</A>[] <B>fields</B></PRE>
<DL>
<DD>The various fields in here
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
fieldNameMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>fieldNameMap</B></PRE>
<DL>
<DD>A cache of FieldDescs by name
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
fieldElementMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>fieldElementMap</B></PRE>
<DL>
<DD>A cache of FieldDescs by Element QName
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
_hasAttributes</H3>
<PRE>
boolean <B>_hasAttributes</B></PRE>
<DL>
<DD>Are there any fields which are serialized as attributes?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyDescriptors</H3>
<PRE>
<A HREF="org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</A>[] <B>propertyDescriptors</B></PRE>
<DL>
<DD>Introspected property descriptors
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>propertyMap</B></PRE>
<DL>
<DD>Map with key = property descriptor name, value = descriptor
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
anyDesc</H3>
<PRE>
<A HREF="org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</A> <B>anyDesc</B></PRE>
<DL>
<DD>Indication if this type has support for xsd:any.
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.encoding</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.encoding.DefaultJAXRPC11TypeMappingImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/DefaultJAXRPC11TypeMappingImpl.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.DefaultJAXRPC11TypeMappingImpl</A> extends <A HREF="org/apache/axis/encoding/DefaultTypeMappingImpl.html" title="class in org.apache.axis.encoding">DefaultTypeMappingImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/DefaultSOAP12TypeMappingImpl.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.DefaultSOAP12TypeMappingImpl</A> extends <A HREF="org/apache/axis/encoding/DefaultSOAPEncodingTypeMappingImpl.html" title="class in org.apache.axis.encoding">DefaultSOAPEncodingTypeMappingImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/DefaultSOAPEncodingTypeMappingImpl.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.DefaultSOAPEncodingTypeMappingImpl</A> extends <A HREF="org/apache/axis/encoding/DefaultTypeMappingImpl.html" title="class in org.apache.axis.encoding">DefaultTypeMappingImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.DefaultTypeMappingImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/DefaultTypeMappingImpl.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.DefaultTypeMappingImpl</A> extends <A HREF="org/apache/axis/encoding/TypeMappingImpl.html" title="class in org.apache.axis.encoding">TypeMappingImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
inInitMappings</H3>
<PRE>
boolean <B>inInitMappings</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.DeserializerImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.DeserializerImpl</A> extends <A HREF="org/apache/axis/message/SOAPHandler.html" title="class in org.apache.axis.message">SOAPHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
value</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>value</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
debugEnabled</H3>
<PRE>
boolean <B>debugEnabled</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
isEnded</H3>
<PRE>
boolean <B>isEnded</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
targets</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>targets</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
defaultType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>defaultType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
componentsReadyFlag</H3>
<PRE>
boolean <B>componentsReadyFlag</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
activeDeserializers</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashSet.html?is-external=true" title="class or interface in java.util">HashSet</A> <B>activeDeserializers</B></PRE>
<DL>
<DD>A set of sub-deserializers whose values must complete before our
value is complete.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
isHref</H3>
<PRE>
boolean <B>isHref</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
isNil</H3>
<PRE>
boolean <B>isNil</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
id</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>id</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.TypeMappingDelegate"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/TypeMappingDelegate.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.TypeMappingDelegate</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
delegate</H3>
<PRE>
<A HREF="org/apache/axis/encoding/TypeMappingImpl.html" title="class in org.apache.axis.encoding">TypeMappingImpl</A> <B>delegate</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
next</H3>
<PRE>
<A HREF="org/apache/axis/encoding/TypeMappingDelegate.html" title="class in org.apache.axis.encoding">TypeMappingDelegate</A> <B>next</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.TypeMappingImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/TypeMappingImpl.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.TypeMappingImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
qName2Pair</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>qName2Pair</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
class2Pair</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>class2Pair</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
pair2SF</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>pair2SF</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
pair2DF</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>pair2DF</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
namespaces</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>namespaces</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
doAutoTypes</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A> <B>doAutoTypes</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.TypeMappingImpl.Pair"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/TypeMappingImpl.Pair.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.TypeMappingImpl.Pair</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.TypeMappingRegistryImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/TypeMappingRegistryImpl.html" title="class in org.apache.axis.encoding">org.apache.axis.encoding.TypeMappingRegistryImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
mapTM</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>mapTM</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
defaultDelTM</H3>
<PRE>
<A HREF="org/apache/axis/encoding/TypeMappingDelegate.html" title="class in org.apache.axis.encoding">TypeMappingDelegate</A> <B>defaultDelTM</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
isDelegated</H3>
<PRE>
boolean <B>isDelegated</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.encoding.ser</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.encoding.ser.ArrayDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ArrayDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ArrayDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
arrayType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>arrayType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
curIndex</H3>
<PRE>
int <B>curIndex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
defaultItemType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>defaultItemType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
length</H3>
<PRE>
int <B>length</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
arrayClass</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>arrayClass</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
mDimLength</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>mDimLength</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
mDimFactor</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>mDimFactor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
soapConstants</H3>
<PRE>
<A HREF="org/apache/axis/soap/SOAPConstants.html" title="interface in org.apache.axis.soap">SOAPConstants</A> <B>soapConstants</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ArrayDeserializer.ArrayListExtension.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
table</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>table</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
arrayClass</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>arrayClass</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.ArrayDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ArrayDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ArrayDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
componentXmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>componentXmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.ArraySerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ArraySerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ArraySerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
componentType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>componentType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
componentQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>componentQName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.ArraySerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ArraySerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ArraySerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
componentType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>componentType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
componentQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>componentQName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.Base64Deserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/Base64Deserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.Base64Deserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.Base64DeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/Base64DeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.Base64DeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.Base64Serializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/Base64Serializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.Base64Serializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.Base64SerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/Base64SerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.Base64SerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.BaseDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.BaseDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseFactory.html" title="class in org.apache.axis.encoding.ser">BaseFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
deserClass</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>deserClass</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.BaseSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.BaseSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseFactory.html" title="class in org.apache.axis.encoding.ser">BaseFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
serClass</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>serClass</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.BeanDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/BeanDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.BeanDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
val</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/CharArrayWriter.html?is-external=true" title="class or interface in java.io">CharArrayWriter</A> <B>val</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>propertyMap</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
prevQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>prevQName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
constructorToUse</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</A> <B>constructorToUse</B></PRE>
<DL>
<DD>Constructor if no default constructor
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
constructorTarget</H3>
<PRE>
<A HREF="org/apache/axis/encoding/Target.html" title="interface in org.apache.axis.encoding">Target</A> <B>constructorTarget</B></PRE>
<DL>
<DD>Constructor Target object to use (if constructorToUse != null)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
typeDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</A> <B>typeDesc</B></PRE>
<DL>
<DD>Type metadata about this class for XML deserialization
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
collectionIndex</H3>
<PRE>
int <B>collectionIndex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
cacheStringDSer</H3>
<PRE>
<A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> <B>cacheStringDSer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
cacheXMLType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>cacheXMLType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.BeanDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/BeanDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.BeanDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.BeanSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/BeanSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.BeanSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyDescriptor</H3>
<PRE>
<A HREF="org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</A>[] <B>propertyDescriptor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</A> <B>typeDesc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.BeanSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/BeanSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.BeanSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.CalendarDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/CalendarDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.CalendarDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.CalendarDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/CalendarDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.CalendarDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.CalendarSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/CalendarSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.CalendarSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.CalendarSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/CalendarSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.CalendarSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DateDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DateDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DateDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DateDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DateDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DateDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DateSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DateSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DateSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DateSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DateSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DateSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DocumentDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DocumentDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DocumentDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DocumentDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DocumentDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DocumentDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DocumentSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DocumentSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DocumentSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.DocumentSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/DocumentSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.DocumentSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.ElementDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ElementDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ElementDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.ElementDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ElementDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ElementDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.ElementSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ElementSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ElementSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.ElementSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ElementSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ElementSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.EnumDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/EnumDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.EnumDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
fromStringMethod</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</A> <B>fromStringMethod</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.EnumDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/EnumDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.EnumDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.EnumSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/EnumSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.EnumSerializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleSerializer.html" title="class in org.apache.axis.encoding.ser">SimpleSerializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
toStringMethod</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Method.html?is-external=true" title="class or interface in java.lang.reflect">Method</A> <B>toStringMethod</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.EnumSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/EnumSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.EnumSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.HexDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/HexDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.HexDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.HexDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/HexDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.HexDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.HexSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/HexSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.HexSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.HexSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/HexSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.HexSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.ImageDataHandlerDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ImageDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ImageDataHandlerDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.ImageDataHandlerSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/ImageDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.ImageDataHandlerSerializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerSerializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.JAFDataHandlerDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.JAFDataHandlerDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.JAFDataHandlerDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.JAFDataHandlerSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.JAFDataHandlerSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.JAFDataHandlerSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.MapDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/MapDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.MapDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.MapDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/MapDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.MapDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.MapSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/MapSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.MapSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.MapSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/MapSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.MapSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/MimeMultipartDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.MimeMultipartDataHandlerDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/MimeMultipartDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.MimeMultipartDataHandlerSerializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerSerializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/OctetStreamDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.OctetStreamDataHandlerDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/OctetStreamDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.OctetStreamDataHandlerSerializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerSerializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/PlainTextDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.PlainTextDataHandlerDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/PlainTextDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.PlainTextDataHandlerSerializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerSerializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.QNameDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/QNameDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.QNameDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
context</H3>
<PRE>
<A HREF="org/apache/axis/encoding/DeserializationContext.html" title="class in org.apache.axis.encoding">DeserializationContext</A> <B>context</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.QNameDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/QNameDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.QNameDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.QNameSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/QNameSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.QNameSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.QNameSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/QNameSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.QNameSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
val</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/CharArrayWriter.html?is-external=true" title="class or interface in java.io">CharArrayWriter</A> <B>val</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
constructor</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</A> <B>constructor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>propertyMap</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
attributeMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>attributeMap</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</A> <B>typeDesc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
context</H3>
<PRE>
<A HREF="org/apache/axis/encoding/DeserializationContext.html" title="class in org.apache.axis.encoding">DeserializationContext</A> <B>context</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
cacheStringDSer</H3>
<PRE>
<A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> <B>cacheStringDSer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
cacheXMLType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>cacheXMLType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
isBasicType</H3>
<PRE>
boolean <B>isBasicType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleListDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleListDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleListDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
val</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/StringBuffer.html?is-external=true" title="class or interface in java.lang">StringBuffer</A> <B>val</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
constructor</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/reflect/Constructor.html?is-external=true" title="class or interface in java.lang.reflect">Constructor</A> <B>constructor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>propertyMap</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
attributeMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>attributeMap</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
context</H3>
<PRE>
<A HREF="org/apache/axis/encoding/DeserializationContext.html" title="class in org.apache.axis.encoding">DeserializationContext</A> <B>context</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</A> <B>typeDesc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
cacheStringDSer</H3>
<PRE>
<A HREF="org/apache/axis/encoding/ser/SimpleListDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleListDeserializer</A> <B>cacheStringDSer</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
cacheXMLType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>cacheXMLType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleListDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleListDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleListDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
private <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
clazzType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>clazzType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleListSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleListSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleListSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyDescriptor</H3>
<PRE>
<A HREF="org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</A>[] <B>propertyDescriptor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</A> <B>typeDesc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleListSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleListSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleListSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
propertyDescriptor</H3>
<PRE>
<A HREF="org/apache/axis/utils/BeanPropertyDescriptor.html" title="class in org.apache.axis.utils">BeanPropertyDescriptor</A>[] <B>propertyDescriptor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
typeDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/TypeDesc.html" title="class in org.apache.axis.description">TypeDesc</A> <B>typeDesc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.SimpleSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SimpleSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SimpleSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
isBasicType</H3>
<PRE>
boolean <B>isBasicType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.SourceDataHandlerDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SourceDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SourceDataHandlerDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerDeserializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.SourceDataHandlerSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/SourceDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.SourceDataHandlerSerializer</A> extends <A HREF="org/apache/axis/encoding/ser/JAFDataHandlerSerializer.html" title="class in org.apache.axis.encoding.ser">JAFDataHandlerSerializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.TimeDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/TimeDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.TimeDeserializer</A> extends <A HREF="org/apache/axis/encoding/ser/SimpleDeserializer.html" title="class in org.apache.axis.encoding.ser">SimpleDeserializer</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.TimeDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/TimeDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.TimeDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.TimeSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/TimeSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.TimeSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.TimeSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/TimeSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.TimeSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.VectorDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/VectorDeserializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.VectorDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
curIndex</H3>
<PRE>
int <B>curIndex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.VectorDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/VectorDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.VectorDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.VectorSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/VectorSerializer.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.VectorSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.VectorSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/VectorSerializerFactory.html" title="class in org.apache.axis.encoding.ser">org.apache.axis.encoding.ser.VectorSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.encoding.ser.castor</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorDeserializer.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorDeserializerFactory.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorEnumTypeDeserializer.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
xmlType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>xmlType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
javaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>javaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorEnumTypeDeserializerFactory.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorEnumTypeDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorEnumTypeSerializer.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorEnumTypeSerializerFactory.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorEnumTypeSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorSerializer.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.castor.CastorSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/castor/CastorSerializerFactory.html" title="class in org.apache.axis.encoding.ser.castor">org.apache.axis.encoding.ser.castor.CastorSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.encoding.ser.xbeans</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/xbeans/XmlBeanDeserializer.html" title="class in org.apache.axis.encoding.ser.xbeans">org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializer</A> extends <A HREF="org/apache/axis/encoding/DeserializerImpl.html" title="class in org.apache.axis.encoding">DeserializerImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
mJavaType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>mJavaType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/xbeans/XmlBeanDeserializerFactory.html" title="class in org.apache.axis.encoding.ser.xbeans">org.apache.axis.encoding.ser.xbeans.XmlBeanDeserializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseDeserializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseDeserializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.xbeans.XmlBeanSerializer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/xbeans/XmlBeanSerializer.html" title="class in org.apache.axis.encoding.ser.xbeans">org.apache.axis.encoding.ser.xbeans.XmlBeanSerializer</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.encoding.ser.xbeans.XmlBeanSerializerFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/encoding/ser/xbeans/XmlBeanSerializerFactory.html" title="class in org.apache.axis.encoding.ser.xbeans">org.apache.axis.encoding.ser.xbeans.XmlBeanSerializerFactory</A> extends <A HREF="org/apache/axis/encoding/ser/BaseSerializerFactory.html" title="class in org.apache.axis.encoding.ser">BaseSerializerFactory</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.enum</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.enum.Scope"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/enum/Scope.html" title="class in org.apache.axis.enum">org.apache.axis.enum.Scope</A> extends <A HREF="org/apache/axis/constants/Scope.html" title="class in org.apache.axis.constants">Scope</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.enum.Style"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/enum/Style.html" title="class in org.apache.axis.enum">org.apache.axis.enum.Style</A> extends <A HREF="org/apache/axis/constants/Style.html" title="class in org.apache.axis.constants">Style</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.enum.Use"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/enum/Use.html" title="class in org.apache.axis.enum">org.apache.axis.enum.Use</A> extends <A HREF="org/apache/axis/constants/Use.html" title="class in org.apache.axis.constants">Use</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.handlers</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.handlers.BasicHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.BasicHandler</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
makeLockable</H3>
<PRE>
boolean <B>makeLockable</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
options</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</A> <B>options</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.DebugHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/DebugHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.DebugHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.EchoHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/EchoHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.EchoHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
wsdlStart1</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>wsdlStart1</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
wsdlStart</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>wsdlStart</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
wsdlEnd</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>wsdlEnd</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.ErrorHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/ErrorHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.ErrorHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.HandlerChainImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/HandlerChainImpl.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.HandlerChainImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
_roles</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[] <B>_roles</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
falseIndex</H3>
<PRE>
int <B>falseIndex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
handlerInfos</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>handlerInfos</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.HandlerInfoChainFactory"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/HandlerInfoChainFactory.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.HandlerInfoChainFactory</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
handlerInfos</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A> <B>handlerInfos</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_roles</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[] <B>_roles</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.JAXRPCHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/JAXRPCHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.JAXRPCHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
impl</H3>
<PRE>
<A HREF="org/apache/axis/handlers/HandlerChainImpl.html" title="class in org.apache.axis.handlers">HandlerChainImpl</A> <B>impl</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.JWSHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/JWSHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.JWSHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
OPTION_JWS_FILE_EXTENSION</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>OPTION_JWS_FILE_EXTENSION</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
DEFAULT_JWS_FILE_EXTENSION</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>DEFAULT_JWS_FILE_EXTENSION</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
soapServices</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>soapServices</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
classloaders</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>classloaders</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.LogHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/LogHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.LogHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
start</H3>
<PRE>
long <B>start</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
writeToConsole</H3>
<PRE>
boolean <B>writeToConsole</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
filename</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>filename</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.LogMessage"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/LogMessage.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.LogMessage</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.MD5AttachHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/MD5AttachHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.MD5AttachHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.SimpleAuthenticationHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/SimpleAuthenticationHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.SimpleAuthenticationHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.SimpleAuthorizationHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/SimpleAuthorizationHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.SimpleAuthorizationHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.SimpleSessionHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/SimpleSessionHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.SimpleSessionHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
activeSessions</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</A> <B>activeSessions</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
reapPeriodicity</H3>
<PRE>
long <B>reapPeriodicity</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
lastReapTime</H3>
<PRE>
long <B>lastReapTime</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
defaultSessionTimeout</H3>
<PRE>
int <B>defaultSessionTimeout</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.SOAPMonitorHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/SOAPMonitorHandler.html" title="class in org.apache.axis.handlers">org.apache.axis.handlers.SOAPMonitorHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.handlers.http</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.handlers.http.HTTPActionHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/http/HTTPActionHandler.html" title="class in org.apache.axis.handlers.http">org.apache.axis.handlers.http.HTTPActionHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.http.HTTPAuthHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/http/HTTPAuthHandler.html" title="class in org.apache.axis.handlers.http">org.apache.axis.handlers.http.HTTPAuthHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.handlers.http.URLMapper"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/http/URLMapper.html" title="class in org.apache.axis.handlers.http">org.apache.axis.handlers.http.URLMapper</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.handlers.soap</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.handlers.soap.MustUnderstandChecker"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/soap/MustUnderstandChecker.html" title="class in org.apache.axis.handlers.soap">org.apache.axis.handlers.soap.MustUnderstandChecker</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
service</H3>
<PRE>
<A HREF="org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">SOAPService</A> <B>service</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.handlers.soap.SOAPService"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/handlers/soap/SOAPService.html" title="class in org.apache.axis.handlers.soap">org.apache.axis.handlers.soap.SOAPService</A> extends <A HREF="org/apache/axis/SimpleTargetedChain.html" title="class in org.apache.axis">SimpleTargetedChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
validTransports</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>validTransports</B></PRE>
<DL>
<DD>Valid transports for this service
(server side only!)
!!! For now, if this is null, we assume all
transports are valid.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
highFidelityRecording</H3>
<PRE>
boolean <B>highFidelityRecording</B></PRE>
<DL>
<DD>Does this service require a high-fidelity SAX recording of messages?
(default is true)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
sendType</H3>
<PRE>
int <B>sendType</B></PRE>
<DL>
<DD>How does this service wish data which would normally be sent as
an attachment to be sent? Default for requests is
org.apache.axis.attachments.Attachments.SEND_TYPE_DEFAULT,
and the default for responses is to match the request.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
serviceDescription</H3>
<PRE>
<A HREF="org/apache/axis/description/ServiceDesc.html" title="interface in org.apache.axis.description">ServiceDesc</A> <B>serviceDescription</B></PRE>
<DL>
<DD>Our ServiceDescription. Holds pretty much all the interesting
metadata about this service.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
engine</H3>
<PRE>
<A HREF="org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</A> <B>engine</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
serviceObjects</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>serviceObjects</B></PRE>
<DL>
<DD>A list of our active service objects (these can have lifetimes and
be reaped)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
nextObjectID</H3>
<PRE>
int <B>nextObjectID</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
isRunning</H3>
<PRE>
boolean <B>isRunning</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
actors</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>actors</B></PRE>
<DL>
<DD>Actor list - these are just the service-specific ones
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.message</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.message.CDATAImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/CDATAImpl.html" title="class in org.apache.axis.message">org.apache.axis.message.CDATAImpl</A> extends <A HREF="org/apache/axis/message/Text.html" title="class in org.apache.axis.message">Text</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.message.CommentImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/CommentImpl.html" title="class in org.apache.axis.message">org.apache.axis.message.CommentImpl</A> extends <A HREF="org/apache/axis/message/Text.html" title="class in org.apache.axis.message">Text</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.message.Detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/Detail.html" title="class in org.apache.axis.message">org.apache.axis.message.Detail</A> extends <A HREF="org/apache/axis/message/SOAPFaultElement.html" title="class in org.apache.axis.message">SOAPFaultElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.message.DetailEntry"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/DetailEntry.html" title="class in org.apache.axis.message">org.apache.axis.message.DetailEntry</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.message.InputStreamBody"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/InputStreamBody.html" title="class in org.apache.axis.message">org.apache.axis.message.InputStreamBody</A> extends <A HREF="org/apache/axis/message/SOAPBodyElement.html" title="class in org.apache.axis.message">SOAPBodyElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
inputStream</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</A> <B>inputStream</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.MessageElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">org.apache.axis.message.MessageElement</A> extends <A HREF="org/apache/axis/message/NodeImpl.html" title="class in org.apache.axis.message">NodeImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
id</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>id</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
href</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>href</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_isRoot</H3>
<PRE>
boolean <B>_isRoot</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
message</H3>
<PRE>
<A HREF="org/apache/axis/message/SOAPEnvelope.html" title="class in org.apache.axis.message">SOAPEnvelope</A> <B>message</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
qNameAttrs</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>qNameAttrs</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
startEventIndex</H3>
<PRE>
int <B>startEventIndex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
startContentsIndex</H3>
<PRE>
int <B>startContentsIndex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
endEventIndex</H3>
<PRE>
int <B>endEventIndex</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
namespaces</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>namespaces</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
encodingStyle</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>encodingStyle</B></PRE>
<DL>
<DD>Our encoding style, if any
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
objectValue</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>objectValue</B></PRE>
<DL>
<DD>Object value, possibly supplied by subclass
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
fixupDeserializer</H3>
<PRE>
<A HREF="org/apache/axis/encoding/Deserializer.html" title="interface in org.apache.axis.encoding">Deserializer</A> <B>fixupDeserializer</B></PRE>
<DL>
<DD>!!! TODO : Make sure this handles multiple targets
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.MimeHeaders"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/MimeHeaders.html" title="class in org.apache.axis.message">org.apache.axis.message.MimeHeaders</A> extends <A HREF="javax/xml/soap/MimeHeaders.html" title="class in javax.xml.soap">MimeHeaders</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readExternal(java.io.ObjectInput)"><!-- --></A><H3>
readExternal</H3>
<PRE>
public void <B>readExternal</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInput.html?is-external=true" title="class or interface in java.io">ObjectInput</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeExternal(java.io.ObjectOutput)"><!-- --></A><H3>
writeExternal</H3>
<PRE>
public void <B>writeExternal</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutput.html?is-external=true" title="class or interface in java.io">ObjectOutput</A>&nbsp;out)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.NodeImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/NodeImpl.html" title="class in org.apache.axis.message">org.apache.axis.message.NodeImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
prefix</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>prefix</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
namespaceURI</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>namespaceURI</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
document</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</A> <B>document</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
parent</H3>
<PRE>
<A HREF="org/apache/axis/message/NodeImpl.html" title="class in org.apache.axis.message">NodeImpl</A> <B>parent</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
children</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/ArrayList.html?is-external=true" title="class or interface in java.util">ArrayList</A> <B>children</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
textRep</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/CharacterData.html?is-external=true" title="class or interface in org.w3c.dom">CharacterData</A> <B>textRep</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
_isDirty</H3>
<PRE>
boolean <B>_isDirty</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.RPCElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/RPCElement.html" title="class in org.apache.axis.message">org.apache.axis.message.RPCElement</A> extends <A HREF="org/apache/axis/message/SOAPBodyElement.html" title="class in org.apache.axis.message">SOAPBodyElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
needDeser</H3>
<PRE>
boolean <B>needDeser</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
operations</H3>
<PRE>
<A HREF="org/apache/axis/description/OperationDesc.html" title="class in org.apache.axis.description">OperationDesc</A>[] <B>operations</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.RPCHeaderParam"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/RPCHeaderParam.html" title="class in org.apache.axis.message">org.apache.axis.message.RPCHeaderParam</A> extends <A HREF="org/apache/axis/message/SOAPHeaderElement.html" title="class in org.apache.axis.message">SOAPHeaderElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.message.RPCParam"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/RPCParam.html" title="class in org.apache.axis.message">org.apache.axis.message.RPCParam</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readObject(java.io.ObjectInputStream)"><!-- --></A><H3>
readObject</H3>
<PRE>
private void <B>readObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectInputStream.html?is-external=true" title="class or interface in java.io">ObjectInputStream</A>&nbsp;in)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A>,
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/ClassNotFoundException.html?is-external=true" title="class or interface in java.lang">ClassNotFoundException</A></CODE></DD>
</DL>
</DL>
<HR>
<A NAME="writeObject(java.io.ObjectOutputStream)"><!-- --></A><H3>
writeObject</H3>
<PRE>
private void <B>writeObject</B>(<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectOutputStream.html?is-external=true" title="class or interface in java.io">ObjectOutputStream</A>&nbsp;out)
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
value</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>value</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
countSetCalls</H3>
<PRE>
int <B>countSetCalls</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
paramDesc</H3>
<PRE>
<A HREF="org/apache/axis/description/ParameterDesc.html" title="class in org.apache.axis.description">ParameterDesc</A> <B>paramDesc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
wantXSIType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</A> <B>wantXSIType</B></PRE>
<DL>
<DD>Do we definitely want (or don't want) to send xsi:types? If null
(the default), just do whatever our SerializationContext is configured
to do. If TRUE or FALSE, the SerializationContext will do what we
want.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.SOAPBody"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPBody.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPBody</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
soapConstants</H3>
<PRE>
<A HREF="org/apache/axis/soap/SOAPConstants.html" title="interface in org.apache.axis.soap">SOAPConstants</A> <B>soapConstants</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
disableFormatting</H3>
<PRE>
boolean <B>disableFormatting</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
doSAAJEncodingCompliance</H3>
<PRE>
boolean <B>doSAAJEncodingCompliance</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.SOAPBodyElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPBodyElement.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPBodyElement</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.message.SOAPDocumentImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPDocumentImpl.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPDocumentImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
delegate</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</A> <B>delegate</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
soapPart</H3>
<PRE>
<A HREF="org/apache/axis/SOAPPart.html" title="class in org.apache.axis">SOAPPart</A> <B>soapPart</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
features</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>[] <B>features</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
version</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>version</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.SOAPEnvelope"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPEnvelope.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPEnvelope</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
header</H3>
<PRE>
<A HREF="org/apache/axis/message/SOAPHeader.html" title="class in org.apache.axis.message">SOAPHeader</A> <B>header</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
body</H3>
<PRE>
<A HREF="org/apache/axis/message/SOAPBody.html" title="class in org.apache.axis.message">SOAPBody</A> <B>body</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
trailers</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>trailers</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
soapConstants</H3>
<PRE>
<A HREF="org/apache/axis/soap/SOAPConstants.html" title="interface in org.apache.axis.soap">SOAPConstants</A> <B>soapConstants</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
schemaVersion</H3>
<PRE>
<A HREF="org/apache/axis/schema/SchemaVersion.html" title="interface in org.apache.axis.schema">SchemaVersion</A> <B>schemaVersion</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
messageType</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>messageType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
recorded</H3>
<PRE>
boolean <B>recorded</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.SOAPFault"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPFault.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPFault</A> extends <A HREF="org/apache/axis/message/SOAPBodyElement.html" title="class in org.apache.axis.message">SOAPBodyElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
fault</H3>
<PRE>
<A HREF="org/apache/axis/AxisFault.html" title="class in org.apache.axis">AxisFault</A> <B>fault</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
prefix</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>prefix</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
locale</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Locale.html?is-external=true" title="class or interface in java.util">Locale</A> <B>locale</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
detail</H3>
<PRE>
<A HREF="org/apache/axis/message/Detail.html" title="class in org.apache.axis.message">Detail</A> <B>detail</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.SOAPFaultElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPFaultElement.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPFaultElement</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.message.SOAPHeader"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPHeader.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPHeader</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
soapConstants</H3>
<PRE>
<A HREF="org/apache/axis/soap/SOAPConstants.html" title="interface in org.apache.axis.soap">SOAPConstants</A> <B>soapConstants</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.SOAPHeaderElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/SOAPHeaderElement.html" title="class in org.apache.axis.message">org.apache.axis.message.SOAPHeaderElement</A> extends <A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
processed</H3>
<PRE>
boolean <B>processed</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
actor</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>actor</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
mustUnderstand</H3>
<PRE>
boolean <B>mustUnderstand</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
relay</H3>
<PRE>
boolean <B>relay</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
alreadySerialized</H3>
<PRE>
boolean <B>alreadySerialized</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.message.Text"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/message/Text.html" title="class in org.apache.axis.message">org.apache.axis.message.Text</A> extends <A HREF="org/apache/axis/message/NodeImpl.html" title="class in org.apache.axis.message">NodeImpl</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.monitor</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.monitor.SOAPMonitorService"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/monitor/SOAPMonitorService.html" title="class in org.apache.axis.monitor">org.apache.axis.monitor.SOAPMonitorService</A> extends <A HREF="http://download.oracle.com/javaee/1.4/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http">HttpServlet</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.providers</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.providers.BasicProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/BasicProvider.html" title="class in org.apache.axis.providers">org.apache.axis.providers.BasicProvider</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.providers.BSFProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/BSFProvider.html" title="class in org.apache.axis.providers">org.apache.axis.providers.BSFProvider</A> extends <A HREF="org/apache/axis/providers/BasicProvider.html" title="class in org.apache.axis.providers">BasicProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.providers.ComProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/ComProvider.html" title="class in org.apache.axis.providers">org.apache.axis.providers.ComProvider</A> extends <A HREF="org/apache/axis/providers/BasicProvider.html" title="class in org.apache.axis.providers">BasicProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.providers.java</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.providers.java.CORBAProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/java/CORBAProvider.html" title="class in org.apache.axis.providers.java">org.apache.axis.providers.java.CORBAProvider</A> extends <A HREF="org/apache/axis/providers/java/RPCProvider.html" title="class in org.apache.axis.providers.java">RPCProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.providers.java.EJBProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/java/EJBProvider.html" title="class in org.apache.axis.providers.java">org.apache.axis.providers.java.EJBProvider</A> extends <A HREF="org/apache/axis/providers/java/RPCProvider.html" title="class in org.apache.axis.providers.java">RPCProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.providers.java.JavaProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/java/JavaProvider.html" title="class in org.apache.axis.providers.java">org.apache.axis.providers.java.JavaProvider</A> extends <A HREF="org/apache/axis/providers/BasicProvider.html" title="class in org.apache.axis.providers">BasicProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.providers.java.MsgProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/java/MsgProvider.html" title="class in org.apache.axis.providers.java">org.apache.axis.providers.java.MsgProvider</A> extends <A HREF="org/apache/axis/providers/java/JavaProvider.html" title="class in org.apache.axis.providers.java">JavaProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.providers.java.RMIProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/java/RMIProvider.html" title="class in org.apache.axis.providers.java">org.apache.axis.providers.java.RMIProvider</A> extends <A HREF="org/apache/axis/providers/java/RPCProvider.html" title="class in org.apache.axis.providers.java">RPCProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.providers.java.RPCProvider"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/providers/java/RPCProvider.html" title="class in org.apache.axis.providers.java">org.apache.axis.providers.java.RPCProvider</A> extends <A HREF="org/apache/axis/providers/java/JavaProvider.html" title="class in org.apache.axis.providers.java">JavaProvider</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.schema</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.schema.SchemaVersion1999"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/schema/SchemaVersion1999.html" title="class in org.apache.axis.schema">org.apache.axis.schema.SchemaVersion1999</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.schema.SchemaVersion2000"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/schema/SchemaVersion2000.html" title="class in org.apache.axis.schema">org.apache.axis.schema.SchemaVersion2000</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.schema.SchemaVersion2001"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/schema/SchemaVersion2001.html" title="class in org.apache.axis.schema">org.apache.axis.schema.SchemaVersion2001</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.server</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.server.AxisServer"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/server/AxisServer.html" title="class in org.apache.axis.server">org.apache.axis.server.AxisServer</A> extends <A HREF="org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
clientEngine</H3>
<PRE>
<A HREF="org/apache/axis/AxisEngine.html" title="class in org.apache.axis">AxisEngine</A> <B>clientEngine</B></PRE>
<DL>
<DD>the AxisClient to be used by outcalling Services
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
running</H3>
<PRE>
boolean <B>running</B></PRE>
<DL>
<DD>Is this server active? If this is false, any requests will
cause a SOAP Server fault to be generated.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.server.ParamList"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/server/ParamList.html" title="class in org.apache.axis.server">org.apache.axis.server.ParamList</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.server.Transport"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/server/Transport.html" title="class in org.apache.axis.server">org.apache.axis.server.Transport</A> extends <A HREF="org/apache/axis/SimpleTargetedChain.html" title="class in org.apache.axis">SimpleTargetedChain</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.server.standalone</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.server.standalone.QuitHandler"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/server/standalone/QuitHandler.html" title="class in org.apache.axis.server.standalone">org.apache.axis.server.standalone.QuitHandler</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.server.standalone.ServerException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/server/standalone/ServerException.html" title="class in org.apache.axis.server.standalone">org.apache.axis.server.standalone.ServerException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID:&nbsp;</B>2996112474203025829L
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.server.standalone.cli</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.server.standalone.cli.ConfiguratorException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/server/standalone/cli/ConfiguratorException.html" title="class in org.apache.axis.server.standalone.cli">org.apache.axis.server.standalone.cli.ConfiguratorException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID:&nbsp;</B>664045878448812254L
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.soap</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.soap.SOAP11Constants"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/soap/SOAP11Constants.html" title="class in org.apache.axis.soap">org.apache.axis.soap.SOAP11Constants</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.soap.SOAP12Constants"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/soap/SOAP12Constants.html" title="class in org.apache.axis.soap">org.apache.axis.soap.SOAP12Constants</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.transport.http</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.transport.http.AdminServlet"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/http/AdminServlet.html" title="class in org.apache.axis.transport.http">org.apache.axis.transport.http.AdminServlet</A> extends <A HREF="org/apache/axis/transport/http/AxisServletBase.html" title="class in org.apache.axis.transport.http">AxisServletBase</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.transport.http.AutoRegisterServlet"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/http/AutoRegisterServlet.html" title="class in org.apache.axis.transport.http">org.apache.axis.transport.http.AutoRegisterServlet</A> extends <A HREF="org/apache/axis/transport/http/AxisServletBase.html" title="class in org.apache.axis.transport.http">AxisServletBase</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.transport.http.AxisServlet"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/http/AxisServlet.html" title="class in org.apache.axis.transport.http">org.apache.axis.transport.http.AxisServlet</A> extends <A HREF="org/apache/axis/transport/http/AxisServletBase.html" title="class in org.apache.axis.transport.http">AxisServletBase</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
transportName</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>transportName</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
transport</H3>
<PRE>
<A HREF="org/apache/axis/Handler.html" title="interface in org.apache.axis">Handler</A> <B>transport</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
securityProvider</H3>
<PRE>
<A HREF="org/apache/axis/security/servlet/ServletSecurityProvider.html" title="class in org.apache.axis.security.servlet">ServletSecurityProvider</A> <B>securityProvider</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
servicesPath</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>servicesPath</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
enableList</H3>
<PRE>
boolean <B>enableList</B></PRE>
<DL>
<DD>Should we enable the "?list" functionality on GETs? (off by
default because deployment information is a potential security
hole)
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
disableServicesList</H3>
<PRE>
boolean <B>disableServicesList</B></PRE>
<DL>
<DD>Should we turn off the list of services when we receive a GET
at the servlet root?
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
jwsClassDir</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>jwsClassDir</B></PRE>
<DL>
<DD>Cached path to JWS output directory
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.transport.http.AxisServletBase"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/http/AxisServletBase.html" title="class in org.apache.axis.transport.http">org.apache.axis.transport.http.AxisServletBase</A> extends <A HREF="http://download.oracle.com/javaee/1.4/api/javax/servlet/http/HttpServlet.html?is-external=true" title="class or interface in javax.servlet.http">HttpServlet</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
axisServer</H3>
<PRE>
<A HREF="org/apache/axis/server/AxisServer.html" title="class in org.apache.axis.server">AxisServer</A> <B>axisServer</B></PRE>
<DL>
<DD>per-instance cache of the axis server
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
webInfPath</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>webInfPath</B></PRE>
<DL>
<DD>Cached path to our WEB-INF directory
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
homeDir</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>homeDir</B></PRE>
<DL>
<DD>Cached path to our "root" dir
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
isDevelopment</H3>
<PRE>
boolean <B>isDevelopment</B></PRE>
<DL>
<DD>flag set to true for a 'production' server
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.transport.http.CommonsHTTPSender"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/http/CommonsHTTPSender.html" title="class in org.apache.axis.transport.http">org.apache.axis.transport.http.CommonsHTTPSender</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
connectionManager</H3>
<PRE>
org.apache.commons.httpclient.HttpConnectionManager <B>connectionManager</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
clientProperties</H3>
<PRE>
<A HREF="org/apache/axis/components/net/CommonsHTTPClientProperties.html" title="interface in org.apache.axis.components.net">CommonsHTTPClientProperties</A> <B>clientProperties</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
httpChunkStream</H3>
<PRE>
boolean <B>httpChunkStream</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.transport.http.HTTPSender"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/http/HTTPSender.html" title="class in org.apache.axis.transport.http">org.apache.axis.transport.http.HTTPSender</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
targetURL</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</A> <B>targetURL</B></PRE>
<DL>
<DD>the url; used for error reporting
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.transport.http.javanet</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.transport.http.javanet.JavaNetHTTPSender"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/http/javanet/JavaNetHTTPSender.html" title="class in org.apache.axis.transport.http.javanet">org.apache.axis.transport.http.javanet.JavaNetHTTPSender</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID:&nbsp;</B>1L
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.transport.java</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.transport.java.JavaSender"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/java/JavaSender.html" title="class in org.apache.axis.transport.java">org.apache.axis.transport.java.JavaSender</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.transport.jms</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.transport.jms.InvokeException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/jms/InvokeException.html" title="class in org.apache.axis.transport.jms">org.apache.axis.transport.jms.InvokeException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">RuntimeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.transport.jms.InvokeTimeoutException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/jms/InvokeTimeoutException.html" title="class in org.apache.axis.transport.jms">org.apache.axis.transport.jms.InvokeTimeoutException</A> extends <A HREF="org/apache/axis/transport/jms/InvokeException.html" title="class in org.apache.axis.transport.jms">InvokeException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.transport.jms.JMSSender"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/jms/JMSSender.html" title="class in org.apache.axis.transport.jms">org.apache.axis.transport.jms.JMSSender</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.transport.local</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.transport.local.LocalResponder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/local/LocalResponder.html" title="class in org.apache.axis.transport.local">org.apache.axis.transport.local.LocalResponder</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.transport.local.LocalSender"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/local/LocalSender.html" title="class in org.apache.axis.transport.local">org.apache.axis.transport.local.LocalSender</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
server</H3>
<PRE>
<A HREF="org/apache/axis/server/AxisServer.html" title="class in org.apache.axis.server">AxisServer</A> <B>server</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.transport.mail</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.transport.mail.MailSender"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/transport/mail/MailSender.html" title="class in org.apache.axis.transport.mail">org.apache.axis.transport.mail.MailSender</A> extends <A HREF="org/apache/axis/handlers/BasicHandler.html" title="class in org.apache.axis.handlers">BasicHandler</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
uuidGen</H3>
<PRE>
<A HREF="org/apache/axis/components/uuid/UUIDGen.html" title="interface in org.apache.axis.components.uuid">UUIDGen</A> <B>uuidGen</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
prop</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Properties.html?is-external=true" title="class or interface in java.util">Properties</A> <B>prop</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
session</H3>
<PRE>
<A HREF="http://download.oracle.com/javaee/1.4/api/javax/mail/Session.html?is-external=true" title="class or interface in javax.mail">Session</A> <B>session</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.types</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.types.Day"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Day.html" title="class in org.apache.axis.types">org.apache.axis.types.Day</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
day</H3>
<PRE>
int <B>day</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
timezone</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>timezone</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Duration"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Duration.html" title="class in org.apache.axis.types">org.apache.axis.types.Duration</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
isNegative</H3>
<PRE>
boolean <B>isNegative</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
years</H3>
<PRE>
int <B>years</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
months</H3>
<PRE>
int <B>months</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
days</H3>
<PRE>
int <B>days</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
hours</H3>
<PRE>
int <B>hours</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
minutes</H3>
<PRE>
int <B>minutes</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
seconds</H3>
<PRE>
double <B>seconds</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Entities"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Entities.html" title="class in org.apache.axis.types">org.apache.axis.types.Entities</A> extends <A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">NCName</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
entities</H3>
<PRE>
<A HREF="org/apache/axis/types/Entity.html" title="class in org.apache.axis.types">Entity</A>[] <B>entities</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Entity"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Entity.html" title="class in org.apache.axis.types">org.apache.axis.types.Entity</A> extends <A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">NCName</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.HexBinary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/HexBinary.html" title="class in org.apache.axis.types">org.apache.axis.types.HexBinary</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
m_value</H3>
<PRE>
byte[] <B>m_value</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Id"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Id.html" title="class in org.apache.axis.types">org.apache.axis.types.Id</A> extends <A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">NCName</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.IDRef"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/IDRef.html" title="class in org.apache.axis.types">org.apache.axis.types.IDRef</A> extends <A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">NCName</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.IDRefs"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/IDRefs.html" title="class in org.apache.axis.types">org.apache.axis.types.IDRefs</A> extends <A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">NCName</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
idrefs</H3>
<PRE>
<A HREF="org/apache/axis/types/IDRef.html" title="class in org.apache.axis.types">IDRef</A>[] <B>idrefs</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Language"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Language.html" title="class in org.apache.axis.types">org.apache.axis.types.Language</A> extends <A HREF="org/apache/axis/types/Token.html" title="class in org.apache.axis.types">Token</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.Month"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Month.html" title="class in org.apache.axis.types">org.apache.axis.types.Month</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
month</H3>
<PRE>
int <B>month</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
timezone</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>timezone</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.MonthDay"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/MonthDay.html" title="class in org.apache.axis.types">org.apache.axis.types.MonthDay</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
month</H3>
<PRE>
int <B>month</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
day</H3>
<PRE>
int <B>day</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
timezone</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>timezone</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Name"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Name.html" title="class in org.apache.axis.types">org.apache.axis.types.Name</A> extends <A HREF="org/apache/axis/types/Token.html" title="class in org.apache.axis.types">Token</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.NCName"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">org.apache.axis.types.NCName</A> extends <A HREF="org/apache/axis/types/Name.html" title="class in org.apache.axis.types">Name</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.NegativeInteger"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NegativeInteger.html" title="class in org.apache.axis.types">org.apache.axis.types.NegativeInteger</A> extends <A HREF="org/apache/axis/types/NonPositiveInteger.html" title="class in org.apache.axis.types">NonPositiveInteger</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="writeReplace()"><!-- --></A><H3>
writeReplace</H3>
<PRE>
public <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>writeReplace</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD>Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
zero</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>zero</B></PRE>
<DL>
<DD>validate the value against the xsd definition
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.NegativeInteger.BigIntegerRep"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NegativeInteger.BigIntegerRep.html" title="class in org.apache.axis.types">org.apache.axis.types.NegativeInteger.BigIntegerRep</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
protected <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
array</H3>
<PRE>
byte[] <B>array</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.NMToken"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NMToken.html" title="class in org.apache.axis.types">org.apache.axis.types.NMToken</A> extends <A HREF="org/apache/axis/types/Token.html" title="class in org.apache.axis.types">Token</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.NMTokens"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NMTokens.html" title="class in org.apache.axis.types">org.apache.axis.types.NMTokens</A> extends <A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">NCName</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
tokens</H3>
<PRE>
<A HREF="org/apache/axis/types/NMToken.html" title="class in org.apache.axis.types">NMToken</A>[] <B>tokens</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.NonNegativeInteger"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NonNegativeInteger.html" title="class in org.apache.axis.types">org.apache.axis.types.NonNegativeInteger</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="writeReplace()"><!-- --></A><H3>
writeReplace</H3>
<PRE>
public <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>writeReplace</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD>Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
zero</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>zero</B></PRE>
<DL>
<DD>validate the value against the xsd definition
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.NonNegativeInteger.BigIntegerRep"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NonNegativeInteger.BigIntegerRep.html" title="class in org.apache.axis.types">org.apache.axis.types.NonNegativeInteger.BigIntegerRep</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
protected <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
array</H3>
<PRE>
byte[] <B>array</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.NonPositiveInteger"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NonPositiveInteger.html" title="class in org.apache.axis.types">org.apache.axis.types.NonPositiveInteger</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="writeReplace()"><!-- --></A><H3>
writeReplace</H3>
<PRE>
public <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>writeReplace</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD>Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
zero</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>zero</B></PRE>
<DL>
<DD>validate the value against the xsd definition
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.NonPositiveInteger.BigIntegerRep"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NonPositiveInteger.BigIntegerRep.html" title="class in org.apache.axis.types">org.apache.axis.types.NonPositiveInteger.BigIntegerRep</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
protected <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
array</H3>
<PRE>
byte[] <B>array</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.NormalizedString"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/NormalizedString.html" title="class in org.apache.axis.types">org.apache.axis.types.NormalizedString</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
m_value</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_value</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Notation"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Notation.html" title="class in org.apache.axis.types">org.apache.axis.types.Notation</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
name</H3>
<PRE>
<A HREF="org/apache/axis/types/NCName.html" title="class in org.apache.axis.types">NCName</A> <B>name</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
publicURI</H3>
<PRE>
<A HREF="org/apache/axis/types/URI.html" title="class in org.apache.axis.types">URI</A> <B>publicURI</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
systemURI</H3>
<PRE>
<A HREF="org/apache/axis/types/URI.html" title="class in org.apache.axis.types">URI</A> <B>systemURI</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.PositiveInteger"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/PositiveInteger.html" title="class in org.apache.axis.types">org.apache.axis.types.PositiveInteger</A> extends <A HREF="org/apache/axis/types/NonNegativeInteger.html" title="class in org.apache.axis.types">NonNegativeInteger</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="writeReplace()"><!-- --></A><H3>
writeReplace</H3>
<PRE>
public <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>writeReplace</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD>Work-around for http://developer.java.sun.com/developer/bugParade/bugs/4378370.html
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
iMinInclusive</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>iMinInclusive</B></PRE>
<DL>
<DD>validate the value against the xsd definition
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.PositiveInteger.BigIntegerRep"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/PositiveInteger.BigIntegerRep.html" title="class in org.apache.axis.types">org.apache.axis.types.PositiveInteger.BigIntegerRep</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serialized_methods"><!-- --></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>Serialization Methods</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="readResolve()"><!-- --></A><H3>
readResolve</H3>
<PRE>
protected <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>readResolve</B>()
throws <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></PRE>
<DL>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/ObjectStreamException.html?is-external=true" title="class or interface in java.io">ObjectStreamException</A></CODE></DD>
</DL>
</DL>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
array</H3>
<PRE>
byte[] <B>array</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Schema"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Schema.html" title="class in org.apache.axis.types">org.apache.axis.types.Schema</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
_any</H3>
<PRE>
<A HREF="org/apache/axis/message/MessageElement.html" title="class in org.apache.axis.message">MessageElement</A>[] <B>_any</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
targetNamespace</H3>
<PRE>
<A HREF="org/apache/axis/types/URI.html" title="class in org.apache.axis.types">URI</A> <B>targetNamespace</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
version</H3>
<PRE>
<A HREF="org/apache/axis/types/NormalizedString.html" title="class in org.apache.axis.types">NormalizedString</A> <B>version</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
id</H3>
<PRE>
<A HREF="org/apache/axis/types/Id.html" title="class in org.apache.axis.types">Id</A> <B>id</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
__equalsCalc</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>__equalsCalc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
__hashCodeCalc</H3>
<PRE>
boolean <B>__hashCodeCalc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Time"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Time.html" title="class in org.apache.axis.types">org.apache.axis.types.Time</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
_value</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Calendar.html?is-external=true" title="class or interface in java.util">Calendar</A> <B>_value</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.Token"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Token.html" title="class in org.apache.axis.types">org.apache.axis.types.Token</A> extends <A HREF="org/apache/axis/types/NormalizedString.html" title="class in org.apache.axis.types">NormalizedString</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.UnsignedByte"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/UnsignedByte.html" title="class in org.apache.axis.types">org.apache.axis.types.UnsignedByte</A> extends <A HREF="org/apache/axis/types/UnsignedShort.html" title="class in org.apache.axis.types">UnsignedShort</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.UnsignedInt"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/UnsignedInt.html" title="class in org.apache.axis.types">org.apache.axis.types.UnsignedInt</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
lValue</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</A> <B>lValue</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
__equalsCalc</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>__equalsCalc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.UnsignedLong"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/UnsignedLong.html" title="class in org.apache.axis.types">org.apache.axis.types.UnsignedLong</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
lValue</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math">BigInteger</A> <B>lValue</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
__equalsCalc</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> <B>__equalsCalc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.UnsignedShort"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/UnsignedShort.html" title="class in org.apache.axis.types">org.apache.axis.types.UnsignedShort</A> extends <A HREF="org/apache/axis/types/UnsignedInt.html" title="class in org.apache.axis.types">UnsignedInt</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.types.URI"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/URI.html" title="class in org.apache.axis.types">org.apache.axis.types.URI</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID:&nbsp;</B>1601921774685357214L
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
m_scheme</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_scheme</B></PRE>
<DL>
<DD>Stores the scheme (usually the protocol) for this URI.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
m_userinfo</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_userinfo</B></PRE>
<DL>
<DD>If specified, stores the userinfo for this URI; otherwise null
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
m_host</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_host</B></PRE>
<DL>
<DD>If specified, stores the host for this URI; otherwise null
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
m_port</H3>
<PRE>
int <B>m_port</B></PRE>
<DL>
<DD>If specified, stores the port for this URI; otherwise -1
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
m_regAuthority</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_regAuthority</B></PRE>
<DL>
<DD>If specified, stores the registry based authority for this URI; otherwise -1
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
m_path</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_path</B></PRE>
<DL>
<DD>If specified, stores the path for this URI; otherwise null
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
m_queryString</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_queryString</B></PRE>
<DL>
<DD>If specified, stores the query string for this URI; otherwise
null.
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
m_fragment</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>m_fragment</B></PRE>
<DL>
<DD>If specified, stores the fragment for this URI; otherwise null
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.URI.MalformedURIException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/URI.MalformedURIException.html" title="class in org.apache.axis.types">org.apache.axis.types.URI.MalformedURIException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<B>serialVersionUID:&nbsp;</B>-6695054834342951930L
<P>
<P>
<A NAME="org.apache.axis.types.Year"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/Year.html" title="class in org.apache.axis.types">org.apache.axis.types.Year</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
year</H3>
<PRE>
int <B>year</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
timezone</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>timezone</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.types.YearMonth"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/types/YearMonth.html" title="class in org.apache.axis.types">org.apache.axis.types.YearMonth</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
year</H3>
<PRE>
int <B>year</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
month</H3>
<PRE>
int <B>month</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
timezone</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>timezone</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.utils</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.utils.IdentityHashMap"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/IdentityHashMap.html" title="class in org.apache.axis.utils">org.apache.axis.utils.IdentityHashMap</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.utils.JavaUtils.HolderException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/JavaUtils.HolderException.html" title="class in org.apache.axis.utils">org.apache.axis.utils.JavaUtils.HolderException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.utils.LockableHashtable"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/LockableHashtable.html" title="class in org.apache.axis.utils">org.apache.axis.utils.LockableHashtable</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
lockedEntries</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>lockedEntries</B></PRE>
<DL>
<DD>Stores the keys of the locked entries
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
parent</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</A> <B>parent</B></PRE>
<DL>
<DD>Place to look for properties which we don't find locally.
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.utils.Mapping"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/Mapping.html" title="class in org.apache.axis.utils">org.apache.axis.utils.Mapping</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
namespaceURI</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>namespaceURI</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
prefix</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>prefix</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.utils.SOAPMonitor"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/SOAPMonitor.html" title="class in org.apache.axis.utils">org.apache.axis.utils.SOAPMonitor</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JFrame.html?is-external=true" title="class or interface in javax.swing">JFrame</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
main_panel</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</A> <B>main_panel</B></PRE>
<DL>
<DD>Private data
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
tabbed_pane</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</A> <B>tabbed_pane</B></PRE>
<DL>
<DD>Field tabbed_pane
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
top_pane</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</A> <B>top_pane</B></PRE>
<DL>
<DD>Field top_pane
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
port</H3>
<PRE>
int <B>port</B></PRE>
<DL>
<DD>Field port
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
axisHost</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>axisHost</B></PRE>
<DL>
<DD>Field axisHost
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
axisPort</H3>
<PRE>
int <B>axisPort</B></PRE>
<DL>
<DD>Field axisPort
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
axisURL</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>axisURL</B></PRE>
<DL>
<DD>Field axisURL
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
pages</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>pages</B></PRE>
<DL>
<DD>Field pages
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
titleStr</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>titleStr</B></PRE>
<DL>
<DD>Field titleStr
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
set_panel</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JPanel.html?is-external=true" title="class or interface in javax.swing">JPanel</A> <B>set_panel</B></PRE>
<DL>
<DD>Field set_panel
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
titleLabel</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JLabel.html?is-external=true" title="class or interface in javax.swing">JLabel</A> <B>titleLabel</B></PRE>
<DL>
<DD>Field titleLabel
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
add_btn</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</A> <B>add_btn</B></PRE>
<DL>
<DD>Field add_btn
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
del_btn</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</A> <B>del_btn</B></PRE>
<DL>
<DD>Field del_btn
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
save_btn</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</A> <B>save_btn</B></PRE>
<DL>
<DD>Field save_btn
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
login_btn</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JButton.html?is-external=true" title="class or interface in javax.swing">JButton</A> <B>login_btn</B></PRE>
<DL>
<DD>Field login_btn
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
model1</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/DefaultListModel.html?is-external=true" title="class or interface in javax.swing">DefaultListModel</A> <B>model1</B></PRE>
<DL>
<DD>Field model1
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
model2</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/DefaultListModel.html?is-external=true" title="class or interface in javax.swing">DefaultListModel</A> <B>model2</B></PRE>
<DL>
<DD>Field model2
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
list1</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JList.html?is-external=true" title="class or interface in javax.swing">JList</A> <B>list1</B></PRE>
<DL>
<DD>Field list1
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
list2</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JList.html?is-external=true" title="class or interface in javax.swing">JList</A> <B>list2</B></PRE>
<DL>
<DD>Field list2
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
serviceMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>serviceMap</B></PRE>
<DL>
<DD>Field serviceMap
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
originalDoc</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Document.html?is-external=true" title="class or interface in org.w3c.dom">Document</A> <B>originalDoc</B></PRE>
<DL>
<DD>Field originalDoc
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
adminClient</H3>
<PRE>
<A HREF="org/apache/axis/client/AdminClient.html" title="class in org.apache.axis.client">AdminClient</A> <B>adminClient</B></PRE>
<DL>
<DD>Field adminClient
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.utils.tcpmon"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/tcpmon.html" title="class in org.apache.axis.utils">org.apache.axis.utils.tcpmon</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JFrame.html?is-external=true" title="class or interface in javax.swing">JFrame</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
notebook</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/javax/swing/JTabbedPane.html?is-external=true" title="class or interface in javax.swing">JTabbedPane</A> <B>notebook</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.utils.URLHashSet"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/URLHashSet.html" title="class in org.apache.axis.utils">org.apache.axis.utils.URLHashSet</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashSet.html?is-external=true" title="class or interface in java.util">HashSet</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.utils.cache</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.utils.cache.JavaClass"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/utils/cache/JavaClass.html" title="class in org.apache.axis.utils.cache">org.apache.axis.utils.cache.JavaClass</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
methods</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Hashtable.html?is-external=true" title="class or interface in java.util">Hashtable</A> <B>methods</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
jc</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A> <B>jc</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.wsdl</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.wsdl.SkeletonImpl"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/SkeletonImpl.html" title="class in org.apache.axis.wsdl">org.apache.axis.wsdl.SkeletonImpl</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.wsdl.fromJava</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.wsdl.fromJava.Namespaces"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/fromJava/Namespaces.html" title="class in org.apache.axis.wsdl.fromJava">org.apache.axis.wsdl.fromJava.Namespaces</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
prefixCount</H3>
<PRE>
int <B>prefixCount</B></PRE>
<DL>
<DD>Field prefixCount
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
namespacePrefixMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> <B>namespacePrefixMap</B></PRE>
<DL>
<DD>Field namespacePrefixMap
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.wsdl.symbolTable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.BackslashUtil"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/BackslashUtil.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.BackslashUtil</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.BaseType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/BaseType.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.BaseType</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/Type.html" title="class in org.apache.axis.wsdl.symbolTable">Type</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.CollectionElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/CollectionElement.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.CollectionElement</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/DefinedElement.html" title="class in org.apache.axis.wsdl.symbolTable">DefinedElement</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.CollectionType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/CollectionType.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.CollectionType</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/DefinedType.html" title="class in org.apache.axis.wsdl.symbolTable">DefinedType</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
wrapped</H3>
<PRE>
boolean <B>wrapped</B></PRE>
<DL>
<DD>Field wrapped
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.DefinedElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/DefinedElement.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.DefinedElement</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/Element.html" title="class in org.apache.axis.wsdl.symbolTable">Element</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.DefinedType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/DefinedType.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.DefinedType</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/Type.html" title="class in org.apache.axis.wsdl.symbolTable">Type</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
extensionBase</H3>
<PRE>
<A HREF="org/apache/axis/wsdl/symbolTable/TypeEntry.html" title="class in org.apache.axis.wsdl.symbolTable">TypeEntry</A> <B>extensionBase</B></PRE>
<DL>
<DD>Field extensionBase
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
searchedForExtensionBase</H3>
<PRE>
boolean <B>searchedForExtensionBase</B></PRE>
<DL>
<DD>Field searchedForExtensionBase
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.Element"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/Element.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.Element</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/TypeEntry.html" title="class in org.apache.axis.wsdl.symbolTable">TypeEntry</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.Type"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/Type.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.Type</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/TypeEntry.html" title="class in org.apache.axis.wsdl.symbolTable">TypeEntry</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
generated</H3>
<PRE>
boolean <B>generated</B></PRE>
<DL>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.TypeEntry"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/TypeEntry.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.TypeEntry</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/SymTabEntry.html" title="class in org.apache.axis.wsdl.symbolTable">SymTabEntry</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
node</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</A> <B>node</B></PRE>
<DL>
<DD>Field node
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
refType</H3>
<PRE>
<A HREF="org/apache/axis/wsdl/symbolTable/TypeEntry.html" title="class in org.apache.axis.wsdl.symbolTable">TypeEntry</A> <B>refType</B></PRE>
<DL>
<DD>Field refType
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
dims</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>dims</B></PRE>
<DL>
<DD>Field dims
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
underlTypeNillable</H3>
<PRE>
boolean <B>underlTypeNillable</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
componentType</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>componentType</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<H3>
itemQName</H3>
<PRE>
<A HREF="javax/xml/namespace/QName.html" title="class in javax.xml.namespace">QName</A> <B>itemQName</B></PRE>
<DL>
<DD>If this TypeEntry represents an array with elements inside a "wrapper"
this field can optionally change the inner QName (default is <item>).
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
undefined</H3>
<PRE>
boolean <B>undefined</B></PRE>
<DL>
<DD>Field undefined
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
isBaseType</H3>
<PRE>
boolean <B>isBaseType</B></PRE>
<DL>
<DD>Field isBaseType
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
isSimpleType</H3>
<PRE>
boolean <B>isSimpleType</B></PRE>
<DL>
<DD>Field isSimpleType
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
onlyLiteralReference</H3>
<PRE>
boolean <B>onlyLiteralReference</B></PRE>
<DL>
<DD>Field onlyLiteralReference
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
types</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashSet.html?is-external=true" title="class or interface in java.util">HashSet</A> <B>types</B></PRE>
<DL>
<DD>Field types
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
containedElements</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>containedElements</B></PRE>
<DL>
<DD>contained elements in the schema's type definition
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
containedAttributes</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Vector.html?is-external=true" title="class or interface in java.util">Vector</A> <B>containedAttributes</B></PRE>
<DL>
<DD>contained attributes in the schema's type definition
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.UndefinedElement"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/UndefinedElement.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.UndefinedElement</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/Element.html" title="class in org.apache.axis.wsdl.symbolTable">Element</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
delegate</H3>
<PRE>
<A HREF="org/apache/axis/wsdl/symbolTable/UndefinedDelegate.html" title="class in org.apache.axis.wsdl.symbolTable">UndefinedDelegate</A> <B>delegate</B></PRE>
<DL>
<DD>Field delegate
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.wsdl.symbolTable.UndefinedType"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/symbolTable/UndefinedType.html" title="class in org.apache.axis.wsdl.symbolTable">org.apache.axis.wsdl.symbolTable.UndefinedType</A> extends <A HREF="org/apache/axis/wsdl/symbolTable/Type.html" title="class in org.apache.axis.wsdl.symbolTable">Type</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
delegate</H3>
<PRE>
<A HREF="org/apache/axis/wsdl/symbolTable/UndefinedDelegate.html" title="class in org.apache.axis.wsdl.symbolTable">UndefinedDelegate</A> <B>delegate</B></PRE>
<DL>
<DD>Field delegate
<P>
<DL>
</DL>
</DL>
<HR SIZE="4" NOSHADE>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="center"><FONT SIZE="+2">
<B>Package</B> <B>org.apache.axis.wsdl.toJava</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="org.apache.axis.wsdl.toJava.DuplicateFileException"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/toJava/DuplicateFileException.html" title="class in org.apache.axis.wsdl.toJava">org.apache.axis.wsdl.toJava.DuplicateFileException</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
filename</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>filename</B></PRE>
<DL>
<DD>Field filename
<P>
<DL>
</DL>
</DL>
<P>
<A NAME="org.apache.axis.wsdl.toJava.Namespaces"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class <A HREF="org/apache/axis/wsdl/toJava/Namespaces.html" title="class in org.apache.axis.wsdl.toJava">org.apache.axis.wsdl.toJava.Namespaces</A> extends <A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A> implements Serializable</B></FONT></TH>
</TR>
</TABLE>
<P>
<A NAME="serializedForm"><!-- --></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>Serialized Fields</B></FONT></TH>
</TR>
</TABLE>
<H3>
root</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>root</B></PRE>
<DL>
<DD>Field root
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
defaultPackage</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>defaultPackage</B></PRE>
<DL>
<DD>Field defaultPackage
<P>
<DL>
</DL>
</DL>
<HR>
<H3>
pkg2NamespacesMap</H3>
<PRE>
<A HREF="http://docs.oracle.com/javase/1.4.2/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</A> <B>pkg2NamespacesMap</B></PRE>
<DL>
<DD>Field pkg2Namespaces : reverse mapping of Namespaces
<P>
<DL>
</DL>
</DL>
<P>
<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"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-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>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?serialized-form.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="serialized-form.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>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>