public class JavascriptOptionsFeature
extends org.apache.cxf.feature.AbstractFeature
]]>
At this time, there is no corresponding WSDL extension for this information.| Constructor and Description |
|---|
JavascriptOptionsFeature() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getNamespacePrefixMap()
Retrieve the map from namespace URI strings to JavaScript function prefixes.
|
void |
initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus) |
void |
setNamespacePrefixMap(Map<String,String> namespacePrefixMap)
Set the map from namespace URI strings to Javascript function prefixes.
|
public Map<String,String> getNamespacePrefixMap()
public void setNamespacePrefixMap(Map<String,String> namespacePrefixMap)
namespacePrefixMap - the map from namespace URI strings to JavaScript function prefixes.public void initialize(org.apache.cxf.endpoint.Server server,
org.apache.cxf.Bus bus)
initialize in interface org.apache.cxf.feature.Featureinitialize in class org.apache.cxf.feature.AbstractFeatureApache CXF