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

Packages that use EPPGreeting
com.verisign.epp.codec.gen   
com.verisign.epp.interfaces   
com.verisign.epp.serverstub   
 

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

Methods in com.verisign.epp.codec.gen that return EPPGreeting
 EPPGreeting EPPCodec.decodeGreeting(org.w3c.dom.Document aDocument)
          utility method that will decode a DOM Document and return an EPPGreeting instance.
 

Methods in com.verisign.epp.codec.gen with parameters of type EPPGreeting
 boolean EPPLoginCmd.isValidServices(EPPGreeting aGreeting)
          Is the EPPLoginCmd services settings valid as compared with the services specified in the EPPGreeting?
 void EPPLoginCmd.mergeServicesAndExtensionServices(EPPGreeting aGreeting)
          Merge the services defined automatically in the EPP SDK configuration with services and extension services defined in the EPP Greeting, so that the login services are sent to only be a subset of the services defined in the EPP Greeting.
 

Uses of EPPGreeting in com.verisign.epp.interfaces
 

Methods in com.verisign.epp.interfaces that return EPPGreeting
 EPPGreeting EPPSession.hello()
          Sends a Hello Command to the EPP Server.
 

Uses of EPPGreeting in com.verisign.epp.serverstub
 

Methods in com.verisign.epp.serverstub that return EPPGreeting
 EPPGreeting SessionData.getGreeting()
          Returns the EPPGreeting associated with this session
 

Methods in com.verisign.epp.serverstub with parameters of type EPPGreeting
 void SessionData.setGreeting(EPPGreeting aGreeting)
          Sets the greeting that will be sent to clients when they connect
 



Copyright © VeriSign Inc. All Rights Reserved.