|
||||||||||
| 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.W3CAddressingExtensionHandler
public class W3CAddressingExtensionHandler
| Constructor Summary | |
|---|---|
W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
|
|
W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap,
ErrorReceiver errReceiver)
|
|
| Method Summary | |
|---|---|
protected QName |
getActionQName()
|
String |
getNamespaceURI()
Gives the namespace of an extensibility element. |
protected QName |
getWSDLExtensionQName()
|
boolean |
handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:binding |
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 |
| 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 |
|---|
handleDefinitionsExtension, handleOperationExtension, handlePortTypeExtension, handleServiceExtension, handleTypesExtension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap)
public W3CAddressingExtensionHandler(Map<String,AbstractExtensionHandler> extensionHandlerMap,
ErrorReceiver errReceiver)
| Method Detail |
|---|
public String getNamespaceURI()
TWSDLExtensionHandler""http://schemas.xmlsoap.org/wsdl/soap/"
getNamespaceURI in class TWSDLExtensionHandlerprotected QName getActionQName()
protected QName getWSDLExtensionQName()
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 handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:input
handleInputExtension 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 handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
TWSDLExtensionHandlerwsdl:output
handleOutputExtension 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 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 | |||||||||