org.jbpm.services.task.impl.model.xml.adapter
Class StatusXmlAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Status>
org.jbpm.services.task.impl.model.xml.adapter.StatusXmlAdapter
public class StatusXmlAdapter
- extends XmlAdapter<String,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(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
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.