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

All Known Subinterfaces:
ProviderDecoder, ProviderEncoder
All Known Implementing Classes:
LdapDecoder, LdapEncoder, MessageDecoder, MessageEncoder

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 © 2003-2011 Apache Software Foundation. All Rights Reserved.