|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.services.ldap.model.LDAPResponse
com.ibm.btt.services.ldap.model.LDAPLookupResponse
public class LDAPLookupResponse
This class wraps the data returned from an LDAP provider via the LDAP Access Service, in response to a lookup request.
Field Summary |
---|
Fields inherited from class com.ibm.btt.services.ldap.model.LDAPResponse |
---|
ldapReturnObject, responseType |
Constructor Summary | |
---|---|
LDAPLookupResponse()
This constructor creates an LDAPLookupResponse 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 lookup 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 |
---|
public LDAPLookupResponse()
Method Detail |
---|
public void mapFromLDAPData(java.lang.Object data) throws DSEException
mapFromLDAPData
in class LDAPResponse
data
- java.lang.Object
DSEException
public void mapToContext(Context context) throws DSEException
mapToContext
in class LDAPResponse
context
- com.ibm.btt.base.Context
DSEException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |