Uses of Class
com.verisign.epp.codec.launch.EPPLaunchCheckResult

Packages that use EPPLaunchCheckResult
com.verisign.epp.codec.launch   
 

Uses of EPPLaunchCheckResult in com.verisign.epp.codec.launch
 

Methods in com.verisign.epp.codec.launch that return types with arguments of type EPPLaunchCheckResult
 java.util.List<EPPLaunchCheckResult> EPPLaunchChkData.getCheckResults()
          Get the results of a EPPLaunchCheckResp Response.
 

Methods in com.verisign.epp.codec.launch with parameters of type EPPLaunchCheckResult
 void EPPLaunchChkData.addCheckResult(EPPLaunchCheckResult aResult)
          Add a claims check result to the list of results.
 void EPPLaunchChkData.setCheckResult(EPPLaunchCheckResult aResult)
          Sets the claims result of an individual domain name.
 

Method parameters in com.verisign.epp.codec.launch with type arguments of type EPPLaunchCheckResult
 void EPPLaunchChkData.setCheckResults(java.util.List<EPPLaunchCheckResult> aResults)
          Set the results of a EPPLaunchCheckResp Response.
 

Constructors in com.verisign.epp.codec.launch with parameters of type EPPLaunchCheckResult
EPPLaunchChkData(EPPLaunchCheckResult aResult)
          EPPLaunchCheckResp constructor that will set the result of an individual domain without a phase.
EPPLaunchChkData(EPPLaunchPhase aPhase, EPPLaunchCheckResult aResult)
          EPPLaunchCheckResp constructor that will set the result of an individual domain.
 

Constructor parameters in com.verisign.epp.codec.launch with type arguments of type EPPLaunchCheckResult
EPPLaunchChkData(EPPLaunchPhase aPhase, java.util.List<EPPLaunchCheckResult> aResults)
          EPPLaunchCheckResp constructor that will set the result of multiple domains.
EPPLaunchChkData(java.util.List<EPPLaunchCheckResult> aResults)
          EPPLaunchCheckResp constructor that will set the result of multiple domains without a phase.
 



Copyright © VeriSign Inc. All Rights Reserved.