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

Packages that use CallContext
org.jboss.seam.remoting   
org.jboss.seam.remoting.model   
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.
 

Methods in org.jboss.seam.remoting with parameters of type CallContext
static void MarshalUtils.marshalException(Throwable exception, CallContext ctx, OutputStream out)
           
 

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

Methods in org.jboss.seam.remoting.model that return CallContext
 CallContext Model.getCallContext()
           
 

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)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.