public abstract class TWSDLExtensionHandler extends Object
WSDLParser will call an TWSDLExtensionHandler registered
with it for the WSDL extensibility elements thats not already defined in the WSDL 1.1 spec, such as SOAP or MIME.| Constructor and Description |
|---|
TWSDLExtensionHandler()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
This interface is called during WSDL parsing on detecting any wsdl extension.
|
String |
getNamespaceURI()
Deprecated.
Gives the namespace of an extensibility element.
|
boolean |
handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:binding |
boolean |
handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:definitions |
boolean |
handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:fault |
boolean |
handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:input |
boolean |
handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:portType/wsdl:operation. |
boolean |
handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:output |
boolean |
handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:port |
boolean |
handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:portType |
boolean |
handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:service |
boolean |
handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Deprecated.
Callback for
wsdl:type |
public String getNamespaceURI()
""http://schemas.xmlsoap.org/wsdl/soap/"public boolean doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
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 handlePortTypeExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
wsdl:portTypecontext - 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)
wsdl:definitionscontext - 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 handleTypesExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
wsdl:typecontext - 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)
wsdl:bindingcontext - 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)
wsdl:portType/wsdl:operation.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)
wsdl:inputcontext - 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)
wsdl:outputcontext - 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)
wsdl:faultcontext - 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)
wsdl:servicecontext - 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)
wsdl:portcontext - 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 (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.