org.mule.transport
Class NullPayload

java.lang.Object
  extended by org.mule.transport.NullPayload
All Implemented Interfaces:
Serializable

public final class NullPayload
extends Object
implements Serializable

NullPayload represents a null event payload

See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
           
static NullPayload getInstance()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getInstance

public static NullPayload getInstance()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


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