|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryProcessor<T extends AbstractGisQuery>
Interface that execute AbstractGisQuery
s
Method Summary | |
---|---|
void |
executeAndSerialize(T query,
java.io.OutputStream outputStream)
Execute the query and serialize the results in an OutputStream . |
java.lang.String |
executeQueryToString(T query)
Execute the query and returns the results as String. |
Method Detail |
---|
void executeAndSerialize(T query, java.io.OutputStream outputStream) throws ServiceException
OutputStream
.
It is thread safe and can be used in a servlet container (e.g : serialize
on an HttpResource
's OutputStream
query
- the query to executeoutputStream
- the outputstream we want to serialize in
ServiceException
- If an error occurredjava.lang.String executeQueryToString(T query) throws ServiceException
query
- the query to execute
ServiceException
- If an error occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |