com.sun.xml.bind.v2.runtime.unmarshaller

Class ProxyLoader

public abstract class ProxyLoader extends Loader

Loader that delegates the processing to another Loader at ProxyLoader.
Constructor Summary
ProxyLoader()
Method Summary
voidleaveElement(UnmarshallingContext.State state, TagName ea)
protected abstract LoaderselectLoader(UnmarshallingContext.State state, TagName ea)
Picks the loader to delegate to.
voidstartElement(UnmarshallingContext.State state, TagName ea)

Constructor Detail

ProxyLoader

public ProxyLoader()

Method Detail

leaveElement

final void leaveElement(UnmarshallingContext.State state, TagName ea)

selectLoader

protected abstract Loader selectLoader(UnmarshallingContext.State state, TagName ea)
Picks the loader to delegate to.

Returns: never null.

startElement

final void startElement(UnmarshallingContext.State state, TagName ea)