33343536373839
public class FeedPollerElement extends TickerResponseElement { public FeedPollerElement(XDIMEContextInternal context) { super(TickerResponseElements.FEED_POLLER, context); protocolAttributes = new FeedPollerAttributes(); }