jBPM distribution 6.2.0.Beta2

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

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

public class UserXmlAdapter
extends XmlAdapter<String,User>


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

Constructor Detail

UserXmlAdapter

public UserXmlAdapter()
Method Detail

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

jBPM distribution 6.2.0.Beta2

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