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