public abstract class AbstractWSDLPlugin extends Object implements WSDLExtensibilityPlugin
| Modifier and Type | Field and Description |
|---|---|
protected javax.wsdl.extensions.ExtensionRegistry |
registry |
| Constructor and Description |
|---|
AbstractWSDLPlugin() |
| Modifier and Type | Method and Description |
|---|---|
javax.wsdl.extensions.ExtensionRegistry |
getExtenstionRegistry() |
<T> T |
getOption(Map<String,Object> args,
Class<T> clz) |
String |
getOption(Map<String,Object> args,
String key) |
<T> T |
getOption(Map<String,Object> args,
String key,
Class<T> clz) |
String |
getOption(Map<String,Object> args,
String key,
String defaultValue) |
boolean |
optionSet(Map<String,Object> args,
String key) |
void |
setExtensionRegistry(javax.wsdl.extensions.ExtensionRegistry r) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateExtensionpublic void setExtensionRegistry(javax.wsdl.extensions.ExtensionRegistry r)
setExtensionRegistry in interface WSDLExtensibilityPluginpublic javax.wsdl.extensions.ExtensionRegistry getExtenstionRegistry()
Apache CXF