Apache CXF API

org.apache.cxf.wsdl
Class AbstractWSDLPlugin

java.lang.Object
  extended by org.apache.cxf.wsdl.AbstractWSDLPlugin
All Implemented Interfaces:
WSDLExtensibilityPlugin
Direct Known Subclasses:
HttpAddressPlugin, JmsTransportPlugin, SoapAddressPlugin, XmlBindingPlugin, XmlIoPlugin

public abstract class AbstractWSDLPlugin
extends Object
implements WSDLExtensibilityPlugin


Field Summary
protected  javax.wsdl.extensions.ExtensionRegistry registry
           
 
Constructor Summary
AbstractWSDLPlugin()
           
 
Method Summary
 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)
           
 
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.wsdl.WSDLExtensibilityPlugin
createExtension
 

Field Detail

registry

protected javax.wsdl.extensions.ExtensionRegistry registry
Constructor Detail

AbstractWSDLPlugin

public AbstractWSDLPlugin()
Method Detail

setExtensionRegistry

public void setExtensionRegistry(javax.wsdl.extensions.ExtensionRegistry r)
Specified by:
setExtensionRegistry in interface WSDLExtensibilityPlugin

getExtenstionRegistry

public javax.wsdl.extensions.ExtensionRegistry getExtenstionRegistry()

optionSet

public boolean optionSet(Map<String,Object> args,
                         String key)

getOption

public String getOption(Map<String,Object> args,
                        String key)

getOption

public <T> T getOption(Map<String,Object> args,
                       String key,
                       Class<T> clz)

getOption

public <T> T getOption(Map<String,Object> args,
                       Class<T> clz)

getOption

public String getOption(Map<String,Object> args,
                        String key,
                        String defaultValue)

Apache CXF API

Apache CXF