summaryrefslogtreecommitdiff
path: root/content/xdocs/URL Formats.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/xdocs/URL Formats.html')
-rwxr-xr-xcontent/xdocs/URL Formats.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/content/xdocs/URL Formats.html b/content/xdocs/URL Formats.html
deleted file mode 100755
index b2216c5913..0000000000
--- a/content/xdocs/URL Formats.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<html>
- <head>
- <title>Apache Qpid : URL Formats</title>
- <link rel="stylesheet" href="styles/site.css" type="text/css" />
- <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
- </head>
-
- <body>
- <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
- <tr>
- <td valign="top" class="pagebody">
- <div class="pageheader">
- <span class="pagetitle">
- Apache Qpid : URL Formats
- </span>
- </div>
- <div class="pagesubheading">
- This page last changed on Apr 02, 2008 by <font color="#0050B2">asimon</font>.
- </div>
-
- <h2><a name="URLFormats-URLFormatforconnectionsandbinding"></a>URL Format for connections and binding </h2>
-<p>There are currently two formats implemented in the Java code base. One is for connection and the other is an exchange binding URL. The URL formats have been designed around the Java URI format. This allows the parsing majority of the parsing work to be handled for us.</p>
-
-<ul>
- <li><a href="Connection URL Format.html" title="Connection URL Format">Connection URL Format</a> - The format used to describe a connection.</li>
- <li><a href="BindingURLFormat.html" title="BindingURLFormat">BindingURLFormat</a> - The format used for creating bindings within and to a broker.</li>
-</ul>
-
-
-
- </td>
- </tr>
- </table>
- <table border="0" cellpadding="0" cellspacing="0" width="100%">
- <tr>
- <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
- </tr>
- <tr>
- <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
- </tr>
- </table>
- </body>
-</html> \ No newline at end of file