Package com.sun.tools.xjc.util
Class ReadOnlyAdapter<OnTheWire,InMemory>
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<OnTheWire,InMemory>
-
- com.sun.tools.xjc.util.ReadOnlyAdapter<OnTheWire,InMemory>
-
public abstract class ReadOnlyAdapter<OnTheWire,InMemory> extends XmlAdapter<OnTheWire,InMemory>
XmlAdapter
used inside XJC is almost always unmarshal-only.- Author:
- Kohsuke Kawaguchi
-
-
Constructor Summary
Constructors Constructor Description ReadOnlyAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OnTheWire
marshal(InMemory onTheWire)
-
Methods inherited from class javax.xml.bind.annotation.adapters.XmlAdapter
unmarshal
-
-