public class JAXWSBindingExtensionHandler extends AbstractExtensionHandler
| Constructor and Description |
|---|
JAXWSBindingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap) |
| 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 |
handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:portType/wsdl:operation. |
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, getExtensionHandlers, handleMIMEPartExtensionhandleInputExtension, handleOutputExtension, handleTypesExtensionpublic JAXWSBindingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
public String getNamespaceURI()
TWSDLExtensionHandler""http://schemas.xmlsoap.org/wsdl/soap/"getNamespaceURI in class TWSDLExtensionHandlerpublic boolean handleDefinitionsExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandlerwsdl:definitionshandleDefinitionsExtension in class TWSDLExtensionHandlercontext - 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)
TWSDLExtensionHandlerwsdl:portTypehandlePortTypeExtension in class TWSDLExtensionHandlercontext - 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)
TWSDLExtensionHandlerwsdl:portType/wsdl:operation.handleOperationExtension in class TWSDLExtensionHandlercontext - 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)
TWSDLExtensionHandlerwsdl:bindinghandleBindingExtension in class TWSDLExtensionHandlercontext - 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)
TWSDLExtensionHandlerwsdl:faulthandleFaultExtension in class TWSDLExtensionHandlercontext - 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)
TWSDLExtensionHandlerwsdl:servicehandleServiceExtension in class TWSDLExtensionHandlercontext - 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)
TWSDLExtensionHandlerwsdl:porthandlePortExtension in class TWSDLExtensionHandlercontext - 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.