Provides classes and interfaces of the transport interceptors framework.

It can be used for writing the transport interceptors. Transport interceptors are stateless classes implementing the {@link org.idoox.wasp.interceptor.TransportInterceptor org.idoox.wasp.interceptor.TransportInterceptor} interface.

Interceptors are at the lowest level of message processing. They accept a raw transport message as their input, modify it and return a transport message as an output. This level has no notion of XML or higher level protocols, so it is able to, for example, convert non-XML protocols into XML protocols and vice versa.

Transport interceptors can be configured either via Runtime Publishing API {@link org.systinet.wasp.webservice.Interceptors org.systinet.wasp.webservice.Interceptors} interface or in the deployment desciptor in the case of persistantly deployed services.