Package org.apache.cxf.javascript
Class JavascriptOptionsFeature
java.lang.Object
jakarta.xml.ws.WebServiceFeature
org.apache.cxf.feature.AbstractFeature
org.apache.cxf.feature.DelegatingFeature<JavascriptOptionsFeature.Portable>
org.apache.cxf.javascript.JavascriptOptionsFeature
- All Implemented Interfaces:
AbstractPortableFeature,Feature
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.-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.cxf.feature.DelegatingFeature
delegateFields inherited from class jakarta.xml.ws.WebServiceFeature
enabled -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetNamespacePrefixMap(Map<String, String> namespacePrefixMap) Methods inherited from class org.apache.cxf.feature.DelegatingFeature
getDelegate, initialize, initialize, initialize, initialize, initializeProvider, setDelegateMethods inherited from class org.apache.cxf.feature.AbstractFeature
doInitializeProvider, getActive, getID, isEnabled
-
Constructor Details
-
JavascriptOptionsFeature
public JavascriptOptionsFeature()
-
-
Method Details
-
getNamespacePrefixMap
-
setNamespacePrefixMap
-