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, getAnnotationFieldValue, getInputMetaDataKeyParameter, getManagedConnectionModule, getOAuthModule, getOutputMetaDataKeyParameter, getPagingAnnotation, getQueryParameter, getStaticKeyInputMetaData, getStaticKeyOutputMetaData, hasDynamicInputMetadata, hasDynamicMetaData, hasDynamicOutputMetaData, hasMetaDataScope, hasQuery, hasQueryParts, hasQueryTranslator, hasStaticKeyInputMetaData, hasStaticKeyMetaData, hasStaticKeyOutputMetaData, invalidateAccessTokenOn, invalidateConnectionOn, isIntercepting, isOAuthProtected, isPaged, metaDataScope, reconnectOn |
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
RestParameter getPayloadParameter()
- Specified by:
getPayloadParameter in interface Method<Type>
payloadIsBinary
Boolean payloadIsBinary()
getExceptions
List<RestExceptionOn> getExceptions()
getTimeout
RestTimeout getTimeout()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.