public class WSDLMetadata extends Object
MetaData in WSDL files.| Constructor and Description |
|---|
WSDLMetadata() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMetadata(Iterable<URL> wsdlURLs,
String category,
String suffix)
Add metadata from the wsdl URLs list received.
|
org.mule.common.metadata.MetaData |
getInputMetaData(org.mule.common.metadata.MetaDataKey key)
Returns the input
MetaData for the given key. |
List<org.mule.common.metadata.MetaDataKey> |
getMetaDataKeys()
Gets the list of MetaDataKeys.
|
org.mule.common.metadata.MetaData |
getOutputMetaData(org.mule.common.metadata.MetaDataKey key)
Returns the output
MetaData for the given key. |
public void addMetadata(Iterable<URL> wsdlURLs, String category, String suffix) throws WSDLMetadataException
wsdlURLs - An Iterable with the WSDL URLs.category - A category name. Can be the simple name of the class that references thissuffix - A String to append at the end of the Metadata Name. Can be null.WSDLMetadataException - If there is a problem parsing the Metadata.public List<org.mule.common.metadata.MetaDataKey> getMetaDataKeys()
MetaDataKey is a String with the following format:
{WSDL name}#{Operation name}.MetaDataKeys.public org.mule.common.metadata.MetaData getInputMetaData(org.mule.common.metadata.MetaDataKey key)
throws Exception
MetaData for the given key.key - The key.MetaData object.Exception - If there is an issue reading or parsing the WSDL.public org.mule.common.metadata.MetaData getOutputMetaData(org.mule.common.metadata.MetaDataKey key)
throws Exception
MetaData for the given key.key - The key.MetaData object.Exception - If there is an issue reading or parsing the WSDL.Copyright © 2015. All rights reserved.