mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
Add extensible custom logic to the domain info flow
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=139584129
This commit is contained in:
@@ -40,4 +40,9 @@ public class CustomLogicFactory {
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainCheckFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
|
||||
public DomainInfoFlowCustomLogic forDomainInfoFlow(
|
||||
EppInput eppInput, SessionMetadata sessionMetadata) {
|
||||
return new DomainInfoFlowCustomLogic(eppInput, sessionMetadata);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user