org.apache.cxf.transport
Interface Assertor
- All Known Implementing Classes:
- AbstractHTTPDestination, AhcWebSocketConduit, AsyncHTTPConduit, AtmosphereWebSocketServletDestination, HTTPConduit, JettyHTTPDestination, JettyWebSocketDestination, JettyWebSocketServletDestination, NettyHttpConduit, NettyHttpDestination, ServletDestination, URLConnectionHTTPConduit
public interface Assertor
API used in the to allow a message exchange participant to
assert its capabilities for the underlying message.
assertMessage
void assertMessage(Message message)
canAssert
boolean canAssert(QName type)
Apache CXF