org.jumpmind.symmetric.transport.handler
Class AlertResourceHandler

java.lang.Object
  extended by org.jumpmind.symmetric.transport.handler.AbstractTransportResourceHandler
      extended by org.jumpmind.symmetric.transport.handler.AlertResourceHandler
All Implemented Interfaces:
ITransportResourceHandler

public class AlertResourceHandler
extends AbstractTransportResourceHandler


Constructor Summary
AlertResourceHandler()
           
 
Method Summary
 void setIncomingBatchService(IIncomingBatchService incomingBatchService)
           
 void setNodeService(INodeService nodeService)
           
 void setOutgoingBatchService(IOutgoingBatchService outgoingBatchService)
           
 void setParameterService(IParameterService parameterService)
           
 void write(java.lang.CharSequence feedURL, java.io.Writer outputWriter)
           
 
Methods inherited from class org.jumpmind.symmetric.transport.handler.AbstractTransportResourceHandler
createOutgoingTransport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlertResourceHandler

public AlertResourceHandler()
Method Detail

write

public void write(java.lang.CharSequence feedURL,
                  java.io.Writer outputWriter)
           throws java.io.IOException,
                  com.sun.syndication.io.FeedException
Throws:
java.io.IOException
com.sun.syndication.io.FeedException

setIncomingBatchService

public void setIncomingBatchService(IIncomingBatchService incomingBatchService)

setOutgoingBatchService

public void setOutgoingBatchService(IOutgoingBatchService outgoingBatchService)

setParameterService

public void setParameterService(IParameterService parameterService)

setNodeService

public void setNodeService(INodeService nodeService)


Copyright © 2007-2008. All Rights Reserved.