Interface Assertor

All Known Implementing Classes:
PolicyUtils.WrappedAssertor

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

    Modifier and Type
    Method
    Description
    void
    assertMessage(org.apache.cxf.message.Message message)
     
    boolean
     
  • Method Details

    • assertMessage

      void assertMessage(org.apache.cxf.message.Message message)
    • canAssert

      boolean canAssert(QName type)