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

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

public interface ProviderObject

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

Version:
$Revision: 379008 $
Author:
Alex Karasulu, $Author: akarasulu $

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

Method Detail

getProvider

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

Returns:
Provider.


Copyright © 2003-2006 . All Rights Reserved.