public interface RegistryExtension
Modifier and Type | Method and Description |
---|---|
void |
init(Properties props)
Initialize the extension implementation with a set of properties
|
org.apache.axiom.om.OMNode |
lookup(String key)
Attempt to find a resource represented by a given key in a custom manner
|
void init(Properties props)
props
- the Set of proeprties with which to initialize the extensionorg.apache.axiom.om.OMNode lookup(String key)
key
- The key representing the resourceCopyright © 2019 WSO2. All rights reserved.