Package org.apache.cxf.javascript
Class JavascriptOptionsFeature.Portable
- java.lang.Object
-
- org.apache.cxf.javascript.JavascriptOptionsFeature.Portable
-
- All Implemented Interfaces:
AbstractPortableFeature,Feature
- Enclosing class:
- JavascriptOptionsFeature
public static class JavascriptOptionsFeature.Portable extends Object implements 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(Server server, Bus bus)voidsetNamespacePrefixMap(Map<String,String> namespacePrefixMap)Set the map from namespace URI strings to Javascript function prefixes.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.cxf.feature.AbstractPortableFeature
doInitializeProvider, initialize, initialize, initialize
-
-
-
-
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(Server server, Bus bus)
- Specified by:
initializein interfaceAbstractPortableFeature- Specified by:
initializein interfaceFeature
-
-