Class LocalConduit

  • All Implemented Interfaces:
    org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable

    public class LocalConduit
    extends org.apache.cxf.transport.AbstractConduit
    • Field Detail

      • IN_CONDUIT

        public static final String IN_CONDUIT
      • RESPONSE_CONDUIT

        public static final String RESPONSE_CONDUIT
      • IN_EXCHANGE

        public static final String IN_EXCHANGE
      • DIRECT_DISPATCH

        public static final String DIRECT_DISPATCH
      • MESSAGE_FILTER_PROPERTIES

        public static final String MESSAGE_FILTER_PROPERTIES
    • Method Detail

      • prepare

        public void prepare​(org.apache.cxf.message.Message message)
                     throws IOException
        Throws:
        IOException
      • close

        public void close​(org.apache.cxf.message.Message message)
                   throws IOException
        Specified by:
        close in interface org.apache.cxf.transport.Conduit
        Overrides:
        close in class org.apache.cxf.transport.AbstractConduit
        Throws:
        IOException
      • getLogger

        protected Logger getLogger()
        Specified by:
        getLogger in class org.apache.cxf.transport.AbstractObservable