org.apache.openejb.jee
Class TrimStringAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,String>
org.apache.openejb.jee.TrimStringAdapter
public class TrimStringAdapter
- extends XmlAdapter<String,String>
- Version:
- $Rev: 1140328 $ $Date: 2011-06-27 21:28:04 +0000 (Mon, 27 Jun 2011) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrimStringAdapter
public TrimStringAdapter()
unmarshal
public String unmarshal(String s)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,String>
- Throws:
Exception
marshal
public String marshal(String s)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,String>
- Throws:
Exception
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.