| javax.naming.ldap.ExtendedResponse
All known Subclasses: javax.naming.ldap.StartTlsResponse,
ExtendedResponse | public interface ExtendedResponse extends Serializable(Code) | | See RFC2251 for the definition of an ExtendedResponse .
|
Method Summary | |
byte[] | getEncodedValue() Gets the response encoded using ASN.1 Basic Encoding Rules (BER). | String | getID() Gets the object ID assigned to this response. |
getEncodedValue | byte[] getEncodedValue()(Code) | | Gets the response encoded using ASN.1 Basic Encoding Rules (BER).
the response encoded using ASN.1 BER |
getID | String getID()(Code) | | Gets the object ID assigned to this response. (see RFC2251)
the object ID assigned to the response |
|
|