jBPM distribution 6.0.0.Beta3

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

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

public class I18NTextXmlAdapter
extends XmlAdapter<String,I18NText>


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

Constructor Detail

I18NTextXmlAdapter

public I18NTextXmlAdapter()
Method Detail

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

jBPM distribution 6.0.0.Beta3

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