| java.lang.Object com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler
All known Subclasses: com.sun.tools.ws.wsdl.parser.AbstractExtensionHandler,
Method Summary | |
public boolean | doHandleExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) This interface is called during WSDL parsing on detecting any wsdl extension.
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. | public String | getNamespaceURI() Gives the namespace of an extensibility element. | public boolean | handleBindingExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:binding
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. | public boolean | handleDefinitionsExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:definitions
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. | public boolean | handleFaultExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:fault
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. | public boolean | handleInputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:input
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. | public boolean | handleOperationExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:portType/wsdl:operation .
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. | public boolean | handleOutputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:output
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. | public boolean | handlePortExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:port
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. | public boolean | handlePortTypeExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:portType
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. | public boolean | handleServiceExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:service
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. | public boolean | handleTypesExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e) Callback for wsdl:type
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) | | This interface is called during WSDL parsing on detecting any wsdl extension.
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 |
getNamespaceURI | public String getNamespaceURI()(Code) | | Gives the namespace of an extensibility element.
For example a soap 1.1 XXExtensionHandler would return ""http://schemas.xmlsoap.org/wsdl/soap/"
|
handleBindingExtension | public boolean handleBindingExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:binding
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 |
handleDefinitionsExtension | public boolean handleDefinitionsExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:definitions
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 |
handleFaultExtension | public boolean handleFaultExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:fault
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 |
handleInputExtension | public boolean handleInputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:input
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 |
handleOperationExtension | public boolean handleOperationExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:portType/wsdl:operation .
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 |
handleOutputExtension | public boolean handleOutputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:output
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 |
handlePortExtension | public boolean handlePortExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:port
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 |
handlePortTypeExtension | public boolean handlePortTypeExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:portType
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 |
handleServiceExtension | public boolean handleServiceExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:service
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 |
handleTypesExtension | public boolean handleTypesExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)(Code) | | Callback for wsdl:type
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 |
|
|