|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of TWSDLExtensible in com.sun.tools.ws.api.wsdl |
|---|
| Subinterfaces of TWSDLExtensible in com.sun.tools.ws.api.wsdl | |
|---|---|
interface |
TWSDLOperation
Deprecated. This interface is deprecated, will be removed in JAX-WS 2.2 RI. |
| Methods in com.sun.tools.ws.api.wsdl that return TWSDLExtensible | |
|---|---|
TWSDLExtensible |
TWSDLExtension.getParent()
Deprecated. Gives Parent TWSDLExtensible element |
TWSDLExtensible |
TWSDLExtensible.getParent()
Deprecated. Gives the parent of a wsdl extensibility element. |
| Methods in com.sun.tools.ws.api.wsdl with parameters of type TWSDLExtensible | |
|---|---|
boolean |
TWSDLExtensionHandler.doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. This interface is called during WSDL parsing on detecting any wsdl extension. |
boolean |
TWSDLExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:binding |
boolean |
TWSDLExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:definitions |
boolean |
TWSDLExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:fault |
boolean |
TWSDLExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:input |
boolean |
TWSDLExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:portType/wsdl:operation. |
boolean |
TWSDLExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:output |
boolean |
TWSDLExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:port |
boolean |
TWSDLExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:portType |
boolean |
TWSDLExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:service |
boolean |
TWSDLExtensionHandler.handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Deprecated. Callback for wsdl:type |
| Uses of TWSDLExtensible in com.sun.tools.ws.processor.modeler.wsdl |
|---|
| Methods in com.sun.tools.ws.processor.modeler.wsdl with parameters of type TWSDLExtensible | |
|---|---|
protected TWSDLExtension |
WSDLModelerBase.getAnyExtensionOfType(TWSDLExtensible extensible,
java.lang.Class type)
|
protected static TWSDLExtension |
WSDLModelerBase.getExtensionOfType(TWSDLExtensible extensible,
java.lang.Class type)
|
protected java.util.List<SOAPHeader> |
WSDLModelerBase.getHeaderExtensions(TWSDLExtensible extensible)
|
protected java.util.List<MessagePart> |
WSDLModelerBase.getMimeContentParts(Message message,
TWSDLExtensible ext)
|
protected java.util.List<MIMEContent> |
WSDLModelerBase.getMimeContents(TWSDLExtensible ext,
Message message,
java.lang.String name)
|
protected java.lang.Iterable<MIMEPart> |
WSDLModelerBase.getMimeParts(TWSDLExtensible ext)
|
| Uses of TWSDLExtensible in com.sun.tools.ws.wsdl.document |
|---|
| Classes in com.sun.tools.ws.wsdl.document that implement TWSDLExtensible | |
|---|---|
class |
Binding
Entity corresponding to the "binding" WSDL element. |
class |
BindingFault
Entity corresponding to the "fault" child element of a binding operation. |
class |
BindingInput
Entity corresponding to the "input" child element of a binding operation. |
class |
BindingOperation
Entity corresponding to the "operation" child element of a WSDL "binding" element. |
class |
BindingOutput
Entity corresponding to the "output" child element of a binding operation. |
class |
Definitions
Entity corresponding to the "definitions" WSDL element. |
class |
Fault
Entity corresponding to the "fault" child element of a port type operation. |
class |
Input
Entity corresponding to the "input" child element of a port type operation. |
class |
Operation
Entity corresponding to the "operation" child element of a "portType" WSDL element. |
class |
Output
Entity corresponding to the "output" child element of a port type operation. |
class |
Port
Entity corresponding to the "port" WSDL element. |
class |
PortType
Entity corresponding to the "portType" WSDL element. |
class |
Service
Entity corresponding to the "service" WSDL element. |
class |
Types
Entity corresponding to the "types" WSDL element. |
| Methods in com.sun.tools.ws.wsdl.document that return TWSDLExtensible | |
|---|---|
TWSDLExtensible |
Types.getParent()
|
TWSDLExtensible |
Service.getParent()
|
TWSDLExtensible |
PortType.getParent()
|
TWSDLExtensible |
Port.getParent()
|
TWSDLExtensible |
Output.getParent()
|
TWSDLExtensible |
Operation.getParent()
|
TWSDLExtensible |
Input.getParent()
|
TWSDLExtensible |
Fault.getParent()
|
TWSDLExtensible |
Definitions.getParent()
wsdl:definition is the root hence no parent so return null. |
TWSDLExtensible |
BindingOutput.getParent()
|
TWSDLExtensible |
BindingOperation.getParent()
|
TWSDLExtensible |
BindingInput.getParent()
|
TWSDLExtensible |
BindingFault.getParent()
|
TWSDLExtensible |
Binding.getParent()
|
| Methods in com.sun.tools.ws.wsdl.document with parameters of type TWSDLExtensible | |
|---|---|
void |
Types.setParent(TWSDLExtensible parent)
|
void |
PortType.setParent(TWSDLExtensible parent)
|
void |
Port.setParent(TWSDLExtensible parent)
|
void |
Output.setParent(TWSDLExtensible parent)
|
void |
Operation.setParent(TWSDLExtensible parent)
|
void |
Input.setParent(TWSDLExtensible parent)
|
void |
Fault.setParent(TWSDLExtensible parent)
|
void |
BindingOutput.setParent(TWSDLExtensible parent)
|
void |
BindingOperation.setParent(TWSDLExtensible parent)
|
void |
BindingInput.setParent(TWSDLExtensible parent)
|
void |
BindingFault.setParent(TWSDLExtensible parent)
|
void |
Binding.setParent(TWSDLExtensible parent)
|
| Uses of TWSDLExtensible in com.sun.tools.ws.wsdl.document.mime |
|---|
| Classes in com.sun.tools.ws.wsdl.document.mime that implement TWSDLExtensible | |
|---|---|
class |
MIMEPart
A MIME part extension. |
| Uses of TWSDLExtensible in com.sun.tools.ws.wsdl.framework |
|---|
| Methods in com.sun.tools.ws.wsdl.framework that return TWSDLExtensible | |
|---|---|
TWSDLExtensible |
ExtensionImpl.getParent()
|
| Methods in com.sun.tools.ws.wsdl.framework with parameters of type TWSDLExtensible | |
|---|---|
void |
ExtensionImpl.setParent(TWSDLExtensible parent)
|
| Uses of TWSDLExtensible in com.sun.tools.ws.wsdl.parser |
|---|
| Methods in com.sun.tools.ws.wsdl.parser with parameters of type TWSDLExtensible | |
|---|---|
boolean |
MIMEExtensionHandler.doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
AbstractExtensionHandler.doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Callback that gets called by the WSDL parser or any other extension handler on finding an extensibility element that it can't understand. |
boolean |
W3CAddressingExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
JAXWSBindingExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
JAXWSBindingExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
W3CAddressingMetadataExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
JAXWSBindingExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
W3CAddressingMetadataExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
protected boolean |
SOAPExtensionHandler.handleInputOutputExtension(TWSDLParserContext contextif,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
protected boolean |
MIMEExtensionHandler.handleInputOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
protected boolean |
SOAPExtensionHandler.handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
protected boolean |
MIMEExtensionHandler.handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
protected boolean |
AbstractExtensionHandler.handleMIMEPartExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
Callback for wsdl:mime |
boolean |
SOAPExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
JAXWSBindingExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
W3CAddressingMetadataExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
W3CAddressingExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
MemberSubmissionAddressingExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
JAXWSBindingExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
JAXWSBindingExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy15ExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
Policy12ExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
JAXWSBindingExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
SOAPExtensionHandler.handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
boolean |
HTTPExtensionHandler.handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
org.w3c.dom.Element e)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||