org.apache.cxf.continuations
Class ContinuationInfo
java.lang.Object
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
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(Object object)
getUserObject
public Object getUserObject()
Apache CXF