Class RemoteTransformerClient


  • public class RemoteTransformerClient
    extends Object
    Client class that transfers content (from a ContentReader) to a remote transformation agent together with request parameters that will be used to transform the content. The transformed content is then returned and saved in a ContentWriter. In the event of an error an Exception is thrown.
    Since:
    6.0
    • Field Detail

      • checkAvailabilityAfter

        protected long checkAvailabilityAfter
    • Constructor Detail

      • RemoteTransformerClient

        public RemoteTransformerClient​(String name,
                                       String baseUrl)