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