Package org.eclipse.jst.j2ee.webservice.wsdd

This package includes the web services deployment descriptor common model api.

See:
          Description

Interface Summary
BeanLink A representation of the model object 'Bean Link'
EJBLink A representation of the model object 'EJB Link'
Handler A representation of the model object 'Handler'
PortComponent A representation of the model object 'Port Component'
ServiceImplBean A representation of the model object 'Service Impl Bean'
ServletLink A representation of the model object 'Servlet Link'
WebServiceDescription A representation of the model object 'Web Service Description'
WebServices A representation of the model object 'Web Services'
WsddFactory The Factory for the model.
WsddPackage The Package for the model.
WsddPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
WsddResource  
WSDLPort A representation of the model object 'WSDL Port'
 

Package org.eclipse.jst.j2ee.webservice.wsdd Description

This package includes the web services deployment descriptor common model api. Using this api the web services depolyment descriptor model artifacts (PortComponents, Handlers, WSDLPorts, WebServices Description etc.) can be created and accessed. top