Class JavascriptOptionsFeature

  • All Implemented Interfaces:
    org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature

    public class JavascriptOptionsFeature
    extends org.apache.cxf.feature.DelegatingFeature<JavascriptOptionsFeature.Portable>
    This class provides configuration options to the JavaScript client generator. Attach this feature to control namespace mapping and other options.
     
          
           
           
          
        
      ]]>
      
    At this time, there is no corresponding WSDL extension for this information.
    • Constructor Detail

      • JavascriptOptionsFeature

        public JavascriptOptionsFeature()
    • Method Detail

      • getNamespacePrefixMap

        public Map<String,​String> getNamespacePrefixMap()
      • setNamespacePrefixMap

        public void setNamespacePrefixMap​(Map<String,​String> namespacePrefixMap)