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

MarshalUtils (JBoss Seam API Documentation) - JBoss Seam 1.1.6 API 英文版文档


org.jboss.seam.remoting
Class MarshalUtils

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

public class MarshalUtils
extends Object

Author:
Shane Bryzak

Constructor Summary
MarshalUtils()
           
 
Method Summary
static void marshalResult(String callId, CallContext ctx, OutputStream out, Object result, List<String> constraints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshalUtils

public MarshalUtils()
Method Detail

marshalResult

public static void marshalResult(String callId,
                                 CallContext ctx,
                                 OutputStream out,
                                 Object result,
                                 List<String> constraints)
                          throws IOException
Throws:
IOException