Package org.apache.cxf.javascript
Class JavascriptOptionsFeature.Portable
- java.lang.Object
-
- org.apache.cxf.javascript.JavascriptOptionsFeature.Portable
-
- All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature,org.apache.cxf.feature.Feature
- Enclosing class:
- JavascriptOptionsFeature
public static class JavascriptOptionsFeature.Portable extends Object implements org.apache.cxf.feature.AbstractPortableFeature
-
-
Constructor Summary
Constructors Constructor Description Portable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getNamespacePrefixMap()Retrieve the map from namespace URI strings to JavaScript function prefixes.voidinitialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)voidsetNamespacePrefixMap(Map<String,String> namespacePrefixMap)Set the map from namespace URI strings to Javascript function prefixes.
-
-
-
Method Detail
-
getNamespacePrefixMap
public Map<String,String> getNamespacePrefixMap()
Retrieve the map from namespace URI strings to JavaScript function prefixes.- Returns:
- the map
-
setNamespacePrefixMap
public void setNamespacePrefixMap(Map<String,String> namespacePrefixMap)
Set the map from namespace URI strings to Javascript function prefixes.- Parameters:
namespacePrefixMap- the map from namespace URI strings to JavaScript function prefixes.
-
initialize
public void initialize(org.apache.cxf.endpoint.Server server, org.apache.cxf.Bus bus)- Specified by:
initializein interfaceorg.apache.cxf.feature.AbstractPortableFeature- Specified by:
initializein interfaceorg.apache.cxf.feature.Feature
-
-