| java.lang.Object org.apache.axis2.wsdl.util.WSDL4JImportedWSDLHelper
WSDL4JImportedWSDLHelper | public class WSDL4JImportedWSDLHelper (Code) | | 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 | |
final protected static Log | log |
Method Summary | |
public static void | processImports(Definition wsdl4JDefinition, List processedDocuments) The intention of this procedure is to process the imports. |
log | final protected static Log log(Code) | | |
processImports | public static void processImports(Definition wsdl4JDefinition, List processedDocuments)(Code) | | 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 - |
|
|