public class W3CAddressingExtensionHandler extends AbstractExtensionHandler
Constructor and Description |
---|
W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap) |
W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap,
ErrorReceiver errReceiver) |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI()
Gives the namespace of an extensibility element.
|
protected QName |
getWSDLExtensionQName() |
boolean |
handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:binding |
boolean |
handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:port |
doHandleExtension, getExtensionHandlers, handleMIMEPartExtension
handleDefinitionsExtension, handleFaultExtension, handleInputExtension, handleOperationExtension, handleOutputExtension, handlePortTypeExtension, handleServiceExtension, handleTypesExtension
public W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
public W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap, ErrorReceiver errReceiver)
public String getNamespaceURI()
TWSDLExtensionHandler
""http://schemas.xmlsoap.org/wsdl/soap/"
getNamespaceURI
in class TWSDLExtensionHandler
protected QName getWSDLExtensionQName()
public boolean handleBindingExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:binding
handleBindingExtension
in class TWSDLExtensionHandler
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 truepublic boolean handlePortExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:port
handlePortExtension
in class TWSDLExtensionHandler
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.