Show package-summary.html syntax highlighted
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0-beta2) on Tue Apr 17 12:40:30 EDT 2007 -->
<TITLE>
org.rickmurphy.exchangepackage.disclosure.impl.runtime
</TITLE>
<META NAME="keywords" CONTENT="org.rickmurphy.exchangepackage.disclosure.impl.runtime package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="org.rickmurphy.exchangepackage.disclosure.impl.runtime";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/rickmurphy/handler/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/rickmurphy/exchangepackage/disclosure/impl/runtime/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.rickmurphy.exchangepackage.disclosure.impl.runtime
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/GrammarInfo.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">GrammarInfo</A></B></TD>
<TD>Keeps the information about the grammar as a whole.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/NamespaceContext2.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">NamespaceContext2</A></B></TD>
<TD>Maintains namespace<->prefix bindings.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/PrefixCallback.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">PrefixCallback</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/SAXUnmarshallerHandler.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">SAXUnmarshallerHandler</A></B></TD>
<TD>Unified event handler that processes
both the SAX events and error events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/UnmarshallableObject.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">UnmarshallableObject</A></B></TD>
<TD>Generated classes have to implement this interface for it
to be unmarshallable.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/UnmarshallingContext.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">UnmarshallingContext</A></B></TD>
<TD>Methods exposed by the unmarshalling coordinator object
to the generated code.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/UnmarshallingEventHandler.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">UnmarshallingEventHandler</A></B></TD>
<TD>Implemented by the generated code to unmarshall an object
from unmarshaller events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/ValidatableObject.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">ValidatableObject</A></B></TD>
<TD>This interface is implemented by generated classes
to indicate that the class supports validation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/XMLSerializable.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">XMLSerializable</A></B></TD>
<TD>For a generated class to be serializable, it has to
implement this interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/XMLSerializer.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime">XMLSerializer</A></B></TD>
<TD>Receives XML serialization event</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/AbstractUnmarshallingEventHandlerImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">AbstractUnmarshallingEventHandlerImpl</A></B></TD>
<TD>Convenient default implementation of
<A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/UnmarshallingEventHandler.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime"><CODE>UnmarshallingEventHandler</CODE></A>
to minimize code generation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/ContentHandlerAdaptor.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">ContentHandlerAdaptor</A></B></TD>
<TD>Receives SAX2 events and send the equivalent events to
<CODE>XMLSerializer</CODE></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/DefaultJAXBContextImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">DefaultJAXBContextImpl</A></B></TD>
<TD>This class provides the default implementation of JAXBContext.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/ErrorHandlerAdaptor.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">ErrorHandlerAdaptor</A></B></TD>
<TD>Receives errors through <CODE>ErrorHandler</CODE> and reports to the
<A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/SAXUnmarshallerHandler.html" title="interface in org.rickmurphy.exchangepackage.disclosure.impl.runtime"><CODE>SAXUnmarshallerHandler</CODE></A>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/GrammarInfoImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">GrammarInfoImpl</A></B></TD>
<TD>Keeps the information about the grammar as a whole.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/MarshallerImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">MarshallerImpl</A></B></TD>
<TD>Implementation of <CODE>Marshaller</CODE> interface for JAXB RI.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/MSVValidator.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">MSVValidator</A></B></TD>
<TD>XMLSerializer that calls the native interface of MSV and performs validation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/NamespaceContextImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">NamespaceContextImpl</A></B></TD>
<TD>Implementation of the NamespaceContext2.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/SAXMarshaller.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">SAXMarshaller</A></B></TD>
<TD>XMLSerializer that produces SAX2 events.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/SAXUnmarshallerHandlerImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">SAXUnmarshallerHandlerImpl</A></B></TD>
<TD>Implementation of <CODE>UnmarshallerHandler</CODE>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/UnmarshallerImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">UnmarshallerImpl</A></B></TD>
<TD>Default Unmarshall implementation.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/UnmarshallingEventHandlerAdaptor.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">UnmarshallingEventHandlerAdaptor</A></B></TD>
<TD>Redirects events to another SAX ContentHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/Util.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">Util</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/ValidatingUnmarshaller.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">ValidatingUnmarshaller</A></B></TD>
<TD>Filter implementation of SAXUnmarshallerHandler.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/runtime/ValidatorImpl.html" title="class in org.rickmurphy.exchangepackage.disclosure.impl.runtime">ValidatorImpl</A></B></TD>
<TD>Validator implementation of JAXB RI.</TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<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> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/rickmurphy/exchangepackage/disclosure/impl/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/rickmurphy/handler/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/rickmurphy/exchangepackage/disclosure/impl/runtime/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
See more files for this project here