Package google.registry.flows
Class EppController
java.lang.Object
google.registry.flows.EppController
An implementation of the EPP command/response protocol.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionhandleEppCommand
(SessionMetadata sessionMetadata, TransportCredentials credentials, EppRequestSource eppRequestSource, boolean isDryRun, boolean isSuperuser, byte[] inputXmlBytes) Reads EPP XML, executes the matching flow, and returns anEppOutput
.
-
Method Details
-
handleEppCommand
public EppOutput handleEppCommand(SessionMetadata sessionMetadata, TransportCredentials credentials, EppRequestSource eppRequestSource, boolean isDryRun, boolean isSuperuser, byte[] inputXmlBytes) Reads EPP XML, executes the matching flow, and returns anEppOutput
.
-