jBPM distribution 6.0.0.Beta4

org.jbpm.services.task.impl.model.xml.adapter
Class StatusXmlAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,Status>
      extended by org.jbpm.services.task.impl.model.xml.adapter.StatusXmlAdapter

public class StatusXmlAdapter
extends XmlAdapter<String,Status>


Constructor Summary
StatusXmlAdapter()
           
 
Method Summary
 String marshal(Status v)
           
 Status unmarshal(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusXmlAdapter

public StatusXmlAdapter()
Method Detail

marshal

public String marshal(Status v)
               throws Exception
Specified by:
marshal in class XmlAdapter<String,Status>
Throws:
Exception

unmarshal

public Status unmarshal(String v)
                 throws Exception
Specified by:
unmarshal in class XmlAdapter<String,Status>
Throws:
Exception

jBPM distribution 6.0.0.Beta4

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.