Tuscany Core

org.apache.tuscany.core.loader.impl
Interface StAXLoaderRegistryImpl.Monitor

Enclosing class:
StAXLoaderRegistryImpl

public static interface StAXLoaderRegistryImpl.Monitor


Method Summary
 void elementLoad(QName xmlType)
          Event emitted when a request is made to load an element.
 void registeringLoader(QName xmlType)
          Event emitted when a StAX element loader is registered.
 void unregisteringLoader(QName xmlType)
          Event emitted when a StAX element loader is unregistered.
 

Method Detail

registeringLoader

void registeringLoader(QName xmlType)
Event emitted when a StAX element loader is registered.

Parameters:
xmlType - the QName of the element the loader will handle

unregisteringLoader

void unregisteringLoader(QName xmlType)
Event emitted when a StAX element loader is unregistered.

Parameters:
xmlType - the QName of the element the loader will handle

elementLoad

void elementLoad(QName xmlType)
Event emitted when a request is made to load an element.

Parameters:
xmlType - the QName of the element that should be loaded

Tuscany Core

-