Interface OneWayInterceptor<T extends Message>

  • All Superinterfaces:
    Interceptor<T>

    public interface OneWayInterceptor<T extends Message>
    extends Interceptor<T>
    Base interface for client interceptors that are compatible with one way message processing (primarily, JAX-WS).