|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.shared.ldap.message.spi.Provider
org.apache.directory.shared.ldap.codec.TwixProvider
The Twix specific BER provider for LDAP.
Field Summary |
Fields inherited from class org.apache.directory.shared.ldap.message.spi.Provider |
BERLIB_PROPFILE, BERLIB_PROVIDER, DEFAULT_PROVIDER, PROVIDER_MONITOR_KEY, USING_DEFAULTS_MSG |
Method Summary | |
ProviderDecoder |
getDecoder(java.util.Set binaries)
Gets the decoder associated with this provider. |
ProviderEncoder |
getEncoder()
Gets the encoder associated with this provider. |
static Provider |
getProvider()
Gets a handle on the singleton TwixProvider. |
TransformerSpi |
getTransformer()
Gets the transformer associated with this provider. |
Methods inherited from class org.apache.directory.shared.ldap.message.spi.Provider |
getEnvironment, getName, getProvider, getVendor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static Provider getProvider()
public ProviderEncoder getEncoder() throws ProviderException
getEncoder
in class Provider
ProviderException
- if the provider or its encoder cannot be foundpublic ProviderDecoder getDecoder(java.util.Set binaries) throws ProviderException
getDecoder
in class Provider
ProviderException
- if the provider or its decoder cannot be foundpublic TransformerSpi getTransformer() throws ProviderException
getTransformer
in class Provider
ProviderException
- if the provider or its transformer cannot be found
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |