org.jboss.metadata.javaee.spec
Class TransactionAttributeTypeAdapter

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

public class TransactionAttributeTypeAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.ejb.TransactionAttributeType>

TransactionAttributeType enum type adapter

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

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

Constructor Detail

TransactionAttributeTypeAdapter

public TransactionAttributeTypeAdapter()
Method Detail

marshal

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

unmarshal

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


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