org.jbpm.services.task.impl.model.xml.adapter
Class StatusXmlAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,org.kie.api.task.model.Status>
org.jbpm.services.task.impl.model.xml.adapter.StatusXmlAdapter
public class StatusXmlAdapter
- extends XmlAdapter<String,org.kie.api.task.model.Status>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StatusXmlAdapter
public StatusXmlAdapter()
marshal
public String marshal(org.kie.api.task.model.Status v)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,org.kie.api.task.model.Status>
- Throws:
Exception
unmarshal
public org.kie.api.task.model.Status unmarshal(String v)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,org.kie.api.task.model.Status>
- Throws:
Exception
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.