Uses of Class
com.verisign.epp.codec.gen.EPPServiceMenu

Packages that use EPPServiceMenu
com.verisign.epp.codec.gen   
 

Uses of EPPServiceMenu in com.verisign.epp.codec.gen
 

Methods in com.verisign.epp.codec.gen that return EPPServiceMenu
 EPPServiceMenu EPPGreeting.getServiceMenu()
          Gets the service menu associated with the greeting, which defines the features supported by the server.
 

Methods in com.verisign.epp.codec.gen with parameters of type EPPServiceMenu
 void EPPGreeting.setServiceMenu(EPPServiceMenu aServiceMenu)
          Sets the service menu associated with the greeting, which defines the features supported by the server.
 

Constructors in com.verisign.epp.codec.gen with parameters of type EPPServiceMenu
EPPGreeting(java.lang.String aServer, java.util.Date aServerDate, EPPServiceMenu aServiceMenu)
          Allocates a new EPPGreeting and sets all of the instance attributes with the arguments.
EPPGreeting(java.lang.String aServer, java.util.Date aServerDate, EPPServiceMenu aServiceMenu, EPPDcp aDcp)
          Allocates a new EPPGreeting and sets the name and service menu instance attributes with the arguments.
 



Copyright © VeriSign Inc. All Rights Reserved.