org.apache.cxf.databinding.stax
Class StaxDataBindingFeature
java.lang.Object
javax.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.databinding.stax.StaxDataBindingFeature
- All Implemented Interfaces:
- org.apache.cxf.feature.Feature
public class StaxDataBindingFeature
- extends org.apache.cxf.feature.AbstractFeature
|
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)
|
| Methods inherited from class org.apache.cxf.feature.AbstractFeature |
getActive, getID, initialize, initialize, initializeProvider |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaxDataBindingFeature
public StaxDataBindingFeature()
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
initialize
public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
- Specified by:
initialize in interface org.apache.cxf.feature.Feature- Overrides:
initialize in class org.apache.cxf.feature.AbstractFeature
Apache CXF