public class MIMEExtensionHandler extends AbstractExtensionHandler
Constructor and Description |
---|
MIMEExtensionHandler(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.
|
String |
getNamespaceURI()
Gives the namespace of an extensibility element.
|
protected boolean |
handleInputOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e) |
protected boolean |
handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:mime |
protected MIMEContent |
parseMIMEContent(TWSDLParserContext context,
Element e) |
protected MIMEXml |
parseMIMEXml(TWSDLParserContext context,
Element e) |
getExtensionHandlers
handleBindingExtension, handleDefinitionsExtension, handleFaultExtension, handleInputExtension, handleOperationExtension, handleOutputExtension, handlePortExtension, handlePortTypeExtension, handleServiceExtension, handleTypesExtension
public MIMEExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
public String getNamespaceURI()
TWSDLExtensionHandler
""http://schemas.xmlsoap.org/wsdl/soap/"
getNamespaceURI
in class TWSDLExtensionHandler
public boolean doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
AbstractExtensionHandler
doHandleExtension
in class AbstractExtensionHandler
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 trueprotected boolean handleInputOutputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
protected boolean handleMIMEPartExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
AbstractExtensionHandler
wsdl:mime
handleMIMEPartExtension
in class AbstractExtensionHandler
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 trueprotected MIMEContent parseMIMEContent(TWSDLParserContext context, Element e)
protected MIMEXml parseMIMEXml(TWSDLParserContext context, Element e)
Copyright © 2017 Oracle Corporation. All rights reserved.