IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

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

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

public class LDAPCreateResponse
extends LDAPResponse

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


Field Summary
 
Fields inherited from class com.ibm.btt.services.ldap.model.LDAPResponse
ldapReturnObject, responseType
 
Constructor Summary
LDAPCreateResponse()
          This constructor creates an LDAPCreateResponse object.
 
Method Summary
 javax.naming.directory.DirContext getContext()
          Returns, if present, the javax.naming.directory.DirContext object store by this request model.
 
Methods inherited from class com.ibm.btt.services.ldap.model.LDAPResponse
addDataFieldToColl, getKeyedCollection, getLDAPReturnObject, getResponseType, mapFromLDAPData, mapToContext, setLDAPReturnObject, setResponseType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LDAPCreateResponse

public LDAPCreateResponse()
This constructor creates an LDAPCreateResponse object.

Method Detail

getContext

public javax.naming.directory.DirContext getContext()
Returns, if present, the javax.naming.directory.DirContext object store by this request model.

Returns:
javax.naming.directory.DirContext

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009