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()
           
 Parameter getInputMetaDataKeyParameter()
           
 ManagedConnectionModule getManagedConnectionModule()
           
 OAuthModule getOAuthModule()
           
 Parameter getOutputMetaDataKeyParameter()
           
 Paged getPagingAnnotation()
           
 Parameter getQueryParameter()
           
 Parameter getStaticKeyInputMetaData()
           
 MetaDataStaticKey getStaticKeyOutputMetaData()
           
 boolean hasDynamicInputMetadata()
           
 boolean hasDynamicMetaData()
           
 boolean hasDynamicOutputMetaData()
           
 boolean hasQuery()
           
 boolean hasQueryParts()
           
 boolean hasQueryTranslator()
           
 boolean hasStaticKeyInputMetaData()
           
 boolean hasStaticKeyMetaData()
           
 boolean hasStaticKeyOutputMetaData()
           
 DeclaredType invalidateAccessTokenOn()
           
 DeclaredType invalidateConnectionOn()
           
 boolean isIntercepting()
           
 boolean isOAuthProtected()
           
 boolean isPaged()
           
 
Methods inherited from interface org.mule.devkit.model.Method
getCapitalizedName, 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()

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.