You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by va...@apache.org on 2012/12/31 17:42:42 UTC

svn commit: r1427172 - in /ode/site/trunk/content: endpoint-configuration.mdtext extensions/wsdl-11-extensions-for-rest.mdtext

Author: vanto
Date: Mon Dec 31 16:42:42 2012
New Revision: 1427172

URL: http://svn.apache.org/viewvc?rev=1427172&view=rev
Log:
table fix.

Modified:
    ode/site/trunk/content/endpoint-configuration.mdtext
    ode/site/trunk/content/extensions/wsdl-11-extensions-for-rest.mdtext

Modified: ode/site/trunk/content/endpoint-configuration.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/endpoint-configuration.mdtext?rev=1427172&r1=1427171&r2=1427172&view=diff
==============================================================================
--- ode/site/trunk/content/endpoint-configuration.mdtext (original)
+++ ode/site/trunk/content/endpoint-configuration.mdtext Mon Dec 31 16:42:42 2012
@@ -94,29 +94,139 @@ The `http.protocol.max-redirect` propert
 Here the list of supported properties, and their descriptions. If the file contains some properties not listed here, they will be available in the property map nevertheless. Values will be strings.
 Such unmanaged properties will also be passed to Axis2 options and HttpClient params, see below.
 
- || Context || Property name || Accepted values || Description/Notes ||
- | Bpel-runtime | mex.timeout | a long | the ODE Message Exchange timeout | 
- |   | mex.failure.verbose | true(default)/false | mute the details of a failure that might occur during a process invocation (to avoid information disclosure for instance)|
-  
-  
- |  | http.request.chunk | true/false | This will enable/disable chunking support. Will not apply to http-bound services TBD |
- | | http.protocol.version | HTTP/1.1 or HTTP/1.0 | the HTTP protocol version used |
- | | http.request.gzip | true/false | Will not apply to http-bound services TBD |
- | | http.accept.gzip | true/false | Append gzip to the Accept-Encoding header |
- | | http.protocol.content-charset| a string | |
- | | http.default-headers.\{your-header\} | | You must define one property per header, prefixed with 'http.default-headers'.
- These values will be appended to any previous value already set for a given header. |
- | | http.connection.timeout | an int | timeout in milliseconds until a connection is etablished |
- | | http.socket.timeout | an int | timeout in milliseconds for waiting for data |
- | | http.protocol.max-redirects | an int | the maximum number of redirects to be followed |
- | | http.proxy.host=myproxy.org | | To disable proxy set the host to null |
- | | http.proxy.port | | | 
- | | http.proxy.domain | |  |
- | | http.proxy.user | | |
- | | http.proxy.password | | |
- | | jms.reply.destination | a string | the reply-to destination in an outbound message |
- | | jms.reply.timeout | an int | timeout in milliseconds for waiting for two-way reply |
- | | ws-adddressing.headers | true(default)/false | Enable/disable the WS-Addressing headers for outgoing soap requests |
+<table class="table table-bordered table-striped">
+    <thead>
+        <tr>
+            <th>Context</th>
+            <th>Property name</th>
+            <th>Accepted values</th>
+            <th>Description/Notes</th>
+        </tr>
+    </thead>
+    <tbody>
+        <tr>
+            <td>BPEL-runtime</td>
+            <td>mex.timeout</td>
+            <td>a long</td>
+            <td>the ODE Message Exchange timeout</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>mex.failure.verbose</td>
+            <td>true(default)/false</td>
+            <td>mute the details of a failure that might occur during a process invocation (to avoid information disclosure for instance)</td>
+        </tr>
+        <tr>
+            <td>Outbound Services</td>
+            <td>address</td>
+            <td>a URL</td>
+            <td>overrides the soap:address or http:address.<br>The order of precedence is: process, property files, wsdl.</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.request.chunk</td>
+            <td>true/false</td>
+            <td>This will enable/disable chunking support. Will not apply to http-bound services TBD</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.protocol.version</td>
+            <td>HTTP/1.1 or HTTP/1.0</td>
+            <td>the HTTP protocol version used</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.request.gzip</td>
+            <td>true/false</td>
+            <td>Will not apply to http-bound services TBD</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.accept.gzip</td>
+            <td>true/false</td>
+            <td>Append gzip to the Accept-Encoding header</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.protocol.content-charset</td>
+            <td>a string</td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.default-headers.{your-header}</td>
+            <td></td>
+            <td>You must define one property per header, prefixed with 'http.default-headers'.<br>
+         These values will be appended to any previous value already set for a given header.</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.connection.timeout</td>
+            <td>an int</td>
+            <td>timeout in milliseconds until a connection is etablished</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.socket.timeout</td>
+            <td>an int</td>
+            <td>timeout in milliseconds for waiting for data</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.protocol.max-redirects</td>
+            <td>an int</td>
+            <td>the maximum number of redirects to be followed</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.host=myproxy.org</td>
+            <td></td>
+            <td>To disable proxy set the host to null</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.port</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.domain</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.user</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>http.proxy.password</td>
+            <td></td>
+            <td></td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>jms.reply.destination</td>
+            <td>a string</td>
+            <td>the reply-to destination in an outbound message</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>jms.reply.timeout</td>
+            <td>an int</td>
+            <td>timeout in milliseconds for waiting for two-way reply</td>
+        </tr>
+        <tr>
+            <td></td>
+            <td>ws-adddressing.headers</td>
+            <td>true(default)/false</td>
+            <td>Enable/disable the WS-Addressing headers for outgoing soap requests</td>
+        </tr>
+    </tbody>
+</table>
  
 <a name="EndpointConfiguration-Samplefile"></a>
 ### Sample file
@@ -141,7 +251,8 @@ For Axis2, all properties are converted 
     <thead>
         <tr>
             <th>Property name</th>
-            <th> Axis2 </th><th> Description/Notes</th>
+            <th>Axis2</th>
+            <th>Description/Notes</th>
         </tr>
     </thead>
     <tbody>

Modified: ode/site/trunk/content/extensions/wsdl-11-extensions-for-rest.mdtext
URL: http://svn.apache.org/viewvc/ode/site/trunk/content/extensions/wsdl-11-extensions-for-rest.mdtext?rev=1427172&r1=1427171&r2=1427172&view=diff
==============================================================================
--- ode/site/trunk/content/extensions/wsdl-11-extensions-for-rest.mdtext (original)
+++ ode/site/trunk/content/extensions/wsdl-11-extensions-for-rest.mdtext Mon Dec 31 16:42:42 2012
@@ -202,7 +202,7 @@ ODE allows you to bind a fault with HTTP
 
 A failure is thrown if the code is one of these:
 
-<table>
+<table class="table table-bordered table-hover>
     <thead>
         <tr>
             <th>Status-Codes triggering a Failure</th>