public class WsdlSchemasCollector
The 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.
| Constructor and Description |
|---|
WsdlSchemasCollector(javax.wsdl.Definition definition,
java.lang.String charset)
The 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.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.xml.api.SchemaCollector |
collector() |
public WsdlSchemasCollector(javax.wsdl.Definition definition,
java.lang.String charset)
The 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.