Apache CXF API

org.apache.cxf.binding.coloc.feature
Class ColocFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by org.apache.cxf.feature.AbstractFeature
          extended by org.apache.cxf.binding.coloc.feature.ColocFeature
All Implemented Interfaces:
Feature

public class ColocFeature
extends AbstractFeature


Field Summary
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
ColocFeature()
           
 
Method Summary
 void initialize(Client client, Bus bus)
           
protected  void initializeProvider(InterceptorProvider provider, Bus bus)
           
 
Methods inherited from class org.apache.cxf.feature.AbstractFeature
getActive, getID, initialize, initialize, initialize
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ColocFeature

public ColocFeature()
Method Detail

initialize

public void initialize(Client client,
                       Bus bus)
Specified by:
initialize in interface Feature
Overrides:
initialize in class AbstractFeature

initializeProvider

protected void initializeProvider(InterceptorProvider provider,
                                  Bus bus)
Overrides:
initializeProvider in class AbstractFeature

Apache CXF API

Apache CXF