Class RAWDataFormatFeature

  • All Implemented Interfaces:
    org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature
    Direct Known Subclasses:
    MessageDataFormatFeature

    public class RAWDataFormatFeature
    extends AbstractDataFormatFeature

    MessageDataFormatFeature sets up the CXF endpoint interceptor for handling the Message in Message data format. Only the interceptors of these phases are preserved:

    In phases: {Phase.RECEIVE , Phase.INVOKE, Phase.POST_INVOKE}

    Out phases: {Phase.PREPARE_SEND, Phase.WRITE, Phase.SEND, Phase.PREPARE_SEND_ENDING}

    • Constructor Detail

      • RAWDataFormatFeature

        public RAWDataFormatFeature()
    • Method Detail

      • 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)
      • isOneway

        public boolean isOneway()
      • setOneway

        public void setOneway​(boolean oneway)