*/
private ExtendedResponse convert( ExtendedResponseCodec extRespCodec )
{
ExtendedResponse extResponse = new ExtendedResponse();
OID oid = null;
try
{
if ( extRespCodec.getResponseName() != null )
{
oid = new OID( extRespCodec.getResponseName() );
}
}
catch ( DecoderException e )
{
// can happen in case of a PROTOCOL_ERROR result, ignore