com.ebmwebsourcing.easyviper.core.impl.env
Class AbstractReceiverImpl

Package class diagram package AbstractReceiverImpl
java.lang.Object
  extended by com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
      extended by com.ebmwebsourcing.easyviper.core.impl.env.AbstractReceiverImpl
All Implemented Interfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent, com.ebmwebsourcing.easyviper.core.api.env.Receiver
Direct Known Subclasses:
MemoryReceiverImpl

public abstract class AbstractReceiverImpl
extends com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
implements com.ebmwebsourcing.easyviper.core.api.env.Receiver

Author:
Nicolas Salatge - eBM WebSourcing

Field Summary
protected  com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter messageConverter
           
 
Constructor Summary
AbstractReceiverImpl()
           
 
Method Summary
 com.ebmwebsourcing.easyviper.core.api.env.ExternalEnvironment getExternalEnvironment()
           
 com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter getMessageConverter()
           
 boolean isTaken()
           
 void setLog(java.util.logging.Logger logger)
           
 void setMessageConverter(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter messageConverter)
           
 void setTaken(boolean taken)
           
 
Methods inherited from class com.ebmwebsourcing.easycommons.sca.helper.impl.SCAComponentImpl
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easyviper.core.api.env.Receiver
accept
 
Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent
 

Field Detail

messageConverter

protected com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter messageConverter
Constructor Detail

AbstractReceiverImpl

public AbstractReceiverImpl()
Method Detail

setMessageConverter

public void setMessageConverter(com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter messageConverter)
Specified by:
setMessageConverter in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver

getMessageConverter

public com.ebmwebsourcing.easyviper.core.api.soa.message.MessageConverter getMessageConverter()
Specified by:
getMessageConverter in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver

getExternalEnvironment

public com.ebmwebsourcing.easyviper.core.api.env.ExternalEnvironment getExternalEnvironment()
                                                                                     throws com.ebmwebsourcing.easyviper.core.api.CoreException
Specified by:
getExternalEnvironment in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver
Throws:
com.ebmwebsourcing.easyviper.core.api.CoreException

isTaken

public boolean isTaken()
Specified by:
isTaken in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver

setTaken

public void setTaken(boolean taken)
Specified by:
setTaken in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver

setLog

public void setLog(java.util.logging.Logger logger)
Specified by:
setLog in interface com.ebmwebsourcing.easyviper.core.api.env.Receiver


Copyright © 2012 Petals Link. All Rights Reserved.