|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.ldap.client.ExtResponseFactory
public class ExtResponseFactory
Takes an LDAPExtendedResponse and returns an object (that implements the base class ParsedExtendedResponse) based on the OID.
You can then call methods defined in the child class to parse the contents of the response. The methods available depend on the child class. All child classes inherit from the ParsedExtendedResponse.
Constructor Summary | |
---|---|
ExtResponseFactory()
|
Method Summary | |
---|---|
static LDAPExtendedResponse |
convertToExtendedResponse(RfcLDAPMessage inResponse)
Used to Convert an RfcLDAPMessage object to the appropriate LDAPExtendedResponse object depending on the operation being performed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExtResponseFactory()
Method Detail |
---|
public static LDAPExtendedResponse convertToExtendedResponse(RfcLDAPMessage inResponse) throws LDAPException
inResponse
- The LDAPExtendedReponse object as returned by the
extendedOperation method in the LDAPConnection object.
LDAPException
- A general exception which includes an error message
and an LDAP error code.
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |