站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.1.1 API 英文版文档

Uses of Class org.jboss.seam.remoting.CallContext (JBoss Seam API Documentation) - JBoss Seam 1.1.1 API 英文版文档


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.
 

Methods in org.jboss.seam.remoting with parameters of type CallContext
static void MarshalUtils.marshalResult(String callId, CallContext ctx, OutputStream out, Object result, List<String> constraints)
           
 

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)