org.apache.directory.shared.ldap.message.spi
Interface ProviderObject

All Known Subinterfaces:
ProviderDecoder, ProviderEncoder
All Known Implementing Classes:
MessageDecoder, MessageEncoder, TwixDecoder, TwixEncoder

public interface ProviderObject

All Service Provider Interfaces extend this super interface to corralate SPI implementations with the appropriate provider.

Version:
$Revision: 437007 $
Author:
Apache Directory Project

Method Summary
 Provider getProvider()
          Gets the Provider associated with this SPI implementation object.
 

Method Detail

getProvider

Provider getProvider()
Gets the Provider associated with this SPI implementation object.

Returns:
Provider.


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.