public class Policy15ExtensionHandler extends TWSDLExtensionHandler
Constructor and Description |
---|
Policy15ExtensionHandler() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI()
Gives the namespace of an extensibility element.
|
boolean |
handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:binding |
boolean |
handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:definitions |
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 |
handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:portType/wsdl:operation . |
boolean |
handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:output |
boolean |
handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:port |
boolean |
handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:portType |
boolean |
handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:service |
doHandleExtension, handleTypesExtension
public String getNamespaceURI()
TWSDLExtensionHandler
""http://schemas.xmlsoap.org/wsdl/soap/"
getNamespaceURI
in class TWSDLExtensionHandler
public boolean handlePortTypeExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:portType
handlePortTypeExtension
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 handleDefinitionsExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:definitions
handleDefinitionsExtension
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 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 handleOperationExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:portType/wsdl:operation
.handleOperationExtension
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 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 truepublic boolean handleServiceExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:service
handleServiceExtension
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 © 2019 Oracle Corporation. All rights reserved.