Package org.apache.cxf.wsdl
Class AbstractWSDLPlugin
- java.lang.Object
-
- org.apache.cxf.wsdl.AbstractWSDLPlugin
-
- All Implemented Interfaces:
WSDLExtensibilityPlugin
- Direct Known Subclasses:
HttpAddressPlugin,SoapAddressPlugin,XmlBindingPlugin,XmlIoPlugin
public abstract class AbstractWSDLPlugin extends Object implements WSDLExtensibilityPlugin
-
-
Field Summary
Fields Modifier and Type Field Description protected javax.wsdl.extensions.ExtensionRegistryregistry
-
Constructor Summary
Constructors Constructor Description AbstractWSDLPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.wsdl.extensions.ExtensionRegistrygetExtenstionRegistry()<T> TgetOption(Map<String,Object> args, Class<T> clz)StringgetOption(Map<String,Object> args, String key)<T> TgetOption(Map<String,Object> args, String key, Class<T> clz)StringgetOption(Map<String,Object> args, String key, String defaultValue)booleanoptionSet(Map<String,Object> args, String key)voidsetExtensionRegistry(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
-
-
-
-
Method Detail
-
setExtensionRegistry
public void setExtensionRegistry(javax.wsdl.extensions.ExtensionRegistry r)
- Specified by:
setExtensionRegistryin interfaceWSDLExtensibilityPlugin
-
getExtenstionRegistry
public javax.wsdl.extensions.ExtensionRegistry getExtenstionRegistry()
-
-