public abstract class AbstractWSDLPlugin extends Object implements WSDLExtensibilityPlugin
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionRegistry |
registry |
| Constructor and Description |
|---|
AbstractWSDLPlugin() |
| Modifier and Type | Method and Description |
|---|---|
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(ExtensionRegistry r) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateExtensionprotected ExtensionRegistry registry
public void setExtensionRegistry(ExtensionRegistry r)
setExtensionRegistry in interface WSDLExtensibilityPluginpublic ExtensionRegistry getExtenstionRegistry()
Copyright © 2018 JBoss by Red Hat. All rights reserved.