com.esri.gpt.control.georss
Class WriterFactory
java.lang.Object
com.esri.gpt.control.georss.WriterFactory
public class WriterFactory
- extends Object
A factory for creating Writer objects.
- Author:
- TM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WriterFactory
public WriterFactory()
createWriter
public static FeedWriter2 createWriter(String format,
MessageBroker messageBroker,
RestQuery query,
HttpServletRequest request,
HttpServletResponse response,
RequestContext context)
throws Exception
- Creates a new Writer object.
*
- Parameters:
format
- the formatmessageBroker
- the message brokerquery
- the queryrequest
- the requestresponse
- the responsecontext
- the context
- Returns:
- the feed writer2
- Throws:
Exception
- the exception
Copyright 2011 Environmental Systems Research Institute.
All rights reserved.
Use is subject to
license terms.