|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IShareableComponentTypeFactory
The IShareableComponentTypeFactory must be able to accept a custom Implementation representing a custom feature and convert the Implementation to a URI. The URI will then be used to request a shared resource.
Clients should refer to com.ibm.ccl.soa.core.componentTypeIntrospector for more information on when to use interface.
Clients may implement this interface.
Method Summary | |
---|---|
IFile |
findShareableFile(EStructuralFeature theImplementationFeature,
Implementation anImplementation)
This method should return an IFile for the shareable resource. |
Method Detail |
---|
IFile findShareableFile(EStructuralFeature theImplementationFeature, Implementation anImplementation)
theImplementationFeature
- The EMF feature (substitution group) context for the given
implementationanImplementation
- The implementation with metadata about the ComponentType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |