You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Rebecca Searls (JIRA)" <ji...@apache.org> on 2018/04/17 12:47:00 UTC

[jira] [Created] (CXF-7711) Allow providing CXF compiler instance to be used in JavaToWS

Rebecca Searls created CXF-7711:
-----------------------------------

             Summary: Allow providing CXF compiler instance to be used in JavaToWS
                 Key: CXF-7711
                 URL: https://issues.apache.org/jira/browse/CXF-7711
             Project: CXF
          Issue Type: Improvement
          Components: Tooling
            Reporter: Rebecca Searls


To control the way generated sources are compiled, we want to allow JavaToWS users to provide a custom org.apache.cxf.common.util.Compiler instance into the ToolContext.
That would give users a chance to control how sources are actually compiled by leveraging the Java Compiler API (e.g. by creating a custom JavaFileManager instance, etc.)

This functionality was implemented in WSDLToJava (see CXF-4777).  We would like
to expand this to include JavaToWS.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)