| Modifier and Type | Class and Description |
|---|---|
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 |
Import
Entity corresponding to the "import" WSDL element.
|
class |
Input
Entity corresponding to the "input" child element of a port type operation.
|
class |
Message
Entity corresponding to the "message" WSDL element.
|
class |
MessagePart
Entity corresponding to a WSDL message part.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected Entity |
WSDLDocument.getRoot() |
| 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 |
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 | Class and Description |
|---|---|
class |
Schema |
class |
SchemaEntity |
| Modifier and Type | Method and Description |
|---|---|
protected Entity |
SchemaDocument.getRoot() |
| Modifier and Type | Class and Description |
|---|---|
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 |
Extension
An entity extending another entity.
|
class |
GlobalEntity
An entity that can be defined in a target namespace.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Entity |
AbstractDocument.getRoot() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocument.addImportedEntity(Entity entity) |
void |
AbstractDocument.addIncludedEntity(Entity entity) |
void |
ParserListener.doneParsingEntity(QName element,
Entity entity) |
void |
ParserContext.fireDoneParsingEntity(QName element,
Entity entity) |
void |
EntityAction.perform(Entity entity) |
| Constructor and Description |
|---|
DuplicateEntityException(Entity entity,
String name) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.