org.eclipse.webdav.internal.kernel
Class Message

java.lang.Object
  extended by org.eclipse.webdav.internal.kernel.Message
Direct Known Subclasses:
Response

public class Message
extends Object

The Message class represents a basic message that has a context and a body.


Field Summary
protected  Object body
           
protected  IContext context
           
 
Constructor Summary
Message()
          Default constructor for the class.
 
Method Summary
 Object getBody()
          Return the message body.
 IContext getContext()
          Return the message context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected IContext context

body

protected Object body
Constructor Detail

Message

public Message()
Default constructor for the class.

Method Detail

getBody

public Object getBody()
Return the message body.


getContext

public IContext getContext()
Return the message context.

Returns:
the message context.
See Also:
Context


Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.