Uses of Interface
de.fhhannover.inform.trust.ifmapj.messages.Result

Packages that use Result
de.fhhannover.inform.trust.ifmapj.channel This package encapsulates the communication layer of IfmapJ. 
de.fhhannover.inform.trust.ifmapj.exception This package provides IfmapJ exception classes. 
de.fhhannover.inform.trust.ifmapj.messages This package provides classes to represent IF-MAP requests and results that are communicated with an IF-MAP server. 
 

Uses of Result in de.fhhannover.inform.trust.ifmapj.channel
 

Methods in de.fhhannover.inform.trust.ifmapj.channel that return Result
 Result IfmapChannel.genericRequest(Request req)
          Generic Request Interface
 Result IfmapChannel.genericRequestWithSessionId(Request req)
           
 

Uses of Result in de.fhhannover.inform.trust.ifmapj.exception
 

Classes in de.fhhannover.inform.trust.ifmapj.exception that implement Result
 class EndSessionException
          This exception is only thrown by the method ARC.poll() to indicate that the underlying IF-MAP session ended while a poll was in progress.
 

Uses of Result in de.fhhannover.inform.trust.ifmapj.messages
 

Subinterfaces of Result in de.fhhannover.inform.trust.ifmapj.messages
 interface NewSessionResult
           
 interface PollResult
          Interface to access SearchResult objects contained in a PollResult.
 interface SearchResult
           
 

Methods in de.fhhannover.inform.trust.ifmapj.messages that return Result
 Result RequestHandler.fromElement(Element response)
          Unmarshals a given response in XML form to a Result instance.
 



Copyright © 2012 Trust@FHH. All Rights Reserved.