package

com.sforce.ws.wsdl

Provides an WSDL Object model that can parse and generate WSDL.

To parse a WSDL:

    String wsdlFile = //location of the wsdl
    Definitions d = WsdlFactory.create(wsdlFile);

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Interfaces

Constants This class contains a list of string constants used while parsing WSDL. 

Classes

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 Use this factory to create WSDL data model. 
WsdlNode This class represents the root of the WSDL data model 
WsdlParser WsdlParser 

Enums

Exceptions

WsdlParseException This exception is thrown when there is an error in parsing WSDL.