de.latlon.adv |
|
Java Source File Name | Type | Comment |
CSWGetRepositoryItemFilter.java | Class | The CSWGetRepositoryItem class, is a servlet filter, which can handle incoming GetRepositoryItem
requests (defined tobe a Http-GET request). |
CSWInsertFilter.java | Class | The CSWInsertFilter class is able to handle an incoming csw/wrs ebrim Transaction.
This extra filter is necessary because the insertion of an ebrim object is handled different then
the original csw:Insert.
The first difference is the usage of the form/multipart header which allows for ExtrinsicObjects
to be defined outside the message Body and thus must be handled seperatly.
A second difference results after the insertion of an Object for every update and insertion leads
to the extra insertion of an auditableEvent. |
CSWSOAPHandler.java | Class | The CSWSOAPFilter class parses an incoming soap - (post)request which (if the root element is bound to
the soap name space "http://www.w3.org/2003/05/soap-envelope") will copy the csw:Operation inside the envelope. |
EBRIMTransformer.java | Class | |
EBRIM_Mapping.java | Class | Maps valid ebrim propertypaths including variables (aka aliases) e.g. |
InsertTransactionHandler.java | Class | The InsertTransactionHandler class will cut an csw/wrs ebrim insert transaction into four differend
transactions, some of which are handled as wfs transactions. |
OWSProxyHandler.java | Class | |
RIMServletHandler.java | Class | Simple servlet facade for receiving csw/ebrim request and sending fake responses. |