org.mule.transport.tcp.integration
Class MessageObject

java.lang.Object
  extended by org.mule.transport.tcp.integration.MessageObject
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 boolean b
           
 int i
           
 java.lang.String s
           
 
Constructor Summary
MessageObject(int i, java.lang.String s, boolean b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i

public int i

s

public java.lang.String s

b

public boolean b
Constructor Detail

MessageObject

public MessageObject(int i,
                     java.lang.String s,
                     boolean b)


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.