Class LocalConduit

java.lang.Object
org.apache.cxf.transport.AbstractObservable
org.apache.cxf.transport.AbstractConduit
org.apache.cxf.transport.local.LocalConduit
All Implemented Interfaces:
org.apache.cxf.transport.Conduit, org.apache.cxf.transport.Observable

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
    static final String
     
    static final String
     
    static final String
     
    static final String
     

    Fields inherited from class org.apache.cxf.transport.AbstractConduit

    target

    Fields inherited from class org.apache.cxf.transport.AbstractObservable

    incomingObserver
  • Constructor Summary

    Constructors
    Constructor
    Description
    LocalConduit(LocalTransportFactory transportFactory, LocalDestination destination)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    close(org.apache.cxf.message.Message message)
     
    protected Logger
     
    void
    prepare(org.apache.cxf.message.Message message)
     

    Methods inherited from class org.apache.cxf.transport.AbstractConduit

    close, getTarget, toString

    Methods inherited from class org.apache.cxf.transport.AbstractObservable

    activate, deactivate, getMessageObserver, getTargetReference, getTargetReference, setMessageObserver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.cxf.transport.Observable

    getMessageObserver, setMessageObserver
  • Field Details

    • 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
  • Constructor Details

  • Method Details

    • 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