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 CommonHeader
SoloMessage. getCommonHdr()
CommonHeader
SLSystemHeader. getCommonHeader()
Methods in com.core.exception.message with parameters of type CommonHeader Modifier and Type Method Description void
SoloMessage. setCommonHdr(CommonHeader commonHdr)
void
SLSystemHeader. 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 CommonHeader
SLSystemHeader. getCommonHeader()
static CommonHeader
SContextParameter. getOriginalCommonHeader()
CommonHeader
SLTimerParameter. getRqstCommHedr()
Methods in com.core.exception.util with parameters of type CommonHeader Modifier and Type Method Description void
SLSystemHeader. setCommonHeader(CommonHeader commonHeader)
static void
SContextParameter. setOriginalCommonHeader(CommonHeader originalCommonHeader)
void
SLTimerParameter. setRqstCommHedr(CommonHeader commonHeader)
-