Uses of Class
com.verisign.epp.codec.reseller.EPPResellerCheckResult

Packages that use EPPResellerCheckResult
com.verisign.epp.codec.reseller   
 

Uses of EPPResellerCheckResult in com.verisign.epp.codec.reseller
 

Methods in com.verisign.epp.codec.reseller that return types with arguments of type EPPResellerCheckResult
 java.util.List<EPPResellerCheckResult> EPPResellerCheckResp.getCheckResults()
          Get the list of results.
 

Methods in com.verisign.epp.codec.reseller with parameters of type EPPResellerCheckResult
 void EPPResellerCheckResp.addCheckResult(EPPResellerCheckResult aResult)
          Append a result to the list of results.
 void EPPResellerCheckResp.setCheckResult(EPPResellerCheckResult aResult)
          Set an individual check result.
 

Method parameters in com.verisign.epp.codec.reseller with type arguments of type EPPResellerCheckResult
 void EPPResellerCheckResp.setCheckResults(java.util.List<EPPResellerCheckResult> aResults)
          Set the list of results.
 

Constructors in com.verisign.epp.codec.reseller with parameters of type EPPResellerCheckResult
EPPResellerCheckResp(EPPTransId aTransId, EPPResellerCheckResult aResult)
          EPPResellerCheckResp constructor that takes an individual result.
 



Copyright © VeriSign Inc. All Rights Reserved.