Interface Assertor

All Known Implementing Classes:
org.apache.cxf.transport.http.AbstractHTTPDestination, org.apache.cxf.transport.http_jaxws_spi.JAXWSHttpSpiDestination, UndertowServerDestination

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)