Package | Description |
---|---|
com.ibm.wsdl | |
com.ibm.wsdl.xml | |
javax.wsdl |
Modifier and Type | Class and Description |
---|---|
class |
FaultImpl
This class represents a fault message, and contains the name
of the fault and the message itself.
|
class |
ImportImpl
This class represents an import, and may contain a reference
to the imported definition.
|
class |
InputImpl
This class represents an input message, and contains the name
of the input and the message itself.
|
class |
OutputImpl
This class represents an output message, and contains the name
of the output and the message itself.
|
class |
PartImpl
This class represents a message part and contains the part's
name, elementName, typeName, and any extensibility attributes.
|
class |
PortTypeImpl
This class represents a port type.
|
Modifier and Type | Method and Description |
---|---|
protected void |
WSDLReaderImpl.parseExtensibilityAttributes(org.w3c.dom.Element el,
java.lang.Class parentType,
AttributeExtensible attrExt,
Definition def) |
protected void |
WSDLWriterImpl.printExtensibilityAttributes(java.lang.Class parentType,
AttributeExtensible attrExt,
Definition def,
java.io.PrintWriter pw) |
Modifier and Type | Interface and Description |
---|---|
interface |
Fault
This interface represents a fault message, and contains the name
of the fault and the message itself.
|
interface |
Import
This interface represents an import, and may contain a reference
to the imported definition.
|
interface |
Input
This interface represents an input message, and contains the name
of the input and the message itself.
|
interface |
Output
This interface represents an output message, and contains the name
of the output and the message itself.
|
interface |
Part
This interface represents a message part and contains the part's
name, elementName, typeName, and any extensibility attributes.
|
interface |
PortType
This interface represents a port type.
|
Copyright ? 2003,2005 IBM. All Rights Reserved.