org.ldaptive.asn1
Class AbstractParseHandler<T>
java.lang.Object
org.ldaptive.asn1.AbstractParseHandler<T>
- Type Parameters:
T - type of object initialized by this handler
- All Implemented Interfaces:
- ParseHandler
public abstract class AbstractParseHandler<T>
- extends Object
- implements ParseHandler
Parse handler for managing and initializing an object.
- Version:
- $Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
- Author:
- Middleware Services
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractParseHandler
public AbstractParseHandler(T t)
- Creates a new abstract parse handler.
- Parameters:
t - object to initialize
getObject
public T getObject()
- Returns the object.
- Returns:
- object
Copyright © 2003-2015 Virginia Tech. All Rights Reserved.