| java.lang.Object com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler com.sun.tools.ws.wsdl.parser.AbstractExtensionHandler
All known Subclasses: com.sun.tools.ws.wsdl.parser.MIMEExtensionHandler, com.sun.tools.ws.wsdl.parser.JAXWSBindingExtensionHandler, com.sun.tools.ws.wsdl.parser.HTTPExtensionHandler, com.sun.tools.ws.wsdl.parser.SOAPExtensionHandler, com.sun.tools.ws.wsdl.parser.W3CAddressingExtensionHandler,
Method Summary | |
public boolean | doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback that gets called by the WSDL parser or any other extension handler on finding an extensibility element
that it can't understand.
Parameters: parent - The Parent element within which the extensibility element is defined Parameters: e - The extensibility elemenet false if there was some error during the extension handling otherwise returns true. | public Map<String, AbstractExtensionHandler> | getExtensionHandlers() | protected boolean | handleMIMEPartExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:mime
Parameters: context - Parser context that will be passed on by the wsdl parser Parameters: parent - The Parent element within which the extensibility element is defined Parameters: e - The extensibility elemenet false if there was some error during the extension handling otherwise returns true. |
doHandleExtension | public boolean doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback that gets called by the WSDL parser or any other extension handler on finding an extensibility element
that it can't understand.
Parameters: parent - The Parent element within which the extensibility element is defined Parameters: e - The extensibility elemenet false if there was some error during the extension handling otherwise returns true. If returned falsethen the WSDL parser can abort if the wsdl extensibility element had required attribute set to true |
handleMIMEPartExtension | protected boolean handleMIMEPartExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:mime
Parameters: context - Parser context that will be passed on by the wsdl parser Parameters: parent - The Parent element within which the extensibility element is defined Parameters: e - The extensibility elemenet false if there was some error during the extension handling otherwise returns true. If returned falsethen the WSDL parser can abort if the wsdl extensibility element had required attribute set to true |
Methods inherited from com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler | public boolean doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public String getNamespaceURI()(Code)(Java Doc) public boolean handleBindingExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handleDefinitionsExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handleFaultExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handleInputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handleOperationExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handleOutputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handlePortExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handlePortTypeExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handleServiceExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc) public boolean handleTypesExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code)(Java Doc)
|
|
|