Skip navigation links

NetBeans Architecture Answers for XML WSDL API module

WARNING: answering questions version 1.26 rather than the current 1.29.

Interfaces table

Group of java interfaces
Interface NameIn/OutStabilitySpecified in What Document?
wsdl.modelExportedFriend

This package provides API's for obtaining a wsdl model using the factory pattern as well as reading and writing the wsdl structure. This package is made up mostly of interfaces, which are not expected to be implemented by the client. The entry point is the wsdl model factory. The components are based on the structure of wsdl and the names should reflect element and attribute names from the specification.

wsdl.model.visitorExportedFriend

Generic visitor pattern support (such as empty and deep visitors) as well as visitors for finding usages.

wsdl.model.spiExportedFriend

The SPI package provides the ability to plug-in strongly typed extensibility elements, which are used in every concrete wsdl for bindings.

wsdl.model.extensions.soapExportedFriend

Strongly typed extensibility elements for the SOAP binding.

wsdl.model.extensions.xsdExportedFriend

Strongly typed extensibility element for Schema. This supports embedding the schema model within the WSDL model to introspect the types section of WSDL.

org.netbeans.modules.xml.schema.modelImportedPrivate

The module is needed for compilation. The module is used during runtime. Specification version 1.0 is required.

org.netbeans.modules.xml.xamImportedUnder Development

The module is needed for compilation. The module is used during runtime. Specification version 1.11.0 is required.

FilesystemsAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 9.0 is required.

UtilitiesAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 9.3 is required.

WeakListener.setAccessibleImportedUnder Development

The module is needed for compilation. The module is used during runtime. Specification version 9.3 is required.

LookupAPIImportedOfficial

The module is needed for compilation. The module is used during runtime. Specification version 8.0 is required.

Group of lookup interfaces
Interface NameIn/OutStabilitySpecified in What Document?
lookupImportedStable

org.openide.util.Lookup is used to obtain the list of org.netbeans.modules.xml.wsdl.model.spi.ElementFactory instances. A factory supports recognition and creation of extensibility elements based on the specified QNames. The first factory supporting a given QName is the factory providing the component instance (Order is important).


General Information


Project and platform dependencies


Deployment


Compatibility with environment


Access to resources


Lookup of components


Execution Environment


Format of files and protocols


Performance and Scalability