Class ResponseTransformer


  • public class ResponseTransformer
    extends Object
    Current implementation simply spawns a thread for each request that is made. Future work may pool threads or use a worker thread to perform all requests serially.
    • Constructor Detail

      • ResponseTransformer

        public ResponseTransformer​(UDDIMapper mapper)