public abstract class AbstractExtensionHandler extends TWSDLExtensionHandler
TWSDLExtensionHandler
Constructor and Description |
---|
AbstractExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap) |
Modifier and Type | Method and Description |
---|---|
boolean |
doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback that gets called by the WSDL parser or any other extension handler on finding an extensibility element
that it can't understand.
|
Map<String,AbstractExtensionHandler> |
getExtensionHandlers() |
protected boolean |
handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:mime |
getNamespaceURI, handleBindingExtension, handleDefinitionsExtension, handleFaultExtension, handleInputExtension, handleOperationExtension, handleOutputExtension, handlePortExtension, handlePortTypeExtension, handleServiceExtension, handleTypesExtension
public AbstractExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
public Map<String,AbstractExtensionHandler> getExtensionHandlers()
public boolean doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
doHandleExtension
in class TWSDLExtensionHandler
parent
- The Parent element within which the extensibility element is definede
- The extensibility elemenetcontext
- Parser context that will be passed on by the wsdl parserrequired
attribute set to trueprotected boolean handleMIMEPartExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
wsdl:mime
context
- Parser context that will be passed on by the wsdl parserparent
- The Parent element within which the extensibility element is definede
- The extensibility elemenetrequired
attribute set to trueCopyright © 2016 Oracle Corporation. All rights reserved.