Package org.apache.axis2.wsdl.util
Class WSDL4JImportedWSDLHelper
java.lang.Object
org.apache.axis2.wsdl.util.WSDL4JImportedWSDLHelper
This class provides support for processing a WSDL4J defintion which includes imports.
It allows the imports to be processed into a single WSDL4J Definition object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidprocessImports(javax.wsdl.Definition wsdl4JDefinition, List processedDocuments) The intention of this procedure is to process the imports.
-
Field Details
-
log
protected static final org.apache.commons.logging.Log log
-
-
Constructor Details
-
WSDL4JImportedWSDLHelper
public WSDL4JImportedWSDLHelper()
-
-
Method Details
-
processImports
The intention of this procedure is to process the imports. When processing the imports the imported documents will be populating the items in the main document recursivley- Parameters:
wsdl4JDefinition-
-