org.apache.cxf.continuations
Class ContinuationInfo
java.lang.Object
org.apache.cxf.continuations.ContinuationInfo
public class ContinuationInfo
- extends java.lang.Object
Utility class which can be used to associate an inbound message, as well as
a user object, if any, with continuation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuationInfo
public ContinuationInfo(Message m)
getMessage
public Message getMessage()
setUserObject
public void setUserObject(java.lang.Object object)
getUserObject
public java.lang.Object getUserObject()
Apache CXF