| Package | Description |
|---|---|
| org.mule.devkit.internal.ws.common | |
| org.mule.devkit.internal.ws.metadata | |
| org.mule.devkit.internal.ws.model | |
| org.mule.devkit.internal.ws.model.cache |
| Modifier and Type | Method and Description |
|---|---|
EnhancedServiceDefinition |
WSResolver.enhancedServiceDefinition(String id,
WsdlAdapter wsdlAdapter,
String operation) |
| Constructor and Description |
|---|
WsdlSplitKey(String type,
WsdlAdapter wsdlAdapter) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.common.Result<org.mule.common.metadata.MetaData> |
WsdlMetaDataDescriptor.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>> |
WsdlMetaDataDescriptor.getMetaDataKeys(WsdlAdapter wsdlAdapter)
Used to follow the contract of
ConnectorMetaDataEnabled.getMetaDataKeys() when
retrieving keys to Studio for the set of WSDL files |
| Modifier and Type | Method and Description |
|---|---|
EnhancedServiceDefinition |
DefaultWSResolver.enhancedServiceDefinition(String id,
WsdlAdapter wsdlAdapter,
String operation) |
| Constructor and Description |
|---|
DefaultWSResolver(WsdlAdapter wsdlAdapter) |
| Constructor and Description |
|---|
EnhancedServiceDefinitionCallable(WsdlAdapter wsdlAdapter,
ServiceDefinition serviceDefinition,
String operation) |
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.