Package com.ibm.wsspi.anno.targets
Interface AnnotationTargets_Factory
-
public interface AnnotationTargets_Factory
-
-
Field Summary
Fields Modifier and Type Field Description static boolean
DETAIL_IS_ENABLED
static boolean
DETAIL_IS_NOT_ENABLED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationTargets_Fault
createFault(java.lang.String unresolvedText, java.lang.String[] parameters)
AnnotationTargets_Targets
createTargets()
AnnotationTargets_Targets
createTargets(boolean isDetailEnabled)
java.lang.String
getHashText()
Util_Factory
getUtilFactory()
AnnotationTargets_Exception
newAnnotationTargetsException(com.ibm.websphere.ras.TraceComponent logger, java.lang.String message)
AnnotationTargets_Exception
wrapIntoAnnotationTargetsException(com.ibm.websphere.ras.TraceComponent logger, java.lang.String callingClassName, java.lang.String callingMethodName, java.lang.String message, java.lang.Throwable th)
-
-
-
Field Detail
-
DETAIL_IS_ENABLED
static final boolean DETAIL_IS_ENABLED
- See Also:
- Constant Field Values
-
DETAIL_IS_NOT_ENABLED
static final boolean DETAIL_IS_NOT_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHashText
java.lang.String getHashText()
-
getUtilFactory
Util_Factory getUtilFactory()
-
newAnnotationTargetsException
AnnotationTargets_Exception newAnnotationTargetsException(com.ibm.websphere.ras.TraceComponent logger, java.lang.String message)
-
wrapIntoAnnotationTargetsException
AnnotationTargets_Exception wrapIntoAnnotationTargetsException(com.ibm.websphere.ras.TraceComponent logger, java.lang.String callingClassName, java.lang.String callingMethodName, java.lang.String message, java.lang.Throwable th)
-
createTargets
AnnotationTargets_Targets createTargets() throws AnnotationTargets_Exception
- Throws:
AnnotationTargets_Exception
-
createTargets
AnnotationTargets_Targets createTargets(boolean isDetailEnabled) throws AnnotationTargets_Exception
- Throws:
AnnotationTargets_Exception
-
createFault
AnnotationTargets_Fault createFault(java.lang.String unresolvedText, java.lang.String[] parameters)
-
-