Class DefaultRecallNamespaceConfig
java.lang.Object
com.persequor.saga.modules.compliance.ioc.DefaultRecallNamespaceConfig
- All Implemented Interfaces:
IRecallNamespaceConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the CustomTag in the Epcis ErrorDeclaration for passing in additional recall commentReturn the CustomTag in the Epcis ErrorDeclaration for passing in the main recall commentReturn the root CustomTag in the Epcis ErrorDeclaration for passing in recall comments
-
Constructor Details
-
DefaultRecallNamespaceConfig
public DefaultRecallNamespaceConfig()
-
-
Method Details
-
getRecallInfoRootTag
Description copied from interface:IRecallNamespaceConfig
Return the root CustomTag in the Epcis ErrorDeclaration for passing in recall comments- Specified by:
getRecallInfoRootTag
in interfaceIRecallNamespaceConfig
- Returns:
- the custom tag, e.g.: "saga:recallInformation"
-
getRecallComment
Description copied from interface:IRecallNamespaceConfig
Return the CustomTag in the Epcis ErrorDeclaration for passing in the main recall comment- Specified by:
getRecallComment
in interfaceIRecallNamespaceConfig
- Returns:
- the custom tag, e.g.: "saga:reason2"
-
getAdditionalRecallComment
Description copied from interface:IRecallNamespaceConfig
Return the CustomTag in the Epcis ErrorDeclaration for passing in additional recall comment- Specified by:
getAdditionalRecallComment
in interfaceIRecallNamespaceConfig
- Returns:
- the custom tag, e.g.: "saga:reason3"
-