Uses of Class
org.apache.directory.shared.ldap.message.spi.ProviderException

Packages that use ProviderException
org.apache.directory.shared.ldap.codec   
org.apache.directory.shared.ldap.message   
org.apache.directory.shared.ldap.message.spi   
 

Uses of ProviderException in org.apache.directory.shared.ldap.codec
 

Methods in org.apache.directory.shared.ldap.codec that throw ProviderException
 java.lang.Object LdapDecoder.decode(java.lang.Object lock, java.io.InputStream in)
          Decodes a PDU from an input stream into a Snickers compiler generated stub envelope.
 java.nio.ByteBuffer LdapEncoder.encodeBlocking(java.lang.Object obj)
          Encodes a LdapMessage, and return a ByteBuffer containing the resulting PDU
 void LdapEncoder.encodeBlocking(java.lang.Object lock, java.io.OutputStream out, java.lang.Object obj)
          Encodes a LdapMessage, and calls the callback.
 byte[] LdapEncoder.encodeToArray(java.lang.Object obj)
          Encodes a LdapMessage, and return a byte array containing the resulting PDU
 ProviderDecoder LdapProvider.getDecoder(BinaryAttributeDetector binaryAttributeDetector, int maxPDUSize)
          Gets the decoder associated with this provider.
 ProviderEncoder LdapProvider.getEncoder()
          Gets the encoder associated with this provider.
 

Uses of ProviderException in org.apache.directory.shared.ldap.message
 

Methods in org.apache.directory.shared.ldap.message that throw ProviderException
 java.nio.ByteBuffer MessageEncoder.encodeBlocking(java.lang.Object obj)
           
 void MessageEncoder.encodeBlocking(java.lang.Object lock, java.io.OutputStream out, java.lang.Object obj)
           
 

Uses of ProviderException in org.apache.directory.shared.ldap.message.spi
 

Methods in org.apache.directory.shared.ldap.message.spi that throw ProviderException
 java.lang.Object ProviderDecoder.decode(java.lang.Object lock, java.io.InputStream in)
          Decodes a BER encoded LDAPv3 ASN.1 message envelope from a binary input stream into an in memory containment tree using stub's generated by a provider's ASN.1 stub compiler and associated runtime BER libraries.
 java.nio.ByteBuffer ProviderEncoder.encodeBlocking(java.lang.Object obj)
          Encodes a compiler stub specific ASN.1 message envelope containment tree into byte array.
 void ProviderEncoder.encodeBlocking(java.lang.Object lock, java.io.OutputStream out, java.lang.Object obj)
          Encodes a compiler stub specific ASN.1 message envelope containment tree onto an output stream.
abstract  ProviderDecoder Provider.getDecoder(BinaryAttributeDetector binaryAttributeDetector, int maxPDUSize)
          Gets the decoder associated with this provider.
abstract  ProviderEncoder Provider.getEncoder()
          Gets the encoder associated with this provider.
static Provider Provider.getProvider()
          Gets an instance of the configured Provider.
static Provider Provider.getProvider(java.util.Hashtable<java.lang.Object,java.lang.Object> env)
          Gets an instance of the Provider specified by the asn.1.berlib.provider property value.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.