|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImplementationCache
Cache of introspected implementations.
Method Summary | |
---|---|
Implementation |
get(QName type,
String name)
Return an implementation from a given namespace. |
void |
put(QName type,
String name,
Implementation implementation)
Add an implementation to the cache |
Method Detail |
---|
Implementation get(QName type, String name)
type
- the namespace that defines the type of implementationname
- the name of an implementation in that namespace
void put(QName type, String name, Implementation implementation)
type
- the namespace that defines the type of implementationname
- the name of an implementation in that namespaceimplementation
- the introspected implementation
|
Tuscany Core | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |