public static class JavascriptOptionsFeature.Portable extends Object implements AbstractPortableFeature
Constructor and Description |
---|
Portable() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getNamespacePrefixMap()
Retrieve the map from namespace URI strings to JavaScript function prefixes.
|
void |
initialize(Server server,
Bus bus) |
void |
setNamespacePrefixMap(Map<String,String> namespacePrefixMap)
Set the map from namespace URI strings to Javascript function prefixes.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doInitializeProvider, getActive, initialize, initialize, initialize
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(Server server, Bus bus)
initialize
in interface AbstractPortableFeature
initialize
in interface Feature
Apache CXF