|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MarshalException | |
---|---|
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. |
util | This package provides IfmapJ utility classes. |
Uses of MarshalException in de.fhhannover.inform.trust.ifmapj.identifier |
---|
Methods in de.fhhannover.inform.trust.ifmapj.identifier that throw MarshalException | |
---|---|
static void |
Identifiers.Helpers.checkIdentifierType(Identifier i,
IdentifierHandler<? extends Identifier> ih)
Check if the Identifier instance is one that can be handled by
the given IdentifierHandler . |
Element |
IdentifierHandler.toElement(Identifier i,
Document doc)
Create a Element instance representing the given Identifier . |
static Element |
Identifiers.toElement(Identifier i,
Document doc)
|
Uses of MarshalException in de.fhhannover.inform.trust.ifmapj.messages |
---|
Methods in de.fhhannover.inform.trust.ifmapj.messages that throw MarshalException | |
---|---|
static void |
Requests.Helpers.addIdentifier(Identifier i,
Document doc,
Element to)
|
static void |
Requests.Helpers.addIdentifiers(IdentifierHolder ih,
Document doc,
Element to)
|
static void |
Requests.Helpers.addSearchInfo(SearchHolder searchInfo,
Document doc,
Element to)
|
static void |
Requests.Helpers.addSessionId(Element el,
Request r)
|
static void |
Requests.Helpers.checkRequestType(Request req,
RequestHandler<? extends Request> rh)
|
Element |
RequestHandler.toElement(Request req,
Document doc)
|
Uses of MarshalException in util |
---|
Methods in util that throw MarshalException | |
---|---|
static InputStream |
DomHelpers.toInputStream(Document doc)
Marshal a Document to InputStream . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |