org.jboss.metadata.javaee.spec
Class TransactionManagementTypeAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.ejb.TransactionManagementType>
      extended by org.jboss.metadata.javaee.spec.TransactionManagementTypeAdapter

public class TransactionManagementTypeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.ejb.TransactionManagementType>

TransactionManagementType enum type adapter

Version:
$Revision: 67275 $
Author:
Scott.Stark@jboss.org

Constructor Summary
TransactionManagementTypeAdapter()
           
 
Method Summary
 String marshal(javax.ejb.TransactionManagementType type)
           
 javax.ejb.TransactionManagementType unmarshal(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionManagementTypeAdapter

public TransactionManagementTypeAdapter()
Method Detail

marshal

public String marshal(javax.ejb.TransactionManagementType type)
               throws Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.ejb.TransactionManagementType>
Throws:
Exception

unmarshal

public javax.ejb.TransactionManagementType unmarshal(String string)
                                              throws Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.ejb.TransactionManagementType>
Throws:
Exception


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.