org.yestech.publish.service
Class TerracottaPublishProducer

java.lang.Object
  extended by org.yestech.publish.service.TerracottaPublishProducer
All Implemented Interfaces:
IPublishProducer

public class TerracottaPublishProducer
extends Object
implements IPublishProducer

Version:
$Revision: $
Author:
Artie Copeland

Constructor Summary
TerracottaPublishProducer()
           
 
Method Summary
 org.terracotta.message.pipe.Pipe getPipe()
           
 String getUrl()
           
 void send(IArtifact artifact)
           
 void send(IFileArtifact artifact)
           
 void setPipe(org.terracotta.message.pipe.Pipe pipe)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerracottaPublishProducer

public TerracottaPublishProducer()
Method Detail

getUrl

public String getUrl()
Specified by:
getUrl in interface IPublishProducer

setUrl

public void setUrl(String url)
Specified by:
setUrl in interface IPublishProducer

getPipe

public org.terracotta.message.pipe.Pipe getPipe()

setPipe

public void setPipe(org.terracotta.message.pipe.Pipe pipe)

send

public void send(IArtifact artifact)
Specified by:
send in interface IPublishProducer

send

public void send(IFileArtifact artifact)
Specified by:
send in interface IPublishProducer


Copyright © 2010 YES Technology Association. All Rights Reserved.