public class ComponentModelBuilder
extends Object
Converts the xml representation of a WSDL document to the WSDL component
model representation defined by the W3C WSDL 2.0 spec. The xml model is
contained within a DescriptionElement object. The component model is
contained within a Description object.
TODO consider moving this logic inside DescriptionImpl, maybe as an inner
class.
- Author:
- John Kaputin (jkaputin@apache.org), Arthur Ryman (ryman@ca.ibm.com, arthur.ryman@gmail.com) - added
Interface Operation extensions, - added Endpoint extensions