org.mule.devkit.model.module.rest
Interface RestCall
- All Superinterfaces:
- Accessible, Annotable, Documentable, Generifiable, Identifiable<ExecutableElement>, Method<Type>, Parentable<Type>, ProcessorMethod
public interface RestCall
- extends ProcessorMethod
| Methods inherited from interface org.mule.devkit.model.module.ProcessorMethod |
canBeUsedInConnectionManagement, canBeUsedInOAuthManagement, getManagedConnectionModule, getManagedConnectionModules, getOAuthModule, hasDynamicInputMetadata, hasDynamicMetaData, hasDynamicOutputMetaData, invalidateAccessTokenOn, invalidateConnectionOn, isIntercepting, isOAuthProtected |
getRestNoun
HttpMethod getRestNoun()
getContentType
String getContentType()
getUri
String getUri()
getUriParameters
List<RestParameter> getUriParameters()
getQueryParameters
List<RestParameter> getQueryParameters()
getHeaderParameters
List<RestParameter> getHeaderParameters()
getPostParameters
List<RestParameter> getPostParameters()
getPayloadParameter
Parameter getPayloadParameter()
- Specified by:
getPayloadParameter in interface Method<Type>
getExceptions
List<RestExceptionOn> getExceptions()
getTimeout
RestTimeout getTimeout()
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.