|
||||||||||
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.JAXWSBindingExtensionHandler
public class JAXWSBindingExtensionHandler
Constructor Summary | |
---|---|
JAXWSBindingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
|
Method Summary | |
---|---|
String |
getNamespaceURI()
Gives the namespace of an extensibility element. |
boolean |
handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:binding |
boolean |
handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:definitions |
boolean |
handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:fault |
boolean |
handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:portType/wsdl:operation . |
boolean |
handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:port |
boolean |
handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:portType |
boolean |
handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:service |
Methods inherited from class com.sun.tools.ws.wsdl.parser.AbstractExtensionHandler |
---|
doHandleExtension, getExtensionHandlers, handleMIMEPartExtension |
Methods inherited from class com.sun.tools.ws.api.wsdl.TWSDLExtensionHandler |
---|
handleInputExtension, handleOutputExtension, handleTypesExtension |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JAXWSBindingExtensionHandler(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 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 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 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 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 true
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |