public class MemberSubmissionAddressingExtensionHandler extends W3CAddressingExtensionHandler
| Constructor and Description |
|---|
MemberSubmissionAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap,
ErrorReceiver env,
boolean extensionModeOn) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI()
Gives the namespace of an extensibility element.
|
protected QName |
getWSDLExtensionQName() |
boolean |
handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:fault |
boolean |
handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:input |
boolean |
handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:output |
boolean |
handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for
wsdl:port |
handleBindingExtensiondoHandleExtension, getExtensionHandlers, handleMIMEPartExtensionhandleDefinitionsExtension, handleOperationExtension, handlePortTypeExtension, handleServiceExtension, handleTypesExtensionpublic MemberSubmissionAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap, ErrorReceiver env, boolean extensionModeOn)
public String getNamespaceURI()
TWSDLExtensionHandler""http://schemas.xmlsoap.org/wsdl/soap/"getNamespaceURI in class W3CAddressingExtensionHandlerprotected QName getWSDLExtensionQName()
getWSDLExtensionQName in class W3CAddressingExtensionHandlerpublic boolean handlePortExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandlerwsdl:porthandlePortExtension in class W3CAddressingExtensionHandlercontext - 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 handleInputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandlerwsdl:inputhandleInputExtension 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 handleOutputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandlerwsdl:outputhandleOutputExtension 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 trueCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.