Class MessageMonitorFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- org.apache.cxf.feature.AbstractFeature
-
- com.levigo.jadice.server.ws.monitor.MessageMonitorFeature
-
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature
,org.apache.cxf.feature.Feature
public class MessageMonitorFeature extends org.apache.cxf.feature.AbstractFeature
- Since:
- jadice server 5.6.0.0
-
-
Field Summary
-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description MessageMonitorFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageMonitor
getMessageMonitor()
protected void
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
void
setMessageMonitor(MessageMonitor monitor)
-
Methods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
-
-
-
Method Detail
-
initializeProvider
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider, org.apache.cxf.Bus bus)
- Overrides:
initializeProvider
in classorg.apache.cxf.feature.AbstractFeature
-
getMessageMonitor
public MessageMonitor getMessageMonitor()
-
setMessageMonitor
public void setMessageMonitor(MessageMonitor monitor)
-
-