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

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

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

Methods in com.verisign.epp.codec.gen that return EPPResult
 EPPResult EPPResponse.getResult()
          Gets the first result in the response.
 

Methods in com.verisign.epp.codec.gen with parameters of type EPPResult
 void EPPResponse.setResult(EPPResult aResult)
          Sets an individual result for the response with an EPPResult instance.
 

Constructors in com.verisign.epp.codec.gen with parameters of type EPPResult
EPPResponse(EPPTransId aTransId, EPPResult aResult)
          Allocates a new EPPResponse setting the transaction id and an individual result.
 



Copyright © VeriSign Inc. All Rights Reserved.