Interface Assertor

All Known Implementing Classes:
AbstractHTTPDestination, AhcWebSocketConduit, AsyncHTTPConduit, AsyncHTTPConduit, AtmosphereWebSocketJettyDestination, AtmosphereWebSocketServletDestination, AtmosphereWebSocketUndertowDestination, HttpClientHTTPConduit, HTTPConduit, JAXWSHttpSpiDestination, Jetty11WebSocketDestination, JettyHTTPDestination, NettyHttpConduit, NettyHttpDestination, ServletDestination, UndertowHTTPDestination, UndertowWebSocketDestination, URLConnectionHTTPConduit

public interface Assertor
API used in the to allow a message exchange participant to assert its capabilities for the underlying message.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    boolean
     
  • Method Details

    • assertMessage

      void assertMessage(Message message)
    • canAssert

      boolean canAssert(QName type)