org.apache.directory.server.kerberos.shared.io.decoder
Class ErrorMessageDecoder

java.lang.Object
  extended by org.apache.directory.server.kerberos.shared.io.decoder.ErrorMessageDecoder

public class ErrorMessageDecoder
extends java.lang.Object

Version:
$Rev$, $Date$
Author:
Apache Directory Project

Constructor Summary
ErrorMessageDecoder()
           
 
Method Summary
 ErrorMessage decode(java.nio.ByteBuffer in)
          Decodes a ByteBuffer into an ErrorMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErrorMessageDecoder

public ErrorMessageDecoder()
Method Detail

decode

public ErrorMessage decode(java.nio.ByteBuffer in)
                    throws java.io.IOException
Decodes a ByteBuffer into an ErrorMessage. KRB-ERROR ::= [APPLICATION 30] SEQUENCE

Parameters:
in -
Returns:
The ErrorMessage.
Throws:
java.io.IOException


Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.