|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.ws.api.wsdl.TWSDLExtensionHandler
com.sun.tools.ws.wsdl.parser.AbstractExtensionHandler
com.sun.tools.ws.wsdl.parser.SOAPExtensionHandler
public class SOAPExtensionHandler
The SOAP extension handler for WSDL.
Constructor Summary | |
---|---|
SOAPExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
|
Methods inherited from class com.sun.tools.ws.wsdl.parser.AbstractExtensionHandler |
---|
doHandleExtension, getExtensionHandlers |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SOAPExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
Method Detail |
---|
public String getNamespaceURI()
TWSDLExtensionHandler
""http://schemas.xmlsoap.org/wsdl/soap/"
getNamespaceURI
in class TWSDLExtensionHandler
public boolean handleDefinitionsExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:definitions
handleDefinitionsExtension
in class TWSDLExtensionHandler
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
required
attribute set to truepublic boolean handleTypesExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:type
handleTypesExtension
in class TWSDLExtensionHandler
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
required
attribute set to trueprotected SOAPBinding getSOAPBinding(Locator location)
public boolean handleBindingExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:binding
handleBindingExtension
in class TWSDLExtensionHandler
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
required
attribute set to truepublic boolean handleOperationExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:portType/wsdl:operation
.
handleOperationExtension
in class TWSDLExtensionHandler
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
required
attribute set to truepublic boolean handleInputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:input
handleInputExtension
in class TWSDLExtensionHandler
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
required
attribute set to truepublic boolean handleOutputExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:output
handleOutputExtension
in class TWSDLExtensionHandler
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
required
attribute set to trueprotected boolean handleMIMEPartExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
AbstractExtensionHandler
wsdl:mime
handleMIMEPartExtension
in class AbstractExtensionHandler
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
required
attribute set to trueprotected boolean handleInputOutputExtension(TWSDLParserContext contextif, TWSDLExtensible parent, Element e)
public boolean handleFaultExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:fault
handleFaultExtension
in class TWSDLExtensionHandler
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
required
attribute set to truepublic boolean handleServiceExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:service
handleServiceExtension
in class TWSDLExtensionHandler
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
required
attribute set to truepublic boolean handlePortExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:port
handlePortExtension
in class TWSDLExtensionHandler
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
required
attribute set to truepublic boolean handlePortTypeExtension(TWSDLParserContext context, TWSDLExtensible parent, Element e)
TWSDLExtensionHandler
wsdl:portType
handlePortTypeExtension
in class TWSDLExtensionHandler
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
required
attribute set to trueprotected QName getBodyQName()
protected QName getHeaderQName()
protected QName getHeaderfaultQName()
protected QName getOperationQName()
protected QName getFaultQName()
protected QName getAddressQName()
protected QName getBindingQName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |