org.apache.cxf.binding.coloc.feature
Class ColocFeature
java.lang.Object
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.binding.coloc.feature.ColocFeature
- All Implemented Interfaces:
- org.apache.cxf.feature.Feature
public class ColocFeature
- extends org.apache.cxf.feature.AbstractFeature
|
Method Summary |
void |
initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
|
protected void |
initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
|
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
getActive, initialize, initialize, initialize |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColocFeature
public ColocFeature()
initialize
public void initialize(org.apache.cxf.endpoint.Client client,
org.apache.cxf.Bus bus)
- Specified by:
initialize in interface org.apache.cxf.feature.Feature- Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature
initializeProvider
protected void initializeProvider(org.apache.cxf.interceptor.InterceptorProvider provider,
org.apache.cxf.Bus bus)
- Overrides:
initializeProvider in class org.apache.cxf.feature.AbstractFeature
Apache CXF