public class W3CAddressingMetadataExtensionHandler extends AbstractExtensionHandler
Constructor and Description |
---|
W3CAddressingMetadataExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap,
ErrorReceiver errReceiver) |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI()
Gives the namespace of an extensibility element.
|
boolean |
handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:fault |
boolean |
handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:input |
boolean |
handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:output |
doHandleExtension, getExtensionHandlers, handleMIMEPartExtension
handleBindingExtension, handleDefinitionsExtension, handleOperationExtension, handlePortExtension, handlePortTypeExtension, handleServiceExtension, handleTypesExtension
public W3CAddressingMetadataExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap, ErrorReceiver errReceiver)
public String getNamespaceURI()
TWSDLExtensionHandler
""http://schemas.xmlsoap.org/wsdl/soap/"
getNamespaceURI
in class TWSDLExtensionHandler
public boolean handleInputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:input
handleInputExtension
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 handleOutputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:output
handleOutputExtension
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 handleFaultExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:fault
handleFaultExtension
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 © 2015 Oracle Corporation. All rights reserved.