org.mule.devkit.model.module
Interface ProcessorMethod
- All Superinterfaces:
- Accessible, Annotable, Documentable, Generifiable, Identifiable<ExecutableElement>, Method<Type>, Parentable<Type>
- All Known Subinterfaces:
- RestCall
public interface ProcessorMethod
- extends Method<Type>
invalidateConnectionOn
DeclaredType invalidateConnectionOn()
invalidateAccessTokenOn
DeclaredType invalidateAccessTokenOn()
isIntercepting
boolean isIntercepting()
isOAuthProtected
boolean isOAuthProtected()
canBeUsedInConnectionManagement
boolean canBeUsedInConnectionManagement()
getManagedConnectionModule
ManagedConnectionModule getManagedConnectionModule()
canBeUsedInOAuthManagement
boolean canBeUsedInOAuthManagement()
getOAuthModule
OAuthModule getOAuthModule()
hasQuery
boolean hasQuery()
getQueryParameter
Parameter getQueryParameter()
hasQueryParts
boolean hasQueryParts()
hasQueryTranslator
boolean hasQueryTranslator()
isPaged
boolean isPaged()
getPagingAnnotation
Paged getPagingAnnotation()
hasDynamicMetaData
boolean hasDynamicMetaData()
hasDynamicInputMetadata
boolean hasDynamicInputMetadata()
hasDynamicOutputMetaData
boolean hasDynamicOutputMetaData()
getInputMetaDataKeyParameter
Parameter getInputMetaDataKeyParameter()
getOutputMetaDataKeyParameter
Parameter getOutputMetaDataKeyParameter()
hasStaticKeyMetaData
boolean hasStaticKeyMetaData()
hasStaticKeyInputMetaData
boolean hasStaticKeyInputMetaData()
getStaticKeyInputMetaData
Parameter getStaticKeyInputMetaData()
hasStaticKeyOutputMetaData
boolean hasStaticKeyOutputMetaData()
getStaticKeyOutputMetaData
MetaDataStaticKey getStaticKeyOutputMetaData()
Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.