Uses of Class
com.core.exception.message.CommonHeader
-
Packages that use CommonHeader Package Description com.core.exception.message com.core.exception.util -
-
Uses of CommonHeader in com.core.exception.message
Methods in com.core.exception.message that return CommonHeader Modifier and Type Method Description CommonHeaderSoloMessage. getCommonHdr()CommonHeaderSLSystemHeader. getCommonHeader()Methods in com.core.exception.message with parameters of type CommonHeader Modifier and Type Method Description voidSoloMessage. setCommonHdr(CommonHeader commonHdr)voidSLSystemHeader. setCommonHeader(CommonHeader commonHeader) -
Uses of CommonHeader in com.core.exception.util
Methods in com.core.exception.util that return CommonHeader Modifier and Type Method Description CommonHeaderSLSystemHeader. getCommonHeader()static CommonHeaderSContextParameter. getOriginalCommonHeader()CommonHeaderSLTimerParameter. getRqstCommHedr()Methods in com.core.exception.util with parameters of type CommonHeader Modifier and Type Method Description voidSLSystemHeader. setCommonHeader(CommonHeader commonHeader)static voidSContextParameter. setOriginalCommonHeader(CommonHeader originalCommonHeader)voidSLTimerParameter. setRqstCommHedr(CommonHeader commonHeader)
-