Package org.mule.wsdl.parser
Class WsdlSchemasCollector
-
- All Implemented Interfaces:
public final class WsdlSchemasCollectorThe purpose of this class is to find all the schema URLs, both local or remote, for a given WSDL definition. This includes imports and includes in the WSDL file and recursively in each schema found.
- Since:
1.0
-
-
Constructor Summary
Constructors Constructor Description WsdlSchemasCollector(Definition definition, String charset)
-
Method Summary
Modifier and Type Method Description final SchemaCollectorcollector()final Map<String, String>toInMemorySchemaMap()
-