Interface ResponseRuleApplicable
- All Known Implementing Classes:
ChooseWhenRule
,ExceptionThrownRule
,ResponseRule
,TransletRule
public interface ResponseRuleApplicable
The Interface ResponseRuleApplicable.
-
Method Summary
Modifier and TypeMethodDescriptionapplyResponseRule
(DispatchRule dispatchRule) Apply the dispatch rule to the response rule.applyResponseRule
(ForwardRule forwardRule) Apply the forward rule to the response rule.applyResponseRule
(RedirectRule redirectRule) Apply the redirect rule to the response rule.applyResponseRule
(TransformRule transformRule) Apply the transform rule to the response rule.
-
Method Details
-
applyResponseRule
Apply the transform rule to the response rule.- Parameters:
transformRule
- the transform rule- Returns:
- the response
-
applyResponseRule
Apply the dispatch rule to the response rule.- Parameters:
dispatchRule
- the dispatch rule- Returns:
- the response
-
applyResponseRule
Apply the forward rule to the response rule.- Parameters:
forwardRule
- the forward rule- Returns:
- the response
-
applyResponseRule
Apply the redirect rule to the response rule.- Parameters:
redirectRule
- the redirect rule- Returns:
- the response
-