Package com.sun.xml.rpc.wsdl.parser
Class SOAPExtensionHandler
- java.lang.Object
-
- com.sun.xml.rpc.wsdl.parser.ExtensionHandler
-
- com.sun.xml.rpc.wsdl.parser.ExtensionHandlerBase
-
- com.sun.xml.rpc.wsdl.parser.SOAPExtensionHandler
-
public class SOAPExtensionHandler extends ExtensionHandlerBase
The SOAP 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 Constructor Description SOAPExtensionHandler()
-
Method Summary
-
Methods inherited from class com.sun.xml.rpc.wsdl.parser.ExtensionHandlerBase
doHandleExtension
-
Methods inherited from class com.sun.xml.rpc.wsdl.parser.ExtensionHandler
setExtensionHandlers
-
-
-
-
Method Detail
-
getNamespaceURI
public String getNamespaceURI()
- Specified by:
getNamespaceURIin classExtensionHandler
-
handleDefinitionsExtension
protected boolean handleDefinitionsExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleDefinitionsExtensionin classExtensionHandlerBase
-
handleTypesExtension
protected boolean handleTypesExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleTypesExtensionin classExtensionHandlerBase
-
handleBindingExtension
protected boolean handleBindingExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleBindingExtensionin classExtensionHandlerBase
-
handleOperationExtension
protected boolean handleOperationExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleOperationExtensionin classExtensionHandlerBase
-
handleInputExtension
protected boolean handleInputExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleInputExtensionin classExtensionHandlerBase
-
handleOutputExtension
protected boolean handleOutputExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleOutputExtensionin classExtensionHandlerBase
-
handleMIMEPartExtension
protected boolean handleMIMEPartExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleMIMEPartExtensionin classExtensionHandlerBase
-
handleInputOutputExtension
protected boolean handleInputOutputExtension(ParserContext context, Extensible parent, Element e)
-
handleFaultExtension
protected boolean handleFaultExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleFaultExtensionin classExtensionHandlerBase
-
handleServiceExtension
protected boolean handleServiceExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handleServiceExtensionin classExtensionHandlerBase
-
handlePortExtension
protected boolean handlePortExtension(ParserContext context, Extensible parent, Element e)
- Specified by:
handlePortExtensionin classExtensionHandlerBase
-
doHandleExtension
public void doHandleExtension(WriterContext context, Extension extension) throws IOException
- Overrides:
doHandleExtensionin classExtensionHandler- Throws:
IOException
-
-