Class ChainInitiationObserver

java.lang.Object
org.apache.cxf.transport.ChainInitiationObserver
All Implemented Interfaces:
MessageObserver

public class ChainInitiationObserver extends Object implements MessageObserver
  • Field Details

  • Constructor Details

    • ChainInitiationObserver

      public ChainInitiationObserver(Endpoint endpoint, Bus bus)
  • Method Details

    • onMessage

      public void onMessage(Message m)
      Description copied from interface: MessageObserver
      Called for an incoming message, i.e. where the content format(s) is/are source(s).
      Specified by:
      onMessage in interface MessageObserver
    • getBinding

      protected Binding getBinding()
    • setExchangeProperties

      protected void setExchangeProperties(Exchange exchange, Message m)
    • getEndpoint

      public Endpoint getEndpoint()