Interface WebServiceClientProducer<T>

    • Method Detail

      • generates

        Class[] generates()
        Returns the classes that this client generates.
        Returns:
        the classes
      • hasResponseData

        boolean hasResponseData()
        Checks whether there is any response data to be collected.
        Returns:
        true if data can be collected
        See Also:
        getResponseData()
      • setResponseData

        void setResponseData​(T value)
        Sets the response data.
        Parameters:
        value - the response data
      • getResponseData

        T getResponseData()
        Returns the response data, if any.
        Returns:
        the response data
      • setInInterceptor

        void setInInterceptor​(AbstractInInterceptorGenerator value)
        Sets the interceptor for incoming messages (actually generator, since interceptors aren't serializable).
        Parameters:
        value - the interceptor
      • getInInterceptor

        AbstractInInterceptorGenerator getInInterceptor()
        Returns the interceptor for incoming messages (actually generator, since interceptors aren't serializable).
        Returns:
        the interceptor