Class: MessageBufferConstants

Inherits:
Object
  • Object
show all
Defined in:
lib/service_bus/message_buffer_constants.rb

Overview

Copyright © 2009, Persistent Systems Limited

Redistribution and use, with or without modification, are permitted

provided that the following  conditions are met:
 - Redistributions of source code must retain the above copyright notice,
   this list of conditions and the following disclaimer.
 - Neither the name of Persistent Systems Limited nor the names of its contributors
   may be used to endorse or promote products derived from this software
   without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES LOSS OF USE, DATA, OR PROFITS OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Class Attribute Summary collapse

Class Attribute Details

.content_type_property_for_atom_xmlObject

Returns the value of attribute content_type_property_for_atom_xml.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def content_type_property_for_atom_xml
  @content_type_property_for_atom_xml
end

.content_type_property_for_textObject

Returns the value of attribute content_type_property_for_text.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def content_type_property_for_text
  @content_type_property_for_text
end

.lock_duration_parameterObject

Returns the value of attribute lock_duration_parameter.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def lock_duration_parameter
  @lock_duration_parameter
end

.lock_id_parameterObject

Returns the value of attribute lock_id_parameter.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def lock_id_parameter
  @lock_id_parameter
end

.message_buffer_policy_namespaceObject

Returns the value of attribute message_buffer_policy_namespace.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def message_buffer_policy_namespace
  @message_buffer_policy_namespace
end

.message_namespaceObject

Returns the value of attribute message_namespace.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def message_namespace
  @message_namespace
end

.path_for_retrieve_messageObject

Returns the value of attribute path_for_retrieve_message.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def path_for_retrieve_message
  @path_for_retrieve_message
end

.path_for_send_messageObject

Returns the value of attribute path_for_send_message.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def path_for_send_message
  @path_for_send_message
end

.shared_secret_headerObject

Returns the value of attribute shared_secret_header.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def shared_secret_header
  @shared_secret_header
end

.timeout_parameterObject

Returns the value of attribute timeout_parameter.



36
37
38
# File 'lib/service_bus/message_buffer_constants.rb', line 36

def timeout_parameter
  @timeout_parameter
end