org.jboss.seam.remoting
Class RequestContext

java.lang.Object
  extended by org.jboss.seam.remoting.RequestContext

public class RequestContext
extends Object

Author:
Shane Bryzak

Constructor Summary
RequestContext(org.dom4j.Element header)
           
 
Method Summary
 Long getCallId()
           
 String getConversationId()
           
 void setCallId(Long callId)
           
 void setConversationId(String conversationId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestContext

public RequestContext(org.dom4j.Element header)
Method Detail

getConversationId

public String getConversationId()

setConversationId

public void setConversationId(String conversationId)

getCallId

public Long getCallId()

setCallId

public void setCallId(Long callId)


Copyright © 2011 Seam Framework. All Rights Reserved.