de.msponer.android.yac.marshaller
Class MobileMarshaller

java.lang.Object
  extended by de.msponer.android.yac.marshaller.MobileMarshaller

public class MobileMarshaller
extends Object

Class is based on org.yawlfoundation.yawl.engine.interfce.Marshaller with minor modifications due to mobile usage.

Author:
msponer

Constructor Summary
protected MobileMarshaller()
          Instantiates a new mobile marshaller.
 
Method Summary
static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord unmarshalWorkItem(org.jdom.Element workItemElement)
          Unmarshal work item.
static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord unmarshalWorkItem(String workItemXML)
          Unmarshal a work item.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobileMarshaller

protected MobileMarshaller()
Instantiates a new mobile marshaller.

Method Detail

unmarshalWorkItem

public static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord unmarshalWorkItem(String workItemXML)
Unmarshal a work item.

Parameters:
workItemXML - the work item xml
Returns:
the work item record

unmarshalWorkItem

public static org.yawlfoundation.yawl.engine.interfce.WorkItemRecord unmarshalWorkItem(org.jdom.Element workItemElement)
Unmarshal work item.

Parameters:
workItemElement - the work item element
Returns:
the work item record