com.sun.tools.ws.wsdl.parser
Class W3CAddressingExtensionHandler
java.lang.Object
com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler
com.sun.tools.ws.wsdl.parser.AbstractExtensionHandler
com.sun.tools.ws.wsdl.parser.W3CAddressingExtensionHandler
- Direct Known Subclasses:
- MemberSubmissionAddressingExtensionHandler
public class W3CAddressingExtensionHandler
- extends AbstractExtensionHandler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
W3CAddressingExtensionHandler
public W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
W3CAddressingExtensionHandler
public W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap,
ErrorReceiver errReceiver)
getNamespaceURI
public String getNamespaceURI()
- Description copied from class:
TWSDLExtensionHandler
- Gives the namespace of an extensibility element.
For example a soap 1.1 XXExtensionHandler would return
""http://schemas.xmlsoap.org/wsdl/soap/"
- Overrides:
getNamespaceURI
in class TWSDLExtensionHandler
getWSDLExtensionQName
protected QName getWSDLExtensionQName()
handleBindingExtension
public boolean handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
- Description copied from class:
TWSDLExtensionHandler
- Callback for
wsdl:binding
- Overrides:
handleBindingExtension
in class TWSDLExtensionHandler
- Parameters:
context
- Parser context that will be passed on by the wsdl parserparent
- The Parent element within which the extensibility element is definede
- The extensibility elemenet
- Returns:
- false if there was some error during the extension handling otherwise returns true. If returned false
then 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)
- Description copied from class:
TWSDLExtensionHandler
- Callback for
wsdl:port
- Overrides:
handlePortExtension
in class TWSDLExtensionHandler
- Parameters:
context
- Parser context that will be passed on by the wsdl parserparent
- The Parent element within which the extensibility element is definede
- The extensibility elemenet
- Returns:
- false if there was some error during the extension handling otherwise returns true. If returned false
then the WSDL parser can abort if the wsdl extensibility element had
required
attribute set to true
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.