|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Constants | This class contains a list of string constants used while parsing WSDL. |
| Class Summary | |
|---|---|
| Annotation | Annotation |
| Attribute | This class represents WSDL->definitions->types->schema->complexType->attribute |
| Binding | This class represents WSDL->Definitions->Binding |
| BindingMessage | BindingMessage |
| BindingOperation | |
| Collection | This class represents WSDL->definitions->types->schema->complexType->sequence |
| ComplexType | This class represents WSDL->Definitions->types->schema->complexType |
| Definitions | This class represents a WSDL->definitions |
| Documentation | Documentation |
| Element | This class represents WSDL->Definitions->types->schema->element |
| Enumeration | This class represents WSDL->Definitions->types->schema->element |
| Main | A util class that can be used to test WSDL parser. |
| Message | This class represents WSDL->definitions->message |
| Operation | Operation |
| ParserUtil | This is a util class used by wsdl parser. |
| Part | This class represents WSDL->definitions->message |
| Port | Port |
| PortType | This class represents a WSDL definitions->portType |
| Restriction | This class represents WSDL->definitions->types->schema->complexType->sequence |
| Schema | This class represents WSDL->definitions->types->schema |
| Service | This class represents WSDL definitions->service. |
| SimpleType | This class represents WSDL->Definitions->types->schema->simpleType |
| SoapAddress | SoapAddress |
| SoapBody | SoapBody |
| SoapHeader | SoapHeader |
| SoapNode | SoapNode |
| Types | This class represents Definitions->types. |
| WsdlFactory | |
| WsdlNode | This class represents the root of the WSDL data model |
| WsdlParser | WsdlParser |
| Enum Summary | |
|---|---|
| SfdcApiType | |
| Exception Summary | |
|---|---|
| WsdlParseException | This exception is thrown when there is an error in parsing WSDL. |
Provides an WSDL Object model that can parse and generate WSDL.
String wsdlFile = //location of the wsdl
Definitions d = WsdlFactory.create(wsdlFile);
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||