Package com.verisign.epp.codec.nv
Interface EPPNameVerificationCreateResult
-
- All Superinterfaces:
java.lang.Cloneable
,EPPCodecComponent
,java.io.Serializable
- All Known Implementing Classes:
EPPNameVerificationCreateFailed
,EPPNameVerificationCreatePending
,EPPNameVerificationCreateSuccess
public interface EPPNameVerificationCreateResult extends EPPCodecComponent
Interface implemented by the various concrete create results, including success, pending, and failed.
-
-
Method Summary
-
Methods inherited from interface com.verisign.epp.codec.gen.EPPCodecComponent
clone, decode, encode, getNamespace
-
-