IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

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

public class LDAPGetAttributesResponse
extends LDAPResponse

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


Field Summary
 
Fields inherited from class com.ibm.btt.services.ldap.model.LDAPResponse
ldapReturnObject, responseType
 
Constructor Summary
LDAPGetAttributesResponse()
          This constructor creates an LDAPGetAttributesResponse object.
 
Method Summary
 void mapFromLDAPData(java.lang.Object data)
          Maps data returned from LDAP into this response model.
 void mapToContext(Context context)
          Supports externalization of an LDAP getattributes response.
 
Methods inherited from class com.ibm.btt.services.ldap.model.LDAPResponse
addDataFieldToColl, getKeyedCollection, getLDAPReturnObject, getResponseType, setLDAPReturnObject, setResponseType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPGetAttributesResponse

public LDAPGetAttributesResponse()
This constructor creates an LDAPGetAttributesResponse object.

Method Detail

mapFromLDAPData

public void mapFromLDAPData(java.lang.Object data)
                     throws DSEException
Maps data returned from LDAP into this response model. A javax.naming.directory.Attributes object is returned from LDAP. javax.naming.directory.Attributes is a collection of javax.naming.directory.Attribute objects. Each of these javax.naming.directory.Attribute objects is composed of a name:values pair.

Overrides:
mapFromLDAPData in class LDAPResponse
Parameters:
data - java.lang.Object
Throws:
DSEException

mapToContext

public void mapToContext(Context context)
                  throws DSEException
Supports externalization of an LDAP getattributes response. It maps data from this response model into a context.

Overrides:
mapToContext in class LDAPResponse
Parameters:
context - com.ibm.btt.base.Context
Throws:
DSEException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009