public interface SoapMetadataResolver
SoapOperationMetadata for different operations.| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAvailableOperations() |
SoapOperationMetadata |
getInputMetadata(String operation) |
SoapOperationMetadata |
getOutputMetadata(String operation) |
SoapOperationMetadata getInputMetadata(String operation) throws org.mule.runtime.api.metadata.MetadataResolvingException
operation - the name of the operation that the metadata is going to fetched forSoapOperationMetadata with the INPUT body type, headers type and attachments type.org.mule.runtime.api.metadata.MetadataResolvingException - in any error case.SoapOperationMetadata getOutputMetadata(String operation) throws org.mule.runtime.api.metadata.MetadataResolvingException
operation - the name of the operation that the metadata is going to fetched forSoapOperationMetadata with the OUTPUT body type, headers type and attachments type.org.mule.runtime.api.metadata.MetadataResolvingException - in any error case.Copyright © 2003–2024 MuleSoft, Inc.. All rights reserved.