Class CmisEventListener
java.lang.Object
org.frankframework.http.PushingListenerAdapter
org.frankframework.extensions.cmis.CmisEventListener
- All Implemented Interfaces:
FrankElement,HasApplicationContext,HasName,HasPhysicalDestination,IConfigurable,IListener<Message>,IPushingListener<Message>,IScopeProvider,NameAware,RequestReplyListener,ServiceClient,org.springframework.beans.factory.Aware,org.springframework.context.ApplicationContextAware
@DestinationType(CMIS)
public class CmisEventListener
extends PushingListenerAdapter
implements HasPhysicalDestination
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.frankframework.core.RequestReplyListener
RequestReplyListener.ExceptionHandlingMethod -
Field Summary
Fields inherited from class org.frankframework.http.PushingListenerAdapter
log -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.frankframework.http.PushingListenerAdapter
afterMessageProcessed, extractMessage, processRequest, setApplicationFaultsAsExceptions, setExceptionListener, setHandler, setName, setRunning, toString, wrapRawMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContextMethods inherited from interface org.frankframework.core.FrankElement
addConfigWarningMethods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoaderMethods inherited from interface org.frankframework.core.RequestReplyListener
getOnException, setOnException
-
Constructor Details
-
CmisEventListener
public CmisEventListener()
-
-
Method Details
-
configure
Description copied from class:PushingListenerAdapterinitialize listener and registerthisto the JNDI- Specified by:
configurein interfaceIConfigurable- Overrides:
configurein classPushingListenerAdapter- Throws:
ConfigurationException- in case it was not able to configure the component.
-
start
public void start()Description copied from interface:IListenerPrepares the listener for receiving messages.start()is called once each time the listener is started.- Specified by:
startin interfaceIListener<Message>- Overrides:
startin classPushingListenerAdapter
-
stop
public void stop()Description copied from interface:IListenerClose all resources used for listening. Called once each time the listener is stopped.- Specified by:
stopin interfaceIListener<Message>- Overrides:
stopin classPushingListenerAdapter
-
getPhysicalDestinationName
- Specified by:
getPhysicalDestinationNamein interfaceHasPhysicalDestination
-
getName
-
setEventListener
-
getEvent
-