org.jboss.metadata.javaee.spec
Class TransactionAttributeTypeAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,javax.ejb.TransactionAttributeType>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionAttributeTypeAdapter
public TransactionAttributeTypeAdapter()
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.