public class MessageBuilderResolver extends BaseWscResolver implements org.mule.runtime.api.metadata.resolving.InputTypeResolver<String>
InputTypeResolver implementation to resolve metadata for an input message of a particular operation.ATTACHMENTS_FIELD, BODY_FIELD, HEADERS_FIELD| Constructor and Description |
|---|
MessageBuilderResolver() |
| Modifier and Type | Method and Description |
|---|---|
org.mule.metadata.api.model.MetadataType |
getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String operationName) |
String |
getResolverName() |
getCategoryName, getConnectionpublic String getResolverName()
getResolverName in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<String>getResolverName in interface org.mule.runtime.api.metadata.resolving.NamedTypeResolverpublic org.mule.metadata.api.model.MetadataType getInputMetadata(org.mule.runtime.api.metadata.MetadataContext context,
String operationName)
throws org.mule.runtime.api.metadata.MetadataResolvingException,
org.mule.runtime.api.connection.ConnectionException
Creates a complex object that represents the SoapMessageBuilder that contains a body, a Set of headers an a set of
attachments. Any component can be represented as a NullType if there is no required data for the field.
getInputMetadata in interface org.mule.runtime.api.metadata.resolving.InputTypeResolver<String>org.mule.runtime.api.metadata.MetadataResolvingExceptionorg.mule.runtime.api.connection.ConnectionExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.