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