org.apache.openejb.jee
Class BooleanAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
org.apache.openejb.jee.BooleanAdapter
public class BooleanAdapter
- extends javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
- Version:
- $Rev$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanAdapter
public BooleanAdapter()
unmarshal
public Boolean unmarshal(String value)
throws Exception
- Specified by:
unmarshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
- Throws:
Exception
marshal
public String marshal(Boolean value)
throws Exception
- Specified by:
marshal
in class javax.xml.bind.annotation.adapters.XmlAdapter<String,Boolean>
- Throws:
Exception
Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.