Class JavascriptOptionsFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
All Implemented Interfaces:
AbstractPortableFeature, Feature

public class JavascriptOptionsFeature extends DelegatingFeature<JavascriptOptionsFeature.Portable>
This class provides configuration options to the JavaScript client generator. Attach this feature to control namespace mapping and other options.
 <![CDATA[
    <jaxws:endpoint ...>
      <jaxws:features>
       
       
      </jaxws:features>
    </jaxws:endpoint>
  ]]>
  
At this time, there is no corresponding WSDL extension for this information.
  • Constructor Details

    • JavascriptOptionsFeature

      public JavascriptOptionsFeature()
  • Method Details

    • getNamespacePrefixMap

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

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