org.mule.providers
Class NullPayload

java.lang.Object
  extended byorg.mule.providers.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)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.