com.sun.tools.xjc.util

Class ReadOnlyAdapter<OnTheWire,InMemory>

public abstract class ReadOnlyAdapter<OnTheWire,InMemory> extends XmlAdapter<OnTheWire,InMemory>

XmlAdapter used inside XJC is almost always unmarshal-only.
Method Summary
OnTheWiremarshal(InMemory onTheWire)

Method Detail

marshal

public final OnTheWire marshal(InMemory onTheWire)