|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void registeringLoader(QName xmlType)
xmlType
- the QName of the element the loader will handlevoid unregisteringLoader(QName xmlType)
xmlType
- the QName of the element the loader will handlevoid elementLoad(QName xmlType)
xmlType
- the QName of the element that should be loaded
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |