Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
E
F
G
H
I
M
O
P
R
S
W
A
AbstractListenerImpl
- Class in
org.talend.esb.sam.agent.lifecycle
The Class AbstractListenerImpl implementing abstract life cycle for SAM agent event.
AbstractListenerImpl()
- Constructor for class org.talend.esb.sam.agent.lifecycle.
AbstractListenerImpl
AgentActivator
- Class in
org.talend.esb.sam.agent.activator
This bundle activator used to implement the feature of get the start/stop lifecycle event of TESB container.
AgentActivator()
- Constructor for class org.talend.esb.sam.agent.activator.
AgentActivator
available()
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
C
clientCreated(Client)
- Method in class org.talend.esb.sam.agent.lifecycle.
ClientListenerImpl
clientDestroyed(Client)
- Method in class org.talend.esb.sam.agent.lifecycle.
ClientListenerImpl
ClientListenerImpl
- Class in
org.talend.esb.sam.agent.lifecycle
This ClientLifeCycleListener impl used to implement the feature of support web service start/stop event.
ClientListenerImpl()
- Constructor for class org.talend.esb.sam.agent.lifecycle.
ClientListenerImpl
close()
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
convertDate(Date)
- Static method in class org.talend.esb.sam.agent.util.
Converter
convert Date to XMLGregorianCalendar.
Converter
- Class in
org.talend.esb.sam.agent.util
The Class Converter.
CustomInfo
- Class in
org.talend.esb.sam.agent.message
Customer interceptors should store the data that should go into the monitoring event in this map.
CustomInfo()
- Constructor for class org.talend.esb.sam.agent.message.
CustomInfo
E
EventCollector
- Class in
org.talend.esb.sam.agent.collector
EventCollector reads the events from Queue.
EventCollector()
- Constructor for class org.talend.esb.sam.agent.collector.
EventCollector
Instantiates a new event collector.
EventFeature
- Class in
org.talend.esb.sam.agent.feature
Feature for adding FlowId Interceptor and EventProducer Interceptor.
EventFeature()
- Constructor for class org.talend.esb.sam.agent.feature.
EventFeature
Instantiates a new event feature.
EventMapper
- Class in
org.talend.esb.sam.agent.serviceclient
The Class EventMapper using for mapping and converting events.
EventProducerInterceptor
- Class in
org.talend.esb.sam.agent.eventproducer
Maps the CXF Message to an Event and sends Event to Queue.
EventProducerInterceptor(MessageToEventMapper, Queue<Event>)
- Constructor for class org.talend.esb.sam.agent.eventproducer.
EventProducerInterceptor
Instantiates a new event producer interceptor.
F
FLOW_ID_KEY
- Static variable in class org.talend.esb.sam.agent.message.
FlowIdHelper
FLOW_ID_QNAME
- Static variable in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdSoapCodec
FlowIdHelper
- Class in
org.talend.esb.sam.agent.message
The Class FlowIdHelper used as helper for flow id setting.
FlowIdProducerIn
<
T
extends org.apache.cxf.message.Message> - Class in
org.talend.esb.sam.agent.flowidprocessor
The Class FlowIdProducerIn used for FlowId generation in incoming messages.
FlowIdProducerIn()
- Constructor for class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProducerIn
Instantiates a new flow id producer in.
FlowIdProducerOut
<
T
extends org.apache.cxf.message.Message> - Class in
org.talend.esb.sam.agent.flowidprocessor
The Class FlowIdProducerOut used for writing FlowId in outcoming messages.
FlowIdProducerOut()
- Constructor for class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProducerOut
Instantiates a new flow id producer out.
FlowIdProtocolHeaderCodec
- Class in
org.talend.esb.sam.agent.flowidprocessor
Read and Write the flowId using the PROTOCOL_HEADERS.
FlowIdSoapCodec
- Class in
org.talend.esb.sam.agent.flowidprocessor
Read and write the FlowId using the SOAP headers.
G
getEventsPerMessageCall()
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Returns the number of events sent by one service call.
getFilters()
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Gets the filters.
getFlowId(Message)
- Static method in class org.talend.esb.sam.agent.message.
FlowIdHelper
Get FlowId from message.
getHandlers()
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Gets the handlers.
getMaxContentLength()
- Method in class org.talend.esb.sam.agent.eventproducer.
MessageToEventMapper
Gets the max message content length.
getOrCreateCustomInfo(Message)
- Static method in class org.talend.esb.sam.agent.message.
CustomInfo
Access the customInfo of a message using this accessor.
getPayload(Message)
- Method in class org.talend.esb.sam.agent.eventproducer.
MessageToEventMapper
Gets the message payload.
getPID()
- Static method in class org.talend.esb.sam.agent.util.
Converter
Gets the pID.
H
handleINEvent(Exchange, String)
- Method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProducerOut
Calling EventProducerInterceptor in case of logging faults.
handleMessage(Message)
- Method in class org.talend.esb.sam.agent.eventproducer.
EventProducerInterceptor
handleMessage(T)
- Method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProducerIn
handleMessage(T)
- Method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProducerOut
handleMessage(Message)
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapIn
handleMessage(Message)
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapOut
handleRequestOut(T)
- Method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProducerOut
Handling out request.
handleResponseOut(T)
- Method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProducerOut
Handling out responce.
I
initComplete()
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
initializeProvider(InterceptorProvider, Bus)
- Method in class org.talend.esb.sam.agent.feature.
EventFeature
M
map(Event)
- Static method in class org.talend.esb.sam.agent.serviceclient.
EventMapper
convert Event bean to EventType manually.
mapToEvent(Message)
- Method in class org.talend.esb.sam.agent.eventproducer.
MessageToEventMapper
Map to event.
mark(int)
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
markSupported()
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
MessageToEventMapper
- Class in
org.talend.esb.sam.agent.eventproducer
The Class MessageToEventMapper.
MessageToEventMapper()
- Constructor for class org.talend.esb.sam.agent.eventproducer.
MessageToEventMapper
MonitoringServiceWrapper
- Class in
org.talend.esb.sam.agent.serviceclient
Wraps business logic to web service logic.
MonitoringServiceWrapper()
- Constructor for class org.talend.esb.sam.agent.serviceclient.
MonitoringServiceWrapper
O
org.talend.esb.sam.agent.activator
- package org.talend.esb.sam.agent.activator
org.talend.esb.sam.agent.collector
- package org.talend.esb.sam.agent.collector
org.talend.esb.sam.agent.eventproducer
- package org.talend.esb.sam.agent.eventproducer
org.talend.esb.sam.agent.feature
- package org.talend.esb.sam.agent.feature
org.talend.esb.sam.agent.flowidprocessor
- package org.talend.esb.sam.agent.flowidprocessor
org.talend.esb.sam.agent.lifecycle
- package org.talend.esb.sam.agent.lifecycle
org.talend.esb.sam.agent.message
- package org.talend.esb.sam.agent.message
org.talend.esb.sam.agent.serviceclient
- package org.talend.esb.sam.agent.serviceclient
org.talend.esb.sam.agent.util
- package org.talend.esb.sam.agent.util
org.talend.esb.sam.agent.wiretap
- package org.talend.esb.sam.agent.wiretap
P
postShutdown()
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
preShutdown()
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
processStart(Endpoint, EventTypeEnum)
- Method in class org.talend.esb.sam.agent.lifecycle.
AbstractListenerImpl
Process start.
processStop(Endpoint, EventTypeEnum)
- Method in class org.talend.esb.sam.agent.lifecycle.
AbstractListenerImpl
Process stop.
putEvents(List<Event>)
- Method in class org.talend.esb.sam.agent.serviceclient.
MonitoringServiceWrapper
Sends all events to the web service.
R
read()
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
read(byte[])
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
read(byte[], int, int)
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
readFlowId(Message)
- Static method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProtocolHeaderCodec
Read flow id from message.
readFlowId(Message)
- Static method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdSoapCodec
Read flow id.
reset()
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
S
sendEventsFromQueue()
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Method will be executed asynchronously from spring.
ServiceListenerImpl
- Class in
org.talend.esb.sam.agent.lifecycle
This ServerLifeCycleListener impl used to implement the feature of support web service start/stop event.
ServiceListenerImpl()
- Constructor for class org.talend.esb.sam.agent.lifecycle.
ServiceListenerImpl
setBus(Bus)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Sets the bus.
setDefaultInterval(long)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Set default interval for sending events to monitoring service.
setDelayBetweenRetry(long)
- Method in class org.talend.esb.sam.agent.serviceclient.
MonitoringServiceWrapper
Sets the delay between retry.
setEnforceMessageIDTransfer(boolean)
- Method in class org.talend.esb.sam.agent.feature.
EventFeature
Sets if enforce WS-Addressing MessageID transfer
setEventsPerMessageCall(int)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Set by Spring.
setExecutor(TaskExecutor)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Spring sets the executor.
setFilters(List<EventFilter>)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Sets the filters.
setFlowId(Message, String)
- Static method in class org.talend.esb.sam.agent.message.
FlowIdHelper
Sets the flow id.
setHandler(EventHandler)
- Method in class org.talend.esb.sam.agent.eventproducer.
EventProducerInterceptor
Sets the handler.
setHandler(EventHandler)
- Method in class org.talend.esb.sam.agent.feature.
EventFeature
Sets the handler.
setHandlers(List<EventHandler>)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Sets the handlers.
setLogMessageContent(boolean)
- Method in class org.talend.esb.sam.agent.feature.
EventFeature
Sets the log message content.
setMaxContentLength(int)
- Method in class org.talend.esb.sam.agent.eventproducer.
MessageToEventMapper
Sets the max message content length.
setMaxContentLength(int)
- Method in class org.talend.esb.sam.agent.feature.
EventFeature
Sets the max content length for the message.
setMonitoringService(MonitoringService)
- Method in class org.talend.esb.sam.agent.serviceclient.
MonitoringServiceWrapper
Set by Spring.
setMonitoringServiceClient(MonitoringService)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Spring sets the monitoring service client.
setMonitoringServiceClient(MonitoringService)
- Method in class org.talend.esb.sam.agent.lifecycle.
AbstractListenerImpl
Sets the monitoring service client.
setNumberOfRetries(int)
- Method in class org.talend.esb.sam.agent.serviceclient.
MonitoringServiceWrapper
Sets the number of retries.
setQueue(Queue<Event>)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Spring sets the queue.
setQueue(Queue<Event>)
- Method in class org.talend.esb.sam.agent.feature.
EventFeature
Sets the queue.
setQueue(Queue<Event>)
- Method in class org.talend.esb.sam.agent.lifecycle.
AbstractListenerImpl
Sets the queue.
setScheduler(TaskScheduler)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Scheduler will be set and configured by Spring.
setSendLifecycleEvent(boolean)
- Method in class org.talend.esb.sam.agent.collector.
EventCollector
Set if collect/send lifecycle events to sam-server.
setSendLifecycleEvent(boolean)
- Method in class org.talend.esb.sam.agent.lifecycle.
AbstractListenerImpl
Sets the lifecycle event for sending.
skip(long)
- Method in class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
start(BundleContext)
- Method in class org.talend.esb.sam.agent.activator.
AgentActivator
startServer(Server)
- Method in class org.talend.esb.sam.agent.lifecycle.
ServiceListenerImpl
stop(BundleContext)
- Method in class org.talend.esb.sam.agent.activator.
AgentActivator
stopServer(Server)
- Method in class org.talend.esb.sam.agent.lifecycle.
ServiceListenerImpl
W
WireTapIn
- Class in
org.talend.esb.sam.agent.wiretap
Creates a CachedOutPutStream in the message that can be used to wiretap the content The interceptor does not yet work streaming so it first copies all the content to the CachedOutputStream and only then lets CXF continue on the message.
WireTapIn(boolean)
- Constructor for class org.talend.esb.sam.agent.wiretap.
WireTapIn
Instantiates a new WireTapIn
WireTapInputStream
- Class in
org.talend.esb.sam.agent.wiretap
The Class WireTapInputStream used to wiretap the input content.
WireTapInputStream(InputStream, OutputStream)
- Constructor for class org.talend.esb.sam.agent.wiretap.
WireTapInputStream
Instantiates a new wire tap input stream.
WireTapOut
- Class in
org.talend.esb.sam.agent.wiretap
Create a CachedOutputStream on the message that can be used to Wiretap the content.
WireTapOut(Interceptor<Message>, boolean)
- Constructor for class org.talend.esb.sam.agent.wiretap.
WireTapOut
Instantiates a new wire tap out.
writeFlowId(Message, String)
- Static method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdProtocolHeaderCodec
Write flow id.
writeFlowId(Message, String)
- Static method in class org.talend.esb.sam.agent.flowidprocessor.
FlowIdSoapCodec
Write flow id to message.
A
C
E
F
G
H
I
M
O
P
R
S
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011-2012
Talend Inc.
. All Rights Reserved.