Apache CXF API

org.apache.cxf.ws.policy
Interface Assertor

All Known Implementing Classes:
AbstractHTTPDestination, BackendTcpConduit, HTTPConduit, JAXWSHttpSpiDestination, JettyHTTPDestination, ServletDestination, TCPConduit

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
 void assertMessage(Message message)
           
 boolean canAssert(QName type)
           
 

Method Detail

assertMessage

void assertMessage(Message message)

canAssert

boolean canAssert(QName type)

Apache CXF API

Apache CXF