org.globus.cog.karajan.workflow.service.commands
Class RemoteElementMarshallingPolicy

java.lang.Object
  extended by org.globus.cog.karajan.util.serialization.AbstractElementMarshallingPolicy
      extended by org.globus.cog.karajan.workflow.service.commands.RemoteElementMarshallingPolicy
All Implemented Interfaces:
ElementMarshallingPolicy

public class RemoteElementMarshallingPolicy
extends AbstractElementMarshallingPolicy


Constructor Summary
RemoteElementMarshallingPolicy()
           
RemoteElementMarshallingPolicy(KarajanSerializationContext kcontext)
           
 
Method Summary
 void marshal(Object elem, com.thoughtworks.xstream.io.HierarchicalStreamWriter wr, com.thoughtworks.xstream.converters.MarshallingContext context)
           
 
Methods inherited from class org.globus.cog.karajan.util.serialization.AbstractElementMarshallingPolicy
getKContext, setKContext, writeChildren, writeNode, writeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteElementMarshallingPolicy

public RemoteElementMarshallingPolicy()

RemoteElementMarshallingPolicy

public RemoteElementMarshallingPolicy(KarajanSerializationContext kcontext)
Method Detail

marshal

public void marshal(Object elem,
                    com.thoughtworks.xstream.io.HierarchicalStreamWriter wr,
                    com.thoughtworks.xstream.converters.MarshallingContext context)