Author: buildbot Date: Fri Oct 19 15:21:06 2012 New Revision: 835625 Log: Production update by buildbot for camel
Modified: websites/production/camel/content/book-component-appendix.html websites/production/camel/content/book-in-one-page.html websites/production/camel/content/cache/main.pageCache websites/production/camel/content/smpp.html Modified: websites/production/camel/content/book-component-appendix.html ============================================================================== --- websites/production/camel/content/book-component-appendix.html (original) +++ websites/production/camel/content/book-component-appendix.html Fri Oct 19 15:21:06 2012 @@ -15008,7 +15008,7 @@ If no <b>port</b> number is provided, th <tt>2</tt>: Level 2 priority<br clear="none" class="atl-forced-newline"> <tt>3</tt>: Level 3 (highest) priority </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>replaceIfPresentFlag</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>only for SubmitSm and SubmitMulti</b> Used to request the SMSC to replace a previously submitted message, that is still pending delivery. The SMSC will replace an existing message provided that the source address, destination address and service type match the same fields in the new message. The following replace if present flag values are defined: <br clear="none" class="atl-forced-newline"> <tt>0</tt>: Don't replace<br clear="none" class="atl-forced-newline"> -<tt>1</tt>: Replace </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>typeOfNumber</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the type of number (TON) to be used in the SME. Use the <tt>sourceAddrTon</tt> values defined above. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>numberingPlanIndicator</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the numeric plan indicator (NPI) to be used in the SME. Use the <tt>sourceAddrNpi</tt> values defined above.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>lazySessionCreation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8 onwards</b> Sessions can be lazily created to avoid exceptions, if the SMSC is not availa ble when the Camel producer is started. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyHost</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>3128</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyUsername</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPassword</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sessionStateListener</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.3:</b> You can refer to a <tt>org.jsmpp.session.SessionStateListener</tt> in the <tt>Registry</tt> to receive callbacks when the session state changed. </td></tr></tbody></table> +<tt>1</tt>: Replace </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>typeOfNumber</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the type of number (TON) to be used in the SME. Use the <tt>sourceAddrTon</tt> values defined above. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>numberingPlanIndicator</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the numeric plan indicator (NPI) to be used in the SME. Use the <tt>sourceAddrNpi</tt> values defined above.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>lazySessionCreation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8 onwards</b> Sessions can be lazily created to avoid exceptions, if the SMSC is not availa ble when the Camel producer is started. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyHost</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>3128</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyUsername</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPassword</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sessionStateListener</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.3:</b> You can refer to a <tt>org.jsmpp.session.SessionStateListener</tt> in the <tt>Registry</tt> to receive callbacks when the session state changed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>addressRange</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>""</tt> </td><td colspan="1" r owspan="1" class="confluenceTd"> <b>Camel 2.11:</b> You can specify the address range for the SmppConsumer to use.</td></tr></tbody></table> </div> </div> Modified: websites/production/camel/content/book-in-one-page.html ============================================================================== --- websites/production/camel/content/book-in-one-page.html (original) +++ websites/production/camel/content/book-in-one-page.html Fri Oct 19 15:21:06 2012 @@ -35217,7 +35217,7 @@ If no <b>port</b> number is provided, th <tt>2</tt>: Level 2 priority<br clear="none" class="atl-forced-newline"> <tt>3</tt>: Level 3 (highest) priority </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>replaceIfPresentFlag</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>only for SubmitSm and SubmitMulti</b> Used to request the SMSC to replace a previously submitted message, that is still pending delivery. The SMSC will replace an existing message provided that the source address, destination address and service type match the same fields in the new message. The following replace if present flag values are defined: <br clear="none" class="atl-forced-newline"> <tt>0</tt>: Don't replace<br clear="none" class="atl-forced-newline"> -<tt>1</tt>: Replace </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>typeOfNumber</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the type of number (TON) to be used in the SME. Use the <tt>sourceAddrTon</tt> values defined above. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>numberingPlanIndicator</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the numeric plan indicator (NPI) to be used in the SME. Use the <tt>sourceAddrNpi</tt> values defined above.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>lazySessionCreation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8 onwards</b> Sessions can be lazily created to avoid exceptions, if the SMSC is not availa ble when the Camel producer is started. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyHost</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>3128</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyUsername</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPassword</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sessionStateListener</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.3:</b> You can refer to a <tt>org.jsmpp.session.SessionStateListener</tt> in the <tt>Registry</tt> to receive callbacks when the session state changed. </td></tr></tbody></table> +<tt>1</tt>: Replace </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>typeOfNumber</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the type of number (TON) to be used in the SME. Use the <tt>sourceAddrTon</tt> values defined above. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>numberingPlanIndicator</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the numeric plan indicator (NPI) to be used in the SME. Use the <tt>sourceAddrNpi</tt> values defined above.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>lazySessionCreation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8 onwards</b> Sessions can be lazily created to avoid exceptions, if the SMSC is not availa ble when the Camel producer is started. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyHost</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>3128</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyUsername</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPassword</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sessionStateListener</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.3:</b> You can refer to a <tt>org.jsmpp.session.SessionStateListener</tt> in the <tt>Registry</tt> to receive callbacks when the session state changed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>addressRange</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>""</tt> </td><td colspan="1" r owspan="1" class="confluenceTd"> <b>Camel 2.11:</b> You can specify the address range for the SmppConsumer to use.</td></tr></tbody></table> </div> </div> Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/smpp.html ============================================================================== --- websites/production/camel/content/smpp.html (original) +++ websites/production/camel/content/smpp.html Fri Oct 19 15:21:06 2012 @@ -152,7 +152,7 @@ If no <b>port</b> number is provided, th <tt>2</tt>: Level 2 priority<br clear="none" class="atl-forced-newline"> <tt>3</tt>: Level 3 (highest) priority </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>replaceIfPresentFlag</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>only for SubmitSm and SubmitMulti</b> Used to request the SMSC to replace a previously submitted message, that is still pending delivery. The SMSC will replace an existing message provided that the source address, destination address and service type match the same fields in the new message. The following replace if present flag values are defined: <br clear="none" class="atl-forced-newline"> <tt>0</tt>: Don't replace<br clear="none" class="atl-forced-newline"> -<tt>1</tt>: Replace </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>typeOfNumber</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the type of number (TON) to be used in the SME. Use the <tt>sourceAddrTon</tt> values defined above. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>numberingPlanIndicator</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the numeric plan indicator (NPI) to be used in the SME. Use the <tt>sourceAddrNpi</tt> values defined above.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>lazySessionCreation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8 onwards</b> Sessions can be lazily created to avoid exceptions, if the SMSC is not availa ble when the Camel producer is started. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyHost</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>3128</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyUsername</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPassword</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sessionStateListener</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.3:</b> You can refer to a <tt>org.jsmpp.session.SessionStateListener</tt> in the <tt>Registry</tt> to receive callbacks when the session state changed. </td></tr></tbody></table> +<tt>1</tt>: Replace </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>typeOfNumber</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the type of number (TON) to be used in the SME. Use the <tt>sourceAddrTon</tt> values defined above. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>numberingPlanIndicator</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>0</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> Defines the numeric plan indicator (NPI) to be used in the SME. Use the <tt>sourceAddrNpi</tt> values defined above.</td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>lazySessionCreation</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>false</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.8 onwards</b> Sessions can be lazily created to avoid exceptions, if the SMSC is not availa ble when the Camel producer is started. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyHost</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the hostname or ip address of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPort</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>3128</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If you need to tunnel SMPP through a HTTP proxy, set this attribute to the port of your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyUsername</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the username required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>httpProxyPassword</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.1:</b> If your HTTP proxy requires basic authentication, set this attribute to the password required for your HTTP proxy. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>sessionStateListener</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>null</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.9.3:</b> You can refer to a <tt>org.jsmpp.session.SessionStateListener</tt> in the <tt>Registry</tt> to receive callbacks when the session state changed. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <tt>addressRange</tt> </td><td colspan="1" rowspan="1" class="confluenceTd"> <tt>""</tt> </td><td colspan="1" r owspan="1" class="confluenceTd"> <b>Camel 2.11:</b> You can specify the address range for the SmppConsumer to use.</td></tr></tbody></table> </div> </div>