|
||||||||||
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
Abstracts wsdl:portType/wsdl:operation |
Methods in com.sun.tools.ws.api.wsdl that return TWSDLExtensible | |
---|---|
TWSDLExtensible |
TWSDLExtensible.getParent()
Gives the parent of a wsdl extensibility element. |
TWSDLExtensible |
TWSDLExtension.getParent()
Gives Parent TWSDLExtensible element |
Methods in com.sun.tools.ws.api.wsdl with parameters of type TWSDLExtensible | |
---|---|
boolean |
TWSDLExtensionHandler.doHandleExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
This interface is called during WSDL parsing on detecting any wsdl extension. |
boolean |
TWSDLExtensionHandler.handleBindingExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:binding |
boolean |
TWSDLExtensionHandler.handleDefinitionsExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:definitions |
boolean |
TWSDLExtensionHandler.handleFaultExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:fault |
boolean |
TWSDLExtensionHandler.handleInputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:input |
boolean |
TWSDLExtensionHandler.handleOperationExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:portType/wsdl:operation . |
boolean |
TWSDLExtensionHandler.handleOutputExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:output |
boolean |
TWSDLExtensionHandler.handlePortExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:port |
boolean |
TWSDLExtensionHandler.handlePortTypeExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:portType |
boolean |
TWSDLExtensionHandler.handleServiceExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
Callback for wsdl:service |
boolean |
TWSDLExtensionHandler.handleTypesExtension(TWSDLParserContext context,
TWSDLExtensible parent,
Element e)
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,
Class type)
|
protected static TWSDLExtension |
WSDLModelerBase.getExtensionOfType(TWSDLExtensible extensible,
Class type)
|
protected List<SOAPHeader> |
WSDLModelerBase.getHeaderExtensions(TWSDLExtensible extensible)
|
protected List<MessagePart> |
WSDLModelerBase.getMimeContentParts(Message message,
TWSDLExtensible ext)
|
protected List<MIMEContent> |
WSDLModelerBase.getMimeContents(TWSDLExtensible ext,
Message message,
String name)
|
protected 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 |
BindingOutput.getParent()
|
TWSDLExtensible |
BindingOperation.getParent()
|
TWSDLExtensible |
Port.getParent()
|
TWSDLExtensible |
BindingInput.getParent()
|
TWSDLExtensible |
Output.getParent()
|
TWSDLExtensible |
Binding.getParent()
|
TWSDLExtensible |
Definitions.getParent()
wsdl:definition is the root hence no parent so return null. |
TWSDLExtensible |
Service.getParent()
|
TWSDLExtensible |
Fault.getParent()
|
TWSDLExtensible |
PortType.getParent()
|
TWSDLExtensible |
Input.getParent()
|
TWSDLExtensible |
Operation.getParent()
|
TWSDLExtensible |
BindingFault.getParent()
|
TWSDLExtensible |
Types.getParent()
|
Methods in com.sun.tools.ws.wsdl.document with parameters of type TWSDLExtensible | |
---|---|
void |
BindingOutput.setParent(TWSDLExtensible parent)
|
void |
BindingOperation.setParent(TWSDLExtensible parent)
|
void |
Port.setParent(TWSDLExtensible parent)
|
void |
BindingInput.setParent(TWSDLExtensible parent)
|
void |
Output.setParent(TWSDLExtensible parent)
|
void |
Binding.setParent(TWSDLExtensible parent)
|
void |
Fault.setParent(TWSDLExtensible parent)
|
void |
PortType.setParent(TWSDLExtensible parent)
|
void |
Input.setParent(TWSDLExtensible parent)
|
void |
Operation.setParent(TWSDLExtensible parent)
|
void |
BindingFault.setParent(TWSDLExtensible parent)
|
void |
Types.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 |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |