Modifier and Type | Method and Description |
---|---|
Iterable<? extends TWSDLExtension> |
TWSDLExtensible.extensions()
Deprecated.
Gives iterator over
TWSDLExtension s |
Modifier and Type | Method and Description |
---|---|
void |
TWSDLExtensible.addExtension(TWSDLExtension e)
Deprecated.
An
TWSDLExtensionHandler will call this method to add an TWSDLExtension object |
Modifier and Type | Method and Description |
---|---|
protected TWSDLExtension |
WSDLModelerBase.getAnyExtensionOfType(TWSDLExtensible extensible,
Class type) |
protected static TWSDLExtension |
WSDLModelerBase.getExtensionOfType(TWSDLExtensible extensible,
Class type) |
Modifier and Type | Method and Description |
---|---|
Iterable<? extends TWSDLExtension> |
Input.extensions() |
Iterable<TWSDLExtension> |
Service.extensions() |
Iterable<? extends TWSDLExtension> |
Operation.extensions() |
Iterable<TWSDLExtension> |
Port.extensions() |
Iterable<TWSDLExtension> |
BindingOperation.extensions() |
Iterable<TWSDLExtension> |
Definitions.extensions() |
Iterable<TWSDLExtension> |
Binding.extensions() |
Iterable<TWSDLExtension> |
Types.extensions() |
Iterable<TWSDLExtension> |
PortType.extensions() |
Iterable<TWSDLExtension> |
BindingInput.extensions() |
Iterable<TWSDLExtension> |
BindingFault.extensions() |
Iterable<TWSDLExtension> |
BindingOutput.extensions() |
Iterable<? extends TWSDLExtension> |
Output.extensions() |
Iterable<TWSDLExtension> |
Fault.extensions() |
Modifier and Type | Method and Description |
---|---|
void |
Input.addExtension(TWSDLExtension e) |
void |
Service.addExtension(TWSDLExtension e) |
void |
Operation.addExtension(TWSDLExtension e) |
void |
Port.addExtension(TWSDLExtension e) |
void |
BindingOperation.addExtension(TWSDLExtension e) |
void |
Definitions.addExtension(TWSDLExtension e) |
void |
Binding.addExtension(TWSDLExtension e) |
void |
Types.addExtension(TWSDLExtension e) |
void |
PortType.addExtension(TWSDLExtension e) |
void |
BindingInput.addExtension(TWSDLExtension e) |
void |
BindingFault.addExtension(TWSDLExtension e) |
void |
BindingOutput.addExtension(TWSDLExtension e) |
void |
Output.addExtension(TWSDLExtension e) |
void |
Fault.addExtension(TWSDLExtension e) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPAddress
A HTTP address extension.
|
class |
HTTPBinding
A HTTP binding extension.
|
class |
HTTPOperation
A HTTP operation extension.
|
class |
HTTPUrlEncoded
A HTTP urlEncoded extension.
|
class |
HTTPUrlReplacement
A HTTP urlReplacement extension.
|
Modifier and Type | Class and Description |
---|---|
class |
JAXWSBinding |
Modifier and Type | Class and Description |
---|---|
class |
MIMEContent
A MIME content extension.
|
class |
MIMEMultipartRelated
A MIME multipartRelated extension.
|
class |
MIMEPart
A MIME part extension.
|
class |
MIMEXml
A MIME mimeXml extension.
|
Modifier and Type | Method and Description |
---|---|
Iterable<TWSDLExtension> |
MIMEPart.extensions() |
Modifier and Type | Method and Description |
---|---|
void |
MIMEPart.addExtension(TWSDLExtension e) |
Modifier and Type | Class and Description |
---|---|
class |
SOAP12Binding |
class |
SOAPAddress
A SOAP address extension.
|
class |
SOAPBinding
A SOAP binding extension.
|
class |
SOAPBody
A SOAP body extension.
|
class |
SOAPFault
A SOAP fault extension.
|
class |
SOAPHeader
A SOAP header extension.
|
class |
SOAPHeaderFault
A SOAP header fault extension.
|
class |
SOAPOperation
A SOAP operation extension.
|
Modifier and Type | Class and Description |
---|---|
class |
ExtensionImpl
An entity extending another entity.
|
Modifier and Type | Method and Description |
---|---|
Iterable<TWSDLExtension> |
ExtensibilityHelper.extensions() |
Modifier and Type | Method and Description |
---|---|
void |
ExtensibilityHelper.addExtension(TWSDLExtension e) |
void |
ExtensionVisitor.postVisit(TWSDLExtension extension) |
void |
ExtensionVisitorBase.postVisit(TWSDLExtension extension) |
void |
ExtensionVisitor.preVisit(TWSDLExtension extension) |
void |
ExtensionVisitorBase.preVisit(TWSDLExtension extension) |
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.