public class WsdlMetaDataDescriptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SOAP_PREFIX |
| Constructor and Description |
|---|
WsdlMetaDataDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.common.Result<org.mule.common.metadata.MetaData> |
getMetaData(org.mule.common.metadata.MetaDataKey metaDataKey,
WsdlAdapter wsdlAdapter)
Used to follow the contract of either:
ConnectorMetaDataEnabled.getMetaData(org.mule.common.metadata.MetaDataKey) when describing types generically (e.g: @Query scenarios)
MetaDataDescriptor.getInputMetaData() when describing the input metadata of the invoke operation (see InvokeSoapMessageProcessor)
MetaDataDescriptor.getOutputMetaData(org.mule.common.metadata.MetaData) when describing the output of the invoke operation (see InvokeSoapMessageProcessor)
|
org.mule.common.Result<List<org.mule.common.metadata.MetaDataKey>> |
getMetaDataKeys(WsdlAdapter wsdlAdapter)
Used to follow the contract of
ConnectorMetaDataEnabled.getMetaDataKeys() when
retrieving keys to Studio for the set of WSDL files |
public static final String SOAP_PREFIX
public org.mule.common.Result<List<org.mule.common.metadata.MetaDataKey>> getMetaDataKeys(WsdlAdapter wsdlAdapter)
ConnectorMetaDataEnabled.getMetaDataKeys() when
retrieving keys to Studio for the set of WSDL fileswsdlAdapter - public org.mule.common.Result<org.mule.common.metadata.MetaData> getMetaData(org.mule.common.metadata.MetaDataKey metaDataKey,
WsdlAdapter wsdlAdapter)
ConnectorMetaDataEnabled.getMetaData(org.mule.common.metadata.MetaDataKey) when describing types generically (e.g: @Query scenarios)MetaDataDescriptor.getInputMetaData() when describing the input metadata of the invoke operation (see InvokeSoapMessageProcessor)MetaDataDescriptor.getOutputMetaData(org.mule.common.metadata.MetaData) when describing the output of the invoke operation (see InvokeSoapMessageProcessor)metaDataKey - wsdlAdapter - Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.