org.pfsw.tools.beluga.ldap.messages
Class SearchResponse

java.lang.Object
  extended by org.pfsw.tools.beluga.ldap.messages.AbstractMessage
      extended by org.pfsw.tools.beluga.ldap.messages.ResponseMessage
          extended by org.pfsw.tools.beluga.ldap.messages.SearchResponse
Direct Known Subclasses:
SearchResultDone, SearchResultEntry

public abstract class SearchResponse
extends ResponseMessage

Abstract superclass of the search response messages

Version:
1.0
Author:
Manfred Duchrow

Method Summary
 boolean isSearchResponse()
           
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.ResponseMessage
getDN, getMessageText, getResponseCode, invalidDN, isAddResponse, isBasicResult, isBindResponse, isDeleteResponse, isModifyResponse, isSearchResultDone, isSearchResultEntry, isSuccess, noSuchObject, noSuchObject, operationsError, protocolError, setDN, setMessageText, setResponseCode, unwillingToPerform
 
Methods inherited from class org.pfsw.tools.beluga.ldap.messages.AbstractMessage
getControls, getMessageId, getRawData, setControls, setMessageId, setRawData, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

isSearchResponse

public boolean isSearchResponse()
Overrides:
isSearchResponse in class ResponseMessage


Copyright © 2012 Manfred Duchrow Consulting & Software. All Rights Reserved.