IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.services.ldap.model
Class LDAPDestroyResponse

java.lang.Object
  extended by com.ibm.btt.services.ldap.model.LDAPResponse
      extended by com.ibm.btt.services.ldap.model.LDAPDestroyResponse

public class LDAPDestroyResponse
extends LDAPResponse

This class wraps the data returned from an LDAP provider via the LDAP Access Service, in response to a destroy request.


Field Summary
 
Fields inherited from class com.ibm.btt.services.ldap.model.LDAPResponse
ldapReturnObject, responseType
 
Constructor Summary
LDAPDestroyResponse()
          This constructor creates an LDAPDestroyResponse object.
 
Method Summary
 void mapFromLDAPData(java.lang.Object data)
          Data returned from LDAP is mapped into this response model using this function.
 
Methods inherited from class com.ibm.btt.services.ldap.model.LDAPResponse
addDataFieldToColl, getKeyedCollection, getLDAPReturnObject, getResponseType, mapToContext, setLDAPReturnObject, setResponseType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPDestroyResponse

public LDAPDestroyResponse()
This constructor creates an LDAPDestroyResponse object.

Method Detail

mapFromLDAPData

public void mapFromLDAPData(java.lang.Object data)
Data returned from LDAP is mapped into this response model using this function. No data is returned from LDAP for this response.

Overrides:
mapFromLDAPData in class LDAPResponse
Parameters:
data - java.lang.Object
Throws:
com.ibm.dse.base.DSEException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010