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, wait
createExtension
protected ExtensionRegistry registry
public void setExtensionRegistry(ExtensionRegistry r)
setExtensionRegistry
in interface WSDLExtensibilityPlugin
public ExtensionRegistry getExtenstionRegistry()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.