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

Packages that use Request
de.fhhannover.inform.trust.ifmapj.channel This package encapsulates the communication layer of IfmapJ. 
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 Request in de.fhhannover.inform.trust.ifmapj.channel
 

Methods in de.fhhannover.inform.trust.ifmapj.channel with parameters of type Request
 Result IfmapChannel.genericRequest(Request req)
          Generic Request Interface
 Result IfmapChannel.genericRequestWithSessionId(Request req)
           
 

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

Classes in de.fhhannover.inform.trust.ifmapj.messages with type parameters of type Request
 interface RequestHandler<T extends Request>
          Provides functionality to generically handle Request instances and response parsing.
 

Subinterfaces of Request in de.fhhannover.inform.trust.ifmapj.messages
 interface EndSessionRequest
          Marker interface
 interface NewSessionRequest
          Interface for a newSession request.
 interface PollRequest
          Marker interface
 interface PublishRequest
          Interface to access data concerning a PublishRequest.
 interface PurgePublisherRequest
          Interface that represents a purgePublisher request
 interface RenewSessionRequest
          Interface that represents a renewSession request
 interface SearchRequest
          Marker interface
 interface SubscribeRequest
          Interface to access data concerning a SubscribeRequest.
 

Classes in de.fhhannover.inform.trust.ifmapj.messages that implement Request
 class NewSessionRequestImpl
          Implementation of NewSessionRequest
 class RequestImpl
          Simple Request implementation.
 

Methods in de.fhhannover.inform.trust.ifmapj.messages that return types with arguments of type Request
static RequestHandler<? extends Request> Requests.getHandlerFor(Request req)
           
 

Methods in de.fhhannover.inform.trust.ifmapj.messages with parameters of type Request
static void Requests.Helpers.addSessionId(Element el, Request r)
           
static void Requests.Helpers.checkRequestType(Request req, RequestHandler<? extends Request> rh)
           
static RequestHandler<? extends Request> Requests.getHandlerFor(Request req)
           
 Element RequestHandler.toElement(Request req, Document doc)
           
 

Method parameters in de.fhhannover.inform.trust.ifmapj.messages with type arguments of type Request
static void Requests.Helpers.checkRequestType(Request req, RequestHandler<? extends Request> rh)
           
static void Requests.registerRequestHandler(RequestHandler<? extends Request> rh)
          Register a custom request handler.
 



Copyright © 2012 Trust@FHH. All Rights Reserved.