Uses of Class
com.verisign.epp.framework.EPPEventException

Packages that use EPPEventException
com.verisign.epp.framework   
com.verisign.epp.serverstub Stub Server classes to support the server handler for use of the Change Poll Extension. 
 

Uses of EPPEventException in com.verisign.epp.framework
 

Methods in com.verisign.epp.framework that throw EPPEventException
 EPPEventResponse EPPWhoWasHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          Returns the EPPEventResponse after processing the passed in aEvent.
 EPPEventResponse EPPSuggestionHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPRegistryHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPNameWatchHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPIdnTableHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPHostHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPGenHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPEventHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          Invoked when an EPPMessage should be handled
 EPPEventResponse EPPEmailFwdHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPDomainHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPDefRegHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPContactHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 EPPEventResponse EPPBalanceHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          Returns the EPPEventResponse after processing the passed in aEvent.
 byte[] EPPByteArrayDispatcher.processMessage(byte[] aInputBytes, java.lang.Object aData)
          Creates an EPPMessage, sends the message to the appropriate EPPEventHandler, and then returns the response as a byte array.
 void EPPDispatcher.processMessage(java.io.InputStream aInputStream, java.io.OutputStream aOutputStream, java.lang.Object aData)
          Creates an EPPMessage, sends the message to the appropriate EPPEventHandler, and then sends the response on the OutputStream.
 

Uses of EPPEventException in com.verisign.epp.serverstub
 

Methods in com.verisign.epp.serverstub that throw EPPEventException
 EPPEventResponse EPPTestGenHandler.handleEvent(EPPEvent aEvent, java.lang.Object aData)
          This method receives an EPPEvent and routes it to the appropriate abstract method.
 



Copyright © VeriSign Inc. All Rights Reserved.