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

public class PayLoadDataFormatFeature extends AbstractDataFormatFeature
This feature just setting up the CXF endpoint interceptor for handling the Message in PAYLOAD data format
  • Constructor Details

    • PayLoadDataFormatFeature

      public PayLoadDataFormatFeature()
    • PayLoadDataFormatFeature

      public PayLoadDataFormatFeature(Boolean streaming)
  • 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:
      getLogger in class AbstractDataFormatFeature
    • resetPartTypeClass

      protected void resetPartTypeClass(org.apache.cxf.service.model.BindingMessageInfo bmi)
    • resetPartTypeClass

      protected void resetPartTypeClass(org.apache.cxf.service.model.MessageInfo msgInfo)