|
||||||||||
| 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.EventFeatureImpl
public class EventFeatureImpl
| Constructor Summary | |
|---|---|
EventFeatureImpl()
Instantiates a new event feature. |
|
| Method Summary | |
|---|---|
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
|
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
|
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
|
void |
setEnforceMessageIDTransfer(boolean enforceMessageIDTransfer)
If enforce transfering MessageID (only for SOAP message) |
void |
setHandler(org.talend.esb.sam.common.spi.EventHandler handler)
Set a custom handler |
void |
setLogMessageContent(boolean logMessageContent)
If store the content of Message or not |
void |
setMaxContentLength(int maxContentLength)
Set the maximum content length |
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.cxf.feature.Feature |
|---|
initialize, initialize |
| Constructor Detail |
|---|
public EventFeatureImpl()
| Method Detail |
|---|
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeature
public void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeature
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)
EventFeature
setLogMessageContent in interface EventFeaturepublic void setMaxContentLength(int maxContentLength)
EventFeature
setMaxContentLength in interface EventFeaturepublic void setEnforceMessageIDTransfer(boolean enforceMessageIDTransfer)
EventFeature
setEnforceMessageIDTransfer in interface EventFeaturepublic 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)
EventFeature
setHandler in interface EventFeature
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||