Package com.verisign.epp.serverstub
Class LaunchPollHandler
- java.lang.Object
-
- com.verisign.epp.serverstub.LaunchPollHandler
-
- All Implemented Interfaces:
EPPPollHandler
public class LaunchPollHandler extends java.lang.Object implements EPPPollHandler
Poll handler for all launch poll messages. The kind associated with the poll handler isLaunchPollHandler.KIND.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringKINDKind of message handled byLaunchPollHandler.
-
Constructor Summary
Constructors Constructor Description LaunchPollHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetKind()Gets the kind associated with NameStore poll messagesEPPResponsetoResponse(EPPPollDataRecord aRecord)Convert anEPPPollDataRecordto anEPPResponse
-
-
-
Field Detail
-
KIND
public static final java.lang.String KIND
Kind of message handled byLaunchPollHandler.- See Also:
- Constant Field Values
-
-
Method Detail
-
getKind
public java.lang.String getKind()
Gets the kind associated with NameStore poll messages- Specified by:
getKindin interfaceEPPPollHandler- Returns:
LaunchPollHandler
-
toResponse
public EPPResponse toResponse(EPPPollDataRecord aRecord) throws EPPPollQueueException
Convert anEPPPollDataRecordto anEPPResponse- Specified by:
toResponsein interfaceEPPPollHandler- Parameters:
aRecord- Poll record to convert- Returns:
- EPP poll response
- Throws:
EPPPollQueueException- Error processing record
-
-