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

Packages that use EPPAssemblerException
com.verisign.epp.framework   
com.verisign.epp.util   
 

Uses of EPPAssemblerException in com.verisign.epp.framework
 

Fields in com.verisign.epp.framework declared as EPPAssemblerException
static EPPAssemblerException EPPAssemblerException.CLOSECON
          The typesafe constant CLOSECON defines the instance of EPPAssemblerException that should be thrown for Intrupted Read/Write (timed out).
static EPPAssemblerException EPPAssemblerException.COMMANDNOTFOUND
          The typesafe constant COMMANDNOTFOUND defines the instance of EPPAssemblerException that should be thrown when a command component can not be found.
static EPPAssemblerException EPPAssemblerException.EXTENSIONNOTFOUND
          The typesafe constant EXTENSIONOTFOUND defines the instance of EPPAssemblerException that should be thrown when a extension component can not be found.
static EPPAssemblerException EPPAssemblerException.FATAL
          The typesafe constant FATAL defines the instance of EPPAssemblerException that should be thrown for fatal client session errors.
static EPPAssemblerException EPPAssemblerException.INTRUPTEDIO
          The typesafe constant INTRUPTEDIO defines the instance of EPPAssemblerException that should be thrown for Intrupted Read/Write (timed out).
static EPPAssemblerException EPPAssemblerException.MISSINGPARAMETER
          The typesafe constant MISSINGPARAMETER defines the instance of EPPAssemblerException that should be thrown for missing input parameters.
static EPPAssemblerException EPPAssemblerException.RESPONSENOTFOUND
          The typesafe constant RESPONSENOTFOUND defines the instance of EPPAssemblerException that should be thrown when a response component can not be found.
static EPPAssemblerException EPPAssemblerException.XML
          The typesafe constant XML defines the instance of EPPAssemblerException that should be thrown from an XMLAssembler
 

Methods in com.verisign.epp.framework that throw EPPAssemblerException
 EPPEvent EPPXMLByteArrayAssembler.decode(byte[] aBytes, java.lang.Object aData)
          Takes an input byte array and reads XML from it to create an EPPEvent
 EPPEvent EPPByteArrayAssembler.decode(byte[] aInputBytes, java.lang.Object aData)
          Takes an byte array and creates a EPPEvent
 byte[] EPPXMLByteArrayAssembler.encode(EPPEventResponse aResponse, java.lang.Object aData)
          Takes an EPPEventResponse and serializes it to a byte array in XML Format.
 byte[] EPPByteArrayAssembler.encode(EPPEventResponse aResponse, java.lang.Object aData)
          Takes an EPPEventResponse and serializes the response as a byte array.
 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.
 void EPPDispatcher.send(EPPMessage aMessage, java.io.OutputStream aOutputStream)
          Sends an EPP message to the client.
 void EPPDispatcher.send(EPPMessage aMessage, java.io.OutputStream aOutputStream, java.lang.Object aData)
          Sends an EPP message to the client.
 byte[] EPPByteArrayDispatcher.toBytes(EPPMessage aMessage)
          Encodes an EPP message to a byte array.
 byte[] EPPByteArrayDispatcher.toBytes(EPPMessage aMessage, java.lang.Object aData)
          Encodes an EPP message to a byte array.
 EPPEvent EPPXMLAssembler.toEvent(java.io.InputStream aStream, java.lang.Object aData)
          Takes an InputStream and reads XML from it to create an EPPEvent
 EPPEvent EPPSerialAssembler.toEvent(java.io.InputStream aStream, java.lang.Object aData)
          Takes an InputStream and uses java serialization to create an EPPEvent
 EPPEvent EPPAssembler.toEvent(java.io.InputStream aInputStream, java.lang.Object aData)
          Takes an InputStream and creates a EPPEvent
 void EPPXMLAssembler.toStream(EPPEventResponse aResponse, java.io.OutputStream aOutputStream, java.lang.Object aData)
          Takes an EPPEventResponse and serializes it to an OutputStream in XML Format.
 void EPPSerialAssembler.toStream(EPPEventResponse aMessage, java.io.OutputStream aOutputStream, java.lang.Object aData)
          Takes an EPPEventResponse and serializes it to an OutputStream using java serialization.
 void EPPAssembler.toStream(EPPEventResponse aResponse, java.io.OutputStream aOutputStream, java.lang.Object aData)
          Takes an EPPEventResponse and serializes it to an OutputStream
 

Constructors in com.verisign.epp.framework with parameters of type EPPAssemblerException
EPPAssemblerException(java.lang.String aInfo, EPPAssemblerException ex)
          Constructs a new EPPAssemblerException instance
EPPAssemblerException(java.lang.String aInfo, EPPAssemblerException ex, boolean isFatal)
          Constructs a new EPPAssemblerException instance with a fatal indicator parameter.
 

Uses of EPPAssemblerException in com.verisign.epp.util
 

Methods in com.verisign.epp.util that throw EPPAssemblerException
 org.w3c.dom.Document EPPXMLByteArray.decode(byte[] aPacket)
          Decodes(parses) and validates the aPacket parameter and returns the associated DOM Document.
 org.w3c.dom.Document EPPXMLStream.read(java.io.InputStream aStream)
          Reads an EPP packet from the aStream parameter, parses/validates it, and returns the associated DOM Document.
 



Copyright © VeriSign Inc. All Rights Reserved.