|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.feature.AbstractFeature
org.talend.esb.sam.agent.feature.EventFeature
public class EventFeature
Feature for adding FlowId Interceptor and EventProducer Interceptor.
| Constructor Summary | |
|---|---|
EventFeature()
Instantiates a new event feature. |
|
| Method Summary | |
|---|---|
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
|
void |
setEnforceMessageIDTransfer(boolean enforceMessageIDTransfer)
Sets if enforce WS-Addressing MessageID transfer |
void |
setHandler(org.talend.esb.sam.common.spi.EventHandler handler)
Sets the handler. |
void |
setLogMessageContent(boolean logMessageContent)
Sets the log message content. |
void |
setMaxContentLength(int maxContentLength)
Sets the max content length for the message. |
void |
setQueue(Queue<org.talend.esb.sam.common.event.Event> queue)
Sets the queue. |
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
|---|
getActive, initialize, initialize, initialize, initialize |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EventFeature()
| Method Detail |
|---|
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
initializeProvider in class org.apache.cxf.feature.AbstractFeaturepublic void setLogMessageContent(boolean logMessageContent)
logMessageContent - the new log message contentpublic void setMaxContentLength(int maxContentLength)
maxContentLength - the new max content lengthpublic void setEnforceMessageIDTransfer(boolean enforceMessageIDTransfer)
enforceMessageIDTransfer - the new value of enforce MessageID Transferpublic void setQueue(Queue<org.talend.esb.sam.common.event.Event> queue)
queue - the new queuepublic void setHandler(org.talend.esb.sam.common.spi.EventHandler handler)
handler - the new event handler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||