|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ElementTypeResolver
An ElementTypeResolver may be employed by a
DynamicElementHandler to resolve a fully-qualified element name to
a runtime type.
DynamicElementHandler| Method Summary | |
|---|---|
java.lang.Class |
resolveType(java.lang.String namespaceURI,
java.lang.String localName)
Resolves a fully-qualified element name to a runtime type which is capable of consuming information in child elements as laid out by the rules defined by DynamicElementHandler. |
| Method Detail |
|---|
java.lang.Class resolveType(java.lang.String namespaceURI,
java.lang.String localName)
throws HandlerException
DynamicElementHandler.
namespaceURI - the namespace uri of the element to be resolved.localName - the local name of the element to be resolved.
Class representing the runtime type capable
of consuming the xml, or null if no matching type is found.
HandlerException - if any problems occur loading the matching class.
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||