|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnmarshalException | |
---|---|
de.fhhannover.inform.trust.ifmapj.identifier | This package provides classes to represent IF-MAP identifiers. |
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 UnmarshalException in de.fhhannover.inform.trust.ifmapj.identifier |
---|
Methods in de.fhhannover.inform.trust.ifmapj.identifier that throw UnmarshalException | |
---|---|
T |
IdentifierHandler.fromElement(Element el)
Create a Identifier instance from the given Element . |
static Identifier |
Identifiers.fromElement(Element el)
|
static Identifier |
Identifiers.tryFromElement(Element el)
|
Uses of UnmarshalException in de.fhhannover.inform.trust.ifmapj.messages |
---|
Methods in de.fhhannover.inform.trust.ifmapj.messages that throw UnmarshalException | |
---|---|
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)
|
static IfmapErrorResult |
Requests.Helpers.parseErrorResult(Element el)
|
static List<Document> |
Requests.Helpers.parseMetadataList(Element el)
|
static ResultItem |
Requests.Helpers.parseResultItem(Element el)
|
static SearchResult |
Requests.Helpers.parseSearchResult(Element sres,
SearchResult.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |