|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void |
TwixEncoder.encodeBlocking(java.lang.Object lock,
java.io.OutputStream out,
java.lang.Object obj)
Encodes a LdapMessage, and calls the callback. |
java.nio.ByteBuffer |
TwixEncoder.encodeBlocking(java.lang.Object obj)
Encodes a LdapMessage, and return a ByteBuffer containing the resulting PDU |
byte[] |
TwixEncoder.encodeToArray(java.lang.Object obj)
Encodes a LdapMessage, and return a byte array containing the resulting PDU |
java.lang.Object |
TwixDecoder.decode(java.lang.Object lock,
java.io.InputStream in)
Decodes a PDU from an input stream into a Snickers compiler generated stub envelope. |
ProviderEncoder |
TwixProvider.getEncoder()
Gets the encoder associated with this provider. |
ProviderDecoder |
TwixProvider.getDecoder(java.util.Set binaries)
Gets the decoder associated with this provider. |
TransformerSpi |
TwixProvider.getTransformer()
Gets the transformer 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 | |
void |
MessageEncoder.encodeBlocking(java.lang.Object lock,
java.io.OutputStream out,
java.lang.Object obj)
|
java.nio.ByteBuffer |
MessageEncoder.encodeBlocking(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 | |
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. |
java.nio.ByteBuffer |
ProviderEncoder.encodeBlocking(java.lang.Object obj)
Encodes a compiler stub specific ASN.1 message envelope containment tree into byte array. |
abstract ProviderEncoder |
Provider.getEncoder()
Gets the encoder associated with this provider. |
abstract ProviderDecoder |
Provider.getDecoder(java.util.Set binaries)
Gets the decoder associated with this provider. |
abstract TransformerSpi |
Provider.getTransformer()
Gets the transformer associated with this provider. |
static Provider |
Provider.getProvider()
Gets an instance of the configured Provider. |
static Provider |
Provider.getProvider(java.util.Hashtable a_env)
Gets an instance of the Provider specified by the
asn.1.berlib.provider
property value. |
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. |
Message |
TransformerSpi.transform(java.lang.Object a_obj)
Transforms the containment tree rooted at some compiler stub object into a Message implementing object instance. |
java.lang.Object |
TransformerSpi.transform(Message a_msg)
Transforms the agnostic Message representation of an LDAPv3 ASN.1 message envelope into a compiler generated and BER lib specific stub containment tree. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |