aboutsummaryrefslogtreecommitdiff
path: root/doc/uk/org/ury/common/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'doc/uk/org/ury/common/protocol')
-rw-r--r--doc/uk/org/ury/common/protocol/Directive.html4
-rw-r--r--doc/uk/org/ury/common/protocol/ProtocolUtils.html31
-rw-r--r--doc/uk/org/ury/common/protocol/Status.html4
-rw-r--r--doc/uk/org/ury/common/protocol/class-use/Directive.html4
-rw-r--r--doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html4
-rw-r--r--doc/uk/org/ury/common/protocol/class-use/Status.html4
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html20
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html250
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html8
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html10
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html180
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html8
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/package-frame.html6
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/package-summary.html8
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/package-tree.html6
-rw-r--r--doc/uk/org/ury/common/protocol/exceptions/package-use.html10
-rw-r--r--doc/uk/org/ury/common/protocol/package-frame.html4
-rw-r--r--doc/uk/org/ury/common/protocol/package-summary.html4
-rw-r--r--doc/uk/org/ury/common/protocol/package-tree.html4
-rw-r--r--doc/uk/org/ury/common/protocol/package-use.html4
20 files changed, 509 insertions, 64 deletions
diff --git a/doc/uk/org/ury/common/protocol/Directive.html b/doc/uk/org/ury/common/protocol/Directive.html
index 6896a31..7b34397 100644
--- a/doc/uk/org/ury/common/protocol/Directive.html
+++ b/doc/uk/org/ury/common/protocol/Directive.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:47 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:43 GMT 2011 -->
<TITLE>
Directive
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/ProtocolUtils.html b/doc/uk/org/ury/common/protocol/ProtocolUtils.html
index 204f4e2..05de494 100644
--- a/doc/uk/org/ury/common/protocol/ProtocolUtils.html
+++ b/doc/uk/org/ury/common/protocol/ProtocolUtils.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:47 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:43 GMT 2011 -->
<TITLE>
ProtocolUtils
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
@@ -140,11 +140,11 @@ Utilities for converting between strings encoded in the response protocol and
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.util.Map&lt;?,?&gt;</CODE></FONT></TD>
+<CODE>static&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#decode(java.lang.String)">decode</A></B>(java.lang.String&nbsp;string)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decode a protocol string into a key-value map.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decodes a protocol string into a key-value map.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
@@ -157,10 +157,10 @@ Utilities for converting between strings encoded in the response protocol and
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B><A HREF="../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map&lt;?,?&gt;&nbsp;response)</CODE>
+<TD><CODE><B><A HREF="../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;response)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a response is flagged as having OK status.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if a response is flagged as having OK status.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
@@ -205,7 +205,8 @@ public <B>ProtocolUtils</B>()</PRE>
<A NAME="encode(java.util.Map)"><!-- --></A><H3>
encode</H3>
<PRE>
-public static java.lang.String <B>encode</B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;items)</PRE>
+public static java.lang.String <B>encode</B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;items)
+ throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></PRE>
<DL>
<DD>Encode a key-value map into a protocol string.
@@ -217,7 +218,9 @@ public static java.lang.String <B>encode</B>(java.util.Map&lt;java.lang.String,j
<DT><B>Parameters:</B><DD><CODE>items</CODE> - The key-value map of items, which should contain strings,
lists and maps. The keys of any map should be protocol
directives.
-<DT><B>Returns:</B><DD>A string containing the encoded representation of the map.</DL>
+<DT><B>Returns:</B><DD>A string containing the encoded representation of the map.
+<DT><B>Throws:</B>
+<DD><CODE><A HREF="../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></CODE> - if the encoding engine fails to encode the map as a string.</DL>
</DD>
</DL>
<HR>
@@ -225,16 +228,16 @@ public static java.lang.String <B>encode</B>(java.util.Map&lt;java.lang.String,j
<A NAME="decode(java.lang.String)"><!-- --></A><H3>
decode</H3>
<PRE>
-public static java.util.Map&lt;?,?&gt; <B>decode</B>(java.lang.String&nbsp;string)
- throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></PRE>
+public static java.util.Map&lt;java.lang.String,java.lang.Object&gt; <B>decode</B>(java.lang.String&nbsp;string)
+ throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></PRE>
<DL>
-<DD>Decode a protocol string into a key-value map.
+<DD>Decodes a protocol string into a key-value map.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>string</CODE> - The string to decode.
<DT><B>Returns:</B><DD>A key-value map mapping directives to strings, lists and maps.
<DT><B>Throws:</B>
-<DD><CODE><A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></CODE> - if the decoding engine returns something other than a map.</DL>
+<DD><CODE><A HREF="../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">DecodeFailureException</A></CODE> - if the decoding engine fails to decode the string.</DL>
</DD>
</DL>
<HR>
@@ -242,10 +245,10 @@ public static java.util.Map&lt;?,?&gt; <B>decode</B>(java.lang.String&nbsp;strin
<A NAME="responseIsOK(java.util.Map)"><!-- --></A><H3>
responseIsOK</H3>
<PRE>
-public static boolean <B>responseIsOK</B>(java.util.Map&lt;?,?&gt;&nbsp;response)
+public static boolean <B>responseIsOK</B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;response)
throws <A HREF="../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">InvalidMessageException</A></PRE>
<DL>
-<DD>Check if a response is flagged as having OK status.
+<DD>Checks if a response is flagged as having OK status.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>response</CODE> - The response message, as a key-value map (eg in decoded
diff --git a/doc/uk/org/ury/common/protocol/Status.html b/doc/uk/org/ury/common/protocol/Status.html
index 2aacd37..5817226 100644
--- a/doc/uk/org/ury/common/protocol/Status.html
+++ b/doc/uk/org/ury/common/protocol/Status.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:47 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:43 GMT 2011 -->
<TITLE>
Status
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/class-use/Directive.html b/doc/uk/org/ury/common/protocol/class-use/Directive.html
index 8e8773a..3fbcaf0 100644
--- a/doc/uk/org/ury/common/protocol/class-use/Directive.html
+++ b/doc/uk/org/ury/common/protocol/class-use/Directive.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.protocol.Directive
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html b/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html
index 3fa2218..4b1c665 100644
--- a/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html
+++ b/doc/uk/org/ury/common/protocol/class-use/ProtocolUtils.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.protocol.ProtocolUtils
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/class-use/Status.html b/doc/uk/org/ury/common/protocol/class-use/Status.html
index be9a264..916c5ce 100644
--- a/doc/uk/org/ury/common/protocol/class-use/Status.html
+++ b/doc/uk/org/ury/common/protocol/class-use/Status.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.protocol.Status
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html
index 50bc91a..c5b30dd 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/DecodeFailureException.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 -->
<TITLE>
DecodeFailureException
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
@@ -56,7 +56,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
@@ -127,10 +127,10 @@ Exception thrown when the protocol decoder fails.
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
-<TD><CODE><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.String)">DecodeFailureException</A></B>(java.lang.String&nbsp;reason)</CODE>
+<TD><CODE><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html#DecodeFailureException(java.lang.Throwable)">DecodeFailureException</A></B>(java.lang.Throwable&nbsp;cause)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new DecodeFailureException with a reason.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new DecodeFailureException with a chained exception.</TD>
</TR>
</TABLE>
&nbsp;
@@ -174,15 +174,15 @@ Exception thrown when the protocol decoder fails.
</TR>
</TABLE>
-<A NAME="DecodeFailureException(java.lang.String)"><!-- --></A><H3>
+<A NAME="DecodeFailureException(java.lang.Throwable)"><!-- --></A><H3>
DecodeFailureException</H3>
<PRE>
-public <B>DecodeFailureException</B>(java.lang.String&nbsp;reason)</PRE>
+public <B>DecodeFailureException</B>(java.lang.Throwable&nbsp;cause)</PRE>
<DL>
-<DD>Construct a new DecodeFailureException with a reason.
+<DD>Construct a new DecodeFailureException with a chained exception.
<P>
<DL>
-<DT><B>Parameters:</B><DD><CODE>reason</CODE> - The reason for throwing the exception.</DL>
+<DT><B>Parameters:</B><DD><CODE>cause</CODE> - The exception to chain.</DL>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
@@ -216,7 +216,7 @@ public <B>DecodeFailureException</B>(java.lang.String&nbsp;reason)</PRE>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV CLASS&nbsp;
-&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD>
+&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="DecodeFailureException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
diff --git a/doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html
new file mode 100644
index 0000000..2d932d7
--- /dev/null
+++ b/doc/uk/org/ury/common/protocol/exceptions/EncodeFailureException.html
@@ -0,0 +1,250 @@
+<!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.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 -->
+<TITLE>
+EncodeFailureException
+</TITLE>
+
+<META NAME="date" CONTENT="2011-03-24">
+
+<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="EncodeFailureException";
+ }
+}
+</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"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EncodeFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.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;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="EncodeFailureException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_top"></A>
+<!-- ========= END OF TOP NAVBAR ========= -->
+
+<HR>
+<!-- ======== START OF CLASS DATA ======== -->
+<H2>
+<FONT SIZE="-1">
+uk.org.ury.common.protocol.exceptions</FONT>
+<BR>
+Class EncodeFailureException</H2>
+<PRE>
+java.lang.Object
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Throwable
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Exception
+ <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>uk.org.ury.common.protocol.exceptions.EncodeFailureException</B>
+</PRE>
+<DL>
+<DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable</DD>
+</DL>
+<HR>
+<DL>
+<DT><PRE>public class <B>EncodeFailureException</B><DT>extends java.lang.Exception</DL>
+</PRE>
+
+<P>
+Exception thrown when the protocol encoder fails.
+<P>
+
+<P>
+<DL>
+<DT><B>Author:</B></DT>
+ <DD>Matt Windsor</DD>
+<DT><B>See Also:</B><DD><A HREF="../../../../../../serialized-form.html#uk.org.ury.common.protocol.exceptions.EncodeFailureException">Serialized Form</A></DL>
+<HR>
+
+<P>
+
+<!-- ======== CONSTRUCTOR SUMMARY ======== -->
+
+<A NAME="constructor_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Constructor Summary</B></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html#EncodeFailureException(java.lang.Throwable)">EncodeFailureException</A></B>(java.lang.Throwable&nbsp;cause)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Construct a new EncodeFailureException with a chained exception.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<!-- ========== METHOD SUMMARY =========== -->
+
+<A NAME="method_summary"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+<B>Method Summary</B></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Throwable</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><CODE>equals, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<!-- ========= CONSTRUCTOR DETAIL ======== -->
+
+<A NAME="constructor_detail"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
+<B>Constructor Detail</B></FONT></TH>
+</TR>
+</TABLE>
+
+<A NAME="EncodeFailureException(java.lang.Throwable)"><!-- --></A><H3>
+EncodeFailureException</H3>
+<PRE>
+public <B>EncodeFailureException</B>(java.lang.Throwable&nbsp;cause)</PRE>
+<DL>
+<DD>Construct a new EncodeFailureException with a chained exception.
+<P>
+<DL>
+<DT><B>Parameters:</B><DD><CODE>cause</CODE> - The exception to chain.</DL>
+</DL>
+<!-- ========= END OF CLASS DATA ========= -->
+<HR>
+
+
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
+<A NAME="navbar_bottom"><!-- --></A>
+<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
+<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
+<TR>
+<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
+<A NAME="navbar_bottom_firstrow"><!-- --></A>
+<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
+ <TR ALIGN="center" VALIGN="top">
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/EncodeFailureException.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.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;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>NEXT CLASS</B></A></FONT></TD>
+<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
+ <A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="EncodeFailureException.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
+&nbsp;<SCRIPT type="text/javascript">
+ <!--
+ if(window==top) {
+ document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
+ }
+ //-->
+</SCRIPT>
+<NOSCRIPT>
+ <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
+</NOSCRIPT>
+
+
+</FONT></TD>
+</TR>
+<TR>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+ SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_java.lang.Throwable">METHOD</A></FONT></TD>
+<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
+DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;METHOD</FONT></TD>
+</TR>
+</TABLE>
+<A NAME="skip-navbar_bottom"></A>
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
+
+<HR>
+
+</BODY>
+</HTML>
diff --git a/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html b/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html
index 0653219..b515d43 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/InvalidMessageException.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:46 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:42 GMT 2011 -->
<TITLE>
InvalidMessageException
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
@@ -55,7 +55,7 @@ function windowTitle()
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" target="_top"><B>FRAMES</B></A> &nbsp;
@@ -216,7 +216,7 @@ public <B>InvalidMessageException</B>(java.lang.String&nbsp;reason)</PRE>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
-&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A>&nbsp;
+&nbsp;<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>PREV CLASS</B></A>&nbsp;
&nbsp;NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" target="_top"><B>FRAMES</B></A> &nbsp;
diff --git a/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html
index e6b89a8..52896c4 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/class-use/DecodeFailureException.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.protocol.exceptions.DecodeFailureException
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
@@ -116,11 +116,11 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/Deco
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>static&nbsp;java.util.Map&lt;?,?&gt;</CODE></FONT></TD>
+<CODE>static&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;</CODE></FONT></TD>
<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#decode(java.lang.String)">decode</A></B>(java.lang.String&nbsp;string)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decode a protocol string into a key-value map.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Decodes a protocol string into a key-value map.</TD>
</TR>
</TABLE>
&nbsp;
@@ -141,7 +141,7 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/Deco
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
-<CODE>&nbsp;java.util.Map&lt;?,?&gt;</CODE></FONT></TD>
+<CODE>&nbsp;java.util.Map&lt;java.lang.String,java.lang.Object&gt;</CODE></FONT></TD>
<TD><CODE><B>Client.</B><B><A HREF="../../../../../../../uk/org/ury/frontend/client/Client.html#get(java.lang.String)">get</A></B>(java.lang.String&nbsp;file)</CODE>
<BR>
diff --git a/doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html b/doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html
new file mode 100644
index 0000000..6f571ae
--- /dev/null
+++ b/doc/uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html
@@ -0,0 +1,180 @@
+<!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.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
+<TITLE>
+Uses of Class uk.org.ury.common.protocol.exceptions.EncodeFailureException
+</TITLE>
+
+<META NAME="date" CONTENT="2011-03-24">
+
+<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="Uses of Class uk.org.ury.common.protocol.exceptions.EncodeFailureException";
+ }
+}
+</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"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.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?uk/org/ury/common/protocol/exceptions//class-useEncodeFailureException.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="EncodeFailureException.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>
+<H2>
+<B>Uses of Class<br>uk.org.ury.common.protocol.exceptions.EncodeFailureException</B></H2>
+</CENTER>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+Packages that use <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><A HREF="#uk.org.ury.common.protocol"><B>uk.org.ury.common.protocol</B></A></TD>
+<TD>&nbsp;&nbsp;</TD>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+<A NAME="uk.org.ury.common.protocol"><!-- --></A>
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
+<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
+Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A> in <A HREF="../../../../../../../uk/org/ury/common/protocol/package-summary.html">uk.org.ury.common.protocol</A></FONT></TH>
+</TR>
+</TABLE>
+&nbsp;
+<P>
+
+<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
+<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
+<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../uk/org/ury/common/protocol/package-summary.html">uk.org.ury.common.protocol</A> that throw <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></FONT></TH>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
+<CODE>static&nbsp;java.lang.String</CODE></FONT></TD>
+<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#encode(java.util.Map)">encode</A></B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;items)</CODE>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Encode a key-value map into a protocol string.</TD>
+</TR>
+</TABLE>
+&nbsp;
+<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"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
+ <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.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?uk/org/ury/common/protocol/exceptions//class-useEncodeFailureException.html" target="_top"><B>FRAMES</B></A> &nbsp;
+&nbsp;<A HREF="EncodeFailureException.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>
+
+</BODY>
+</HTML>
diff --git a/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html b/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html
index 38cd47a..81710b1 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Class uk.org.ury.common.protocol.exceptions.InvalidMessageException
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style">
@@ -117,10 +117,10 @@ Uses of <A HREF="../../../../../../../uk/org/ury/common/protocol/exceptions/Inva
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;boolean</CODE></FONT></TD>
-<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map&lt;?,?&gt;&nbsp;response)</CODE>
+<TD><CODE><B>ProtocolUtils.</B><B><A HREF="../../../../../../../uk/org/ury/common/protocol/ProtocolUtils.html#responseIsOK(java.util.Map)">responseIsOK</A></B>(java.util.Map&lt;java.lang.String,java.lang.Object&gt;&nbsp;response)</CODE>
<BR>
-&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Check if a response is flagged as having OK status.</TD>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Checks if a response is flagged as having OK status.</TD>
</TR>
</TABLE>
&nbsp;
diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-frame.html b/doc/uk/org/ury/common/protocol/exceptions/package-frame.html
index dc92d8b..0bbc295 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/package-frame.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/package-frame.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.protocol.exceptions
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
@@ -25,6 +25,8 @@ Exceptions</FONT>&nbsp;
<BR>
<A HREF="DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions" target="classFrame">DecodeFailureException</A>
<BR>
+<A HREF="EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions" target="classFrame">EncodeFailureException</A>
+<BR>
<A HREF="InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions" target="classFrame">InvalidMessageException</A></FONT></TD>
</TR>
</TABLE>
diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-summary.html b/doc/uk/org/ury/common/protocol/exceptions/package-summary.html
index 5c26eba..acb4b40 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/package-summary.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/package-summary.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.protocol.exceptions
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
@@ -93,6 +93,10 @@ Package uk.org.ury.common.protocol.exceptions
<TD>Exception thrown when the protocol decoder fails.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD WIDTH="15%"><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions">EncodeFailureException</A></B></TD>
+<TD>Exception thrown when the protocol encoder fails.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions">InvalidMessageException</A></B></TD>
<TD>Generic exception thrown when a protocol function cannot process a
message due to an issue with the message.</TD>
diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-tree.html b/doc/uk/org/ury/common/protocol/exceptions/package-tree.html
index 83fdb25..8d22f87 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/package-tree.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/package-tree.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.protocol.exceptions Class Hierarchy
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
@@ -95,7 +95,7 @@ Class Hierarchy
<LI TYPE="circle">java.lang.Throwable (implements java.io.Serializable)
<UL>
<LI TYPE="circle">java.lang.Exception<UL>
-<LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>DecodeFailureException</B></A><LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>InvalidMessageException</B></A></UL>
+<LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/DecodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>DecodeFailureException</B></A><LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/EncodeFailureException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>EncodeFailureException</B></A><LI TYPE="circle">uk.org.ury.common.protocol.exceptions.<A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/InvalidMessageException.html" title="class in uk.org.ury.common.protocol.exceptions"><B>InvalidMessageException</B></A></UL>
</UL>
</UL>
</UL>
diff --git a/doc/uk/org/ury/common/protocol/exceptions/package-use.html b/doc/uk/org/ury/common/protocol/exceptions/package-use.html
index 3737f62..3075a67 100644
--- a/doc/uk/org/ury/common/protocol/exceptions/package-use.html
+++ b/doc/uk/org/ury/common/protocol/exceptions/package-use.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Package uk.org.ury.common.protocol.exceptions
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style">
@@ -117,6 +117,12 @@ Classes in <A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/pack
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Exception thrown when the protocol decoder fails.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
+<TD><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/class-use/EncodeFailureException.html#uk.org.ury.common.protocol"><B>EncodeFailureException</B></A></B>
+
+<BR>
+&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Exception thrown when the protocol encoder fails.</TD>
+</TR>
+<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><B><A HREF="../../../../../../uk/org/ury/common/protocol/exceptions/class-use/InvalidMessageException.html#uk.org.ury.common.protocol"><B>InvalidMessageException</B></A></B>
<BR>
diff --git a/doc/uk/org/ury/common/protocol/package-frame.html b/doc/uk/org/ury/common/protocol/package-frame.html
index 3b56421..08bdd9b 100644
--- a/doc/uk/org/ury/common/protocol/package-frame.html
+++ b/doc/uk/org/ury/common/protocol/package-frame.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.protocol
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/package-summary.html b/doc/uk/org/ury/common/protocol/package-summary.html
index e6850e6..7ee0ec2 100644
--- a/doc/uk/org/ury/common/protocol/package-summary.html
+++ b/doc/uk/org/ury/common/protocol/package-summary.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.protocol
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/package-tree.html b/doc/uk/org/ury/common/protocol/package-tree.html
index 7de4a9c..29d77dd 100644
--- a/doc/uk/org/ury/common/protocol/package-tree.html
+++ b/doc/uk/org/ury/common/protocol/package-tree.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:51 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
uk.org.ury.common.protocol Class Hierarchy
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
diff --git a/doc/uk/org/ury/common/protocol/package-use.html b/doc/uk/org/ury/common/protocol/package-use.html
index cbec9e8..5b44a36 100644
--- a/doc/uk/org/ury/common/protocol/package-use.html
+++ b/doc/uk/org/ury/common/protocol/package-use.html
@@ -2,12 +2,12 @@
<!--NewPage-->
<HTML>
<HEAD>
-<!-- Generated by javadoc (build 1.6.0_20) on Wed Mar 23 13:20:52 GMT 2011 -->
+<!-- Generated by javadoc (build 1.6.0_20) on Thu Mar 24 14:42:48 GMT 2011 -->
<TITLE>
Uses of Package uk.org.ury.common.protocol
</TITLE>
-<META NAME="date" CONTENT="2011-03-23">
+<META NAME="date" CONTENT="2011-03-24">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">