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