org.apache.directory.server.changepw.protocol
Class ChangePasswordProtocolCodecFactory

java.lang.Object
  extended byorg.apache.directory.server.changepw.protocol.ChangePasswordProtocolCodecFactory

public class ChangePasswordProtocolCodecFactory
extends java.lang.Object


Method Summary
 ProtocolDecoder getDecoder()
           
 ProtocolEncoder getEncoder()
           
static ChangePasswordProtocolCodecFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ChangePasswordProtocolCodecFactory getInstance()

getEncoder

public ProtocolEncoder getEncoder()

getDecoder

public ProtocolDecoder getDecoder()