net.sf.jmsmq
Class MSMQMessage

java.lang.Object
  extended bynet.sf.jmsmq.MSMQMessage
All Implemented Interfaces:
java.io.Serializable

public class MSMQMessage
extends java.lang.Object
implements java.io.Serializable

Class that mapping a MSMQ message object. Microsoft® Message Queuing Server

See Also:
Serialized Form

Constructor Summary
MSMQMessage(java.lang.String messageLabel, java.lang.String messageBody)
          Constructor de MSMQMessage
 
Method Summary
 java.lang.String getMessageBody()
          Method that returns the messageBody property
 java.lang.String getMessageLabel()
          Method that returns the messageLabel property
 boolean isTransactionalMessage()
          Method that returns the transactionalMessage property
 void setMessageBody(java.lang.String messageBody)
          Method that sets the messageBody property
 void setMessageLabel(java.lang.String messageLabel)
          Method that sets the messageLabel property
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MSMQMessage

public MSMQMessage(java.lang.String messageLabel,
                   java.lang.String messageBody)
Constructor de MSMQMessage

Parameters:
messageLabel - Message label
messageBody - Message body
Method Detail

getMessageBody

public java.lang.String getMessageBody()
Method that returns the messageBody property

Returns:
String Returns messageBody propety.

setMessageBody

public void setMessageBody(java.lang.String messageBody)
Method that sets the messageBody property

Parameters:
messageBody - New messageBody property value.

getMessageLabel

public java.lang.String getMessageLabel()
Method that returns the messageLabel property

Returns:
String Returns messageLabel propety.

setMessageLabel

public void setMessageLabel(java.lang.String messageLabel)
Method that sets the messageLabel property

Parameters:
messageLabel - New messageLabel property value.

isTransactionalMessage

public boolean isTransactionalMessage()
Method that returns the transactionalMessage property

Returns:
boolean Returns transactionalMessage propety.


Jorge Ruesga © 2006. All rigths reserved.