public interface EPPAssembler
EPPXMLAssembler,
EPPEventResponse,
EPPEvent,
EPPAssemblerException| Modifier and Type | Method and Description |
|---|---|
EPPEvent |
toEvent(java.io.InputStream aInputStream,
java.lang.Object aData)
Takes an
InputStream and creates a EPPEvent
|
void |
toStream(EPPEventResponse aResponse,
java.io.OutputStream aOutputStream,
java.lang.Object aData)
Takes an
EPPEventResponse and serializes it to an
OutputStream |
void toStream(EPPEventResponse aResponse, java.io.OutputStream aOutputStream, java.lang.Object aData) throws EPPAssemblerException
EPPEventResponse and serializes it to an
OutputStream aResponse - The response that will be serializedaOutputStream - The OutputStream that the response will be
serialized to.EPPAssemblerException - Error serializing the
EPPEventResponseEPPEvent toEvent(java.io.InputStream aInputStream, java.lang.Object aData) throws EPPAssemblerException
InputStream and creates a EPPEvent
aInputStream - The InputStream to read data from.aData - Optional Client Data Object EPPEvent that is created from the
InputStreamEPPAssemblerException - Error creating the EPPEvent
Copyright © VeriSign Inc. All Rights Reserved.