org.mule.transport.tcp.integration
Class MessageObject

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

public class MessageObject
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 boolean b
           
 int i
           
 String s
           
 
Constructor Summary
MessageObject(int i, 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 String s

b

public boolean b
Constructor Detail

MessageObject

public MessageObject(int i,
                     String s,
                     boolean b)


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