当前页面: 
在线文档首页 > 
JBoss Seam  1.2.0 API 英文版文档
MarshalUtils (JBoss Seam API Documentation) - JBoss Seam  1.2.0 API 英文版文档
org.jboss.seam.remoting
Class MarshalUtils
java.lang.Object
   org.jboss.seam.remoting.MarshalUtils
org.jboss.seam.remoting.MarshalUtils
- public class MarshalUtils 
- extends Object
- Author:
- Shane Bryzak
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
MarshalUtils
public MarshalUtils()
marshalResult
public static void marshalResult(String callId,
                                 CallContext ctx,
                                 OutputStream out,
                                 Object result,
                                 List<String> constraints)
                          throws IOException
- 
- Throws:
- IOException