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, handleTypesExtensionpublic AbstractExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
public Map<String,AbstractExtensionHandler> getExtensionHandlers()
public boolean doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
doHandleExtension in class TWSDLExtensionHandlerparent - 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:mimecontext - 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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.