Package com.sun.xml.rpc.wsdl.parser
Class HTTPExtensionHandler
java.lang.Object
com.sun.xml.rpc.wsdl.parser.ExtensionHandler
com.sun.xml.rpc.wsdl.parser.ExtensionHandlerBase
com.sun.xml.rpc.wsdl.parser.HTTPExtensionHandler
The HTTP extension handler for WSDL.
- Author:
- JAX-RPC Development Team
-
Field Summary
Fields inherited from class com.sun.xml.rpc.wsdl.parser.ExtensionHandler
_extensionHandlers -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoHandleExtension(WriterContext context, Extension extension) protected booleanhandleBindingExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleDefinitionsExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleFaultExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleInputExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleMIMEPartExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleOperationExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleOutputExtension(ParserContext context, Extensible parent, Element e) protected booleanhandlePortExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleServiceExtension(ParserContext context, Extensible parent, Element e) protected booleanhandleTypesExtension(ParserContext context, Extensible parent, Element e) Methods inherited from class com.sun.xml.rpc.wsdl.parser.ExtensionHandlerBase
doHandleExtensionMethods inherited from class com.sun.xml.rpc.wsdl.parser.ExtensionHandler
setExtensionHandlers
-
Constructor Details
-
HTTPExtensionHandler
public HTTPExtensionHandler()
-
-
Method Details
-
getNamespaceURI
- Specified by:
getNamespaceURIin classExtensionHandler
-
handleDefinitionsExtension
- Specified by:
handleDefinitionsExtensionin classExtensionHandlerBase
-
handleTypesExtension
- Specified by:
handleTypesExtensionin classExtensionHandlerBase
-
handleBindingExtension
- Specified by:
handleBindingExtensionin classExtensionHandlerBase
-
handleOperationExtension
- Specified by:
handleOperationExtensionin classExtensionHandlerBase
-
handleInputExtension
- Specified by:
handleInputExtensionin classExtensionHandlerBase
-
handleOutputExtension
- Specified by:
handleOutputExtensionin classExtensionHandlerBase
-
handleFaultExtension
- Specified by:
handleFaultExtensionin classExtensionHandlerBase
-
handleServiceExtension
- Specified by:
handleServiceExtensionin classExtensionHandlerBase
-
handlePortExtension
- Specified by:
handlePortExtensionin classExtensionHandlerBase
-
handleMIMEPartExtension
- Specified by:
handleMIMEPartExtensionin classExtensionHandlerBase
-
doHandleExtension
- Overrides:
doHandleExtensionin classExtensionHandler- Throws:
IOException
-