Interface WebServiceClientConsumer<T>

    • Method Detail

      • accepts

        Class[] accepts()
        Returns the classes that are accepted input.
        Returns:
        the classes that are accepted
      • setRequestData

        void setRequestData​(T value)
        Sets the data for the request, if any.
        Parameters:
        value - the request data
      • setOutInterceptor

        void setOutInterceptor​(AbstractOutInterceptorGenerator value)
        Sets the interceptor for outgoing messages (actually generator, since interceptors aren't serializable).
        Parameters:
        value - the interceptor
      • getOutInterceptor

        AbstractOutInterceptorGenerator getOutInterceptor()
        Returns the interceptor for outgoing messages (actually generator, since interceptors aren't serializable).
        Returns:
        the interceptor