Esri Geoportal Server
1.2.9

com.esri.gpt.control.georss
Interface FeedWriter2

All Superinterfaces:
FeedWriter
All Known Implementing Classes:
AFeedWriter2, CsvWriter

public interface FeedWriter2
extends FeedWriter

Extended feed writer.


Method Summary
 Map<String,String> getConfigParameters()
          Gets the config parameters.
 RequestContext getContext()
          Gets the context.
 MessageBroker getMessageBroker()
          Gets the message broker.
 RestQuery getQuery()
          Gets the query.
 HttpServletRequest getRequest()
          Gets the request.
 HttpServletResponse getResponse()
          Gets the response.
 void setConfigParameters(Map<String,String> configParameters)
          Sets the config parameters.
 void setContext(RequestContext context)
          Sets the context.
 void setMessageBroker(MessageBroker messageBroker)
          Sets the message broker.
 void setQuery(RestQuery query)
          Sets the query.
 void setRequest(HttpServletRequest request)
          Sets the request.
 void setResponse(HttpServletResponse response)
          Sets the response.
 void write(SearchResult result)
          Write the search result.
 void writeError(Throwable err)
          Write error.
 
Methods inherited from interface com.esri.gpt.control.georss.FeedWriter
write
 

Method Detail

getMessageBroker

MessageBroker getMessageBroker()
Gets the message broker.

Returns:
the message broker

setMessageBroker

void setMessageBroker(MessageBroker messageBroker)
Sets the message broker.

Parameters:
messageBroker - the new message broker

getQuery

RestQuery getQuery()
Gets the query.

Returns:
the query

setQuery

void setQuery(RestQuery query)
Sets the query.

Parameters:
query - the new query

getResponse

HttpServletResponse getResponse()
Gets the response.

Returns:
the response

setResponse

void setResponse(HttpServletResponse response)
Sets the response.

Parameters:
response - the new response

getRequest

HttpServletRequest getRequest()
Gets the request.

Returns:
the request

setRequest

void setRequest(HttpServletRequest request)
Sets the request.

Parameters:
request - the new request

getContext

RequestContext getContext()
Gets the context.

Returns:
the context

setContext

void setContext(RequestContext context)
Sets the context.

Parameters:
context - the new context

writeError

void writeError(Throwable err)
Write error.

Parameters:
err - the err

write

void write(SearchResult result)
Write the search result.

Parameters:
result - the result

getConfigParameters

Map<String,String> getConfigParameters()
Gets the config parameters.

Returns:
the config parameters

setConfigParameters

void setConfigParameters(Map<String,String> configParameters)
Sets the config parameters.

Parameters:
configParameters - the config parameters

Esri Geoportal Server
1.2.9

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.