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>


Method Summary
 boolean canBeUsedInConnectionManagement()
           
 boolean canBeUsedInOAuthManagement()
           
 ManagedConnectionModule getManagedConnectionModule()
           
 Set<ManagedConnectionModule> getManagedConnectionModules()
           
 OAuthModule getOAuthModule()
           
 boolean hasDynamicInputMetadata()
           
 boolean hasDynamicMetaData()
           
 boolean hasDynamicOutputMetaData()
           
 DeclaredType invalidateAccessTokenOn()
           
 DeclaredType invalidateConnectionOn()
           
 boolean isIntercepting()
           
 boolean isOAuthProtected()
           
 
Methods inherited from interface org.mule.devkit.model.Method
getCapitalizedName, getMetaDataKeyParameter, getParameters, getPayloadParameter, getReturnGenericType, getReturnType, getThrownTypes, getTypeParameters, hasOnlyOneChildElement
 
Methods inherited from interface org.mule.devkit.model.Identifiable
accept, asType, asTypeMirror, getName, isReservedIdentifier, unwrap
 
Methods inherited from interface org.mule.devkit.model.Annotable
getAnnotation, getAnnotationMirrors
 
Methods inherited from interface org.mule.devkit.model.Documentable
getJavaDocParameterSummary, getJavaDocSummary, getJavaDocTagContent, getThrowsComment, hasJavaDocTag
 
Methods inherited from interface org.mule.devkit.model.Accessible
isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from interface org.mule.devkit.model.Generifiable
getTypeArguments, getXmlDeclaredChilds, hasTypeArguments
 
Methods inherited from interface org.mule.devkit.model.Parentable
parent
 

Method Detail

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–2013 MuleSoft, Inc.. All rights reserved.