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
,ServiceClient
,org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
-
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, wrapRawMessage
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.springframework.context.ApplicationContextAware
setApplicationContext
Methods inherited from interface org.frankframework.core.HasApplicationContext
getApplicationContext, getConfigurationClassLoader
Methods inherited from interface org.frankframework.core.HasPhysicalDestination
getDomain
-
Constructor Details
-
CmisEventListener
public CmisEventListener()
-
-
Method Details
-
configure
Description copied from class:PushingListenerAdapter
initialize listener and registerthis
to the JNDI- Specified by:
configure
in interfaceIConfigurable
- Overrides:
configure
in classPushingListenerAdapter
- Throws:
ConfigurationException
- in case it was not able to configure the component.
-
start
public void start()Description copied from interface:IListener
Prepares the listener for receiving messages.start()
is called once each time the listener is started.- Specified by:
start
in interfaceIListener<Message>
- Overrides:
start
in classPushingListenerAdapter
-
stop
public void stop()Description copied from interface:IListener
Close all resources used for listening. Called once each time the listener is stopped.- Specified by:
stop
in interfaceIListener<Message>
- Overrides:
stop
in classPushingListenerAdapter
-
getPhysicalDestinationName
- Specified by:
getPhysicalDestinationName
in interfaceHasPhysicalDestination
-
getName
-
setEventListener
-
getEvent
-