|
||||||||||
| 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.Policy12ExtensionHandler
public class Policy12ExtensionHandler
Policies are evaluated at runtime. This class makes sure that wscompile/wsimport ignores all policy elements at tooltime.
| Constructor Summary | |
|---|---|
Policy12ExtensionHandler()
|
|
| 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 |
handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:input |
boolean |
handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:portType/wsdl:operation. |
boolean |
handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:output |
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.api.wsdl.TWSDLExtensionHandler |
|---|
doHandleExtension, handleTypesExtension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Policy12ExtensionHandler()
| Method Detail |
|---|
public String getNamespaceURI()
TWSDLExtensionHandler""http://schemas.xmlsoap.org/wsdl/soap/"
getNamespaceURI in class TWSDLExtensionHandler
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 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 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 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 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 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 | |||||||||