Class LaunchCreateExtension

All Implemented Interfaces:
EppInput.CommandExtension, Cloneable

public class LaunchCreateExtension extends LaunchExtension implements EppInput.CommandExtension
An XML data object that represents a launch extension that may be present on EPP domain create commands.

This object holds XML data which JAXB will unmarshal from an EPP domain create command extension. The XML will have the following enclosing structure:

 
   <epp>
     <command>
       <create>
         <!-- domain create XML data -->
       </create>
       <extension>
         <launch:create>
           <!-- launch create XML payload data -->
         </launch:create>
       </extension>
     </command>
   </epp>
  
See Also:
  • Constructor Details

    • LaunchCreateExtension

      public LaunchCreateExtension()
  • Method Details