Class PayLoadDataFormatFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
org.apache.camel.component.cxf.feature.PayLoadDataFormatFeature
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
This feature just setting up the CXF endpoint interceptor for handling the Message in PAYLOAD data format
-
Field Summary
Fields inherited from class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
inInterceptorNames, outInterceptorNames, REMOVING_FAULT_IN_INTERCEPTORSFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.slf4j.Loggervoidinitialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus) voidinitialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus) protected voidresetPartTypeClass(org.apache.cxf.service.model.BindingMessageInfo bmi) protected voidresetPartTypeClass(org.apache.cxf.service.model.MessageInfo msgInfo) Methods inherited from class org.apache.camel.component.cxf.feature.AbstractDataFormatFeature
addInIntercepters, addOutInterceptors, getInInterceptorNames, getOutInterceptorNames, removeFaultInInterceptorFromClient, removeInterceptor, removeInterceptors, removeInterceptorWhichIsOutThePhasesMethods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, initializeProvider, isEnabledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
initialize, initialize
-
Constructor Details
-
PayLoadDataFormatFeature
public PayLoadDataFormatFeature() -
PayLoadDataFormatFeature
-
-
Method Details
-
initialize
public void initialize(org.apache.cxf.endpoint.Client client, org.apache.cxf.Bus bus) -
initialize
public void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus) -
getLogger
protected org.slf4j.Logger getLogger()- Specified by:
getLoggerin classAbstractDataFormatFeature
-
resetPartTypeClass
protected void resetPartTypeClass(org.apache.cxf.service.model.BindingMessageInfo bmi) -
resetPartTypeClass
protected void resetPartTypeClass(org.apache.cxf.service.model.MessageInfo msgInfo)
-