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) |
getExtensionHandlershandleBindingExtension, handleDefinitionsExtension, handleFaultExtension, handleInputExtension, handleOperationExtension, handleOutputExtension, handlePortExtension, handlePortTypeExtension, handleServiceExtension, handleTypesExtensionpublic MIMEExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
public String getNamespaceURI()
TWSDLExtensionHandler""http://schemas.xmlsoap.org/wsdl/soap/"getNamespaceURI in class TWSDLExtensionHandlerpublic boolean doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
AbstractExtensionHandlerdoHandleExtension in class AbstractExtensionHandlercontext - 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)
AbstractExtensionHandlerwsdl:mimehandleMIMEPartExtension in class AbstractExtensionHandlercontext - 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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.