Class JDAPModifyResponse

java.lang.Object
netscape.ldap.client.opers.JDAPResult
netscape.ldap.client.opers.JDAPModifyResponse
All Implemented Interfaces:
JDAPProtocolOp

public class JDAPModifyResponse extends JDAPResult implements JDAPProtocolOp
This class implements the modify response. This object is sent from the ldap server to the interface. See RFC 1777.
 ModifyResponse ::= [APPLICATION 7] LDAPResult
 
Version:
1.0
  • Constructor Details

    • JDAPModifyResponse

      public JDAPModifyResponse(BERElement element) throws IOException
      Constructs modify response.
      Parameters:
      element - ber element of bind response
      Throws:
      IOException
  • Method Details

    • getType

      public int getType()
      Retrieves the protocol operation type.
      Specified by:
      getType in interface JDAPProtocolOp
      Returns:
      protocol type
    • toString

      public String toString()
      Retrieve the string representation.
      Specified by:
      toString in interface JDAPProtocolOp
      Overrides:
      toString in class JDAPResult
      Returns:
      string representation