Package com.ibm.wsspi.anno.service
Interface AnnotationService_Service
- 
 public interface AnnotationService_ServiceCore annotation service. Annotation services are accessed through four root factory types: Util_Factory,ClassSource_Factory,AnnotationTargets_Factory, andInfoStoreFactory.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationTargets_FactorygetAnnotationTargetsFactory()ClassSource_FactorygetClassSourceFactory()java.lang.StringgetHashText()InfoStoreFactorygetInfoStoreFactory()Util_FactorygetUtilFactory()
 
- 
- 
- 
Method Detail- 
getHashTextjava.lang.String getHashText() 
 - 
getUtilFactoryUtil_Factory getUtilFactory() 
 - 
getClassSourceFactoryClassSource_Factory getClassSourceFactory() 
 - 
getAnnotationTargetsFactoryAnnotationTargets_Factory getAnnotationTargetsFactory() 
 - 
getInfoStoreFactoryInfoStoreFactory getInfoStoreFactory() 
 
- 
 
-