Apache CXF API

org.apache.cxf.continuations
Class ContinuationInfo

java.lang.Object
  extended by org.apache.cxf.continuations.ContinuationInfo

public class ContinuationInfo
extends Object

Utility class which can be used to associate an inbound message, as well as a user object, if any, with continuation


Constructor Summary
ContinuationInfo(Message m)
           
 
Method Summary
 Message getMessage()
           
 Object getUserObject()
           
 void setUserObject(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContinuationInfo

public ContinuationInfo(Message m)
Method Detail

getMessage

public Message getMessage()

setUserObject

public void setUserObject(Object object)

getUserObject

public Object getUserObject()

Apache CXF API

Apache CXF