org.apache.directory.server.changepw.io
Class ChangePasswordErrorDecoder

java.lang.Object
  extended by org.apache.directory.server.changepw.io.ChangePasswordErrorDecoder

public class ChangePasswordErrorDecoder
extends java.lang.Object

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

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

Constructor Detail

ChangePasswordErrorDecoder

public ChangePasswordErrorDecoder()
Method Detail

decode

public ChangePasswordError decode(java.nio.ByteBuffer buf)
                           throws java.io.IOException
Decodes a ByteBuffer into a ChangePasswordError.

Parameters:
buf -
Returns:
The ChangePasswordError.
Throws:
java.io.IOException


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