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()
hasDynamicMetaData
boolean hasDynamicMetaData()
- Specified by:
hasDynamicMetaData in interface Method<Type>
hasDynamicInputMetadata
boolean hasDynamicInputMetadata()
- Specified by:
hasDynamicInputMetadata in interface Method<Type>
hasDynamicOutputMetaData
boolean hasDynamicOutputMetaData()
- Specified by:
hasDynamicOutputMetaData in interface Method<Type>
getManagedConnectionModules
Set<ManagedConnectionModule> getManagedConnectionModules()
Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.