Class UpfrontConduitSelector

java.lang.Object
org.apache.cxf.endpoint.AbstractConduitSelector
org.apache.cxf.endpoint.UpfrontConduitSelector
All Implemented Interfaces:
Closeable, AutoCloseable, ConduitSelector

public class UpfrontConduitSelector extends AbstractConduitSelector
Strategy for eager upfront retreival of a Conduit to mediate an outbound message.
  • Constructor Details

    • UpfrontConduitSelector

      public UpfrontConduitSelector()
      Normal constructor.
    • UpfrontConduitSelector

      public UpfrontConduitSelector(Conduit c)
      Constructor, allowing a specific conduit to override normal selection.
      Parameters:
      c - specific conduit
  • Method Details

    • prepare

      public void prepare(Message message)
      Called prior to the interceptor chain being traversed.
      Parameters:
      message - the current Message
    • selectConduit

      public Conduit selectConduit(Message message)
      Called when a Conduit is actually required.
      Parameters:
      message -
      Returns:
      the Conduit to use for mediation of the message
    • getLogger

      protected Logger getLogger()
      Specified by:
      getLogger in class AbstractConduitSelector
      Returns:
      the logger to use