|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IfmapErrorResult | |
---|---|
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 IfmapErrorResult in de.fhhannover.inform.trust.ifmapj.channel |
---|
Methods in de.fhhannover.inform.trust.ifmapj.channel that throw IfmapErrorResult | |
---|---|
void |
SSRC.endSession()
Send endSession request to MAPS |
void |
SsrcImpl.endSession()
|
Result |
IfmapChannel.genericRequest(Request req)
Generic Request Interface |
Result |
IfmapChannel.genericRequestWithSessionId(Request req)
|
void |
SSRC.newSession()
Send a newSession request to MAPS |
void |
SsrcImpl.newSession()
|
void |
SSRC.newSession(Integer maxPollResSize)
Send a newSession request to MAPS with the given parameter |
void |
SsrcImpl.newSession(Integer maxPollResSize)
|
PollResult |
ArcImpl.poll()
|
PollResult |
ARC.poll()
Send a poll on the ARC. |
void |
SSRC.publish(PublishRequest req)
Send a publish request to MAPS. |
void |
SsrcImpl.publish(PublishRequest pr)
|
void |
SSRC.purgePublisher()
Send purgePublisher request to MAPS in order to purge the MAPCs metadata |
void |
SsrcImpl.purgePublisher()
|
void |
SSRC.purgePublisher(String publisherId)
Send purgePublisher request with the given parameter to MAPS |
void |
SsrcImpl.purgePublisher(String publisherId)
|
void |
SSRC.renewSession()
Send renewSession request to MAPS |
void |
SsrcImpl.renewSession()
|
SearchResult |
SSRC.search(SearchRequest req)
Send a search request to the MAPS |
SearchResult |
SsrcImpl.search(SearchRequest sr)
|
void |
SSRC.subscribe(SubscribeRequest req)
Send a subscribe request to the MAPS. |
void |
SsrcImpl.subscribe(SubscribeRequest sr)
|
Uses of IfmapErrorResult in de.fhhannover.inform.trust.ifmapj.messages |
---|
Methods in de.fhhannover.inform.trust.ifmapj.messages that return IfmapErrorResult | |
---|---|
static IfmapErrorResult |
Requests.Helpers.parseErrorResult(Element el)
|
Methods in de.fhhannover.inform.trust.ifmapj.messages that return types with arguments of type IfmapErrorResult | |
---|---|
Collection<IfmapErrorResult> |
PollResult.getErrorResults()
Get all IfmapErrorResult objects that indicate errors that
occured since the last poll. |
Methods in de.fhhannover.inform.trust.ifmapj.messages that throw IfmapErrorResult | |
---|---|
static void |
Requests.Helpers.checkForError(Element el)
|
static void |
Requests.Helpers.checkSimpleResult(Element el,
String expected)
|
Result |
RequestHandler.fromElement(Element response)
Unmarshals a given response in XML form to a Result instance. |
static Element |
Requests.Helpers.getResponseContentErrorCheck(Element response)
|
static Element |
Requests.Helpers.getResponseContentNoErrorCheck(Element response)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |