|
||||||||||
| 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)
TWSDLExtensionHandlerwsdl:definitions
handleDefinitionsExtension 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 elemenet
required attribute set to true
public boolean handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:portType
handlePortTypeExtension 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 elemenet
required attribute set to true
public boolean handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:portType/wsdl:operation.
handleOperationExtension 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 elemenet
required attribute set to true
public boolean handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:binding
handleBindingExtension 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 elemenet
required attribute set to true
public boolean handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:fault
handleFaultExtension 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 elemenet
required attribute set to true
public boolean handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:service
handleServiceExtension 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 elemenet
required attribute set to true
public boolean handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:port
handlePortExtension 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 elemenet
required attribute set to true
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||