Uses of Class
org.jboss.seam.remoting.CallContext

Packages that use CallContext
org.jboss.seam.remoting   
org.jboss.seam.remoting.wrapper   
 

Uses of CallContext in org.jboss.seam.remoting
 

Methods in org.jboss.seam.remoting that return CallContext
 CallContext Call.getContext()
          Return the call context.
 

Uses of CallContext in org.jboss.seam.remoting.wrapper
 

Fields in org.jboss.seam.remoting.wrapper declared as CallContext
protected  CallContext BaseWrapper.context
          The call context
 

Methods in org.jboss.seam.remoting.wrapper with parameters of type CallContext
 void BaseWrapper.setCallContext(CallContext context)
          Sets the call context
 void Wrapper.setCallContext(CallContext context)