public interface ConnectionComponent extends Component
| Modifier and Type | Method and Description |
|---|---|
String |
configElementName() |
String |
friendlyName() |
List<Field> |
getConfigurableFields() |
com.google.common.base.Optional<Field> |
setMuleContext() |
com.google.common.base.Optional<Method> |
startable() |
com.google.common.base.Optional<Method> |
stoppable() |
com.google.common.base.Optional<Method> |
testConnectivityMethod() |
accept, asType, asTypeMirror, getName, isReservedIdentifier, unwrapgetAnnotation, getAnnotationMirrors, hasAnnotationgetJavaDocParameterSummary, getJavaDocSummary, getJavaDocTagContent, getThrowsComment, hasJavaDocTagisAbstract, isFinal, isPrivate, isProtected, isPublic, isStaticgetTypeArguments, getXmlDeclaredChilds, hasTypeArgumentsString configElementName()
String friendlyName()
List<Field> getConfigurableFields()
Configurable for the current componentcom.google.common.base.Optional<Method> testConnectivityMethod()
TestConnectivity if the flag
TestConnectivity.active() is set to true, Optional.absent() otherwisecom.google.common.base.Optional<Field> setMuleContext()
javax.inject.Inject, Optional.absent() otherwisecom.google.common.base.Optional<Method> startable()
Start, Optional.absent() otherwiseCopyright © 2010–2015 MuleSoft, Inc.. All rights reserved.