public interface ModuleComponentManager extends ComponentManager
| Modifier and Type | Method and Description |
|---|---|
List<ConfigurationComponent> |
configurationComponents() |
List<ConnectionComponent> |
connectionComponents() |
List<ConnectionManagementComponent> |
connectionManagementComponents() |
com.google.common.base.Optional<ConnectionManagementComponent> |
connectionManagementOverride() |
com.google.common.base.Optional<OnExceptionHandlerComponent> |
handlerComponent() |
boolean |
hasConnectionManagedWsdlProvider() |
com.google.common.base.Optional<HttpBasicAuthComponent> |
httpBasicAuthComponent() |
com.google.common.base.Optional<MetaDataCategoryComponent> |
metaDataCategoryComponent() |
Set<MetaDataCategoryComponent> |
metaDataCategoryComponents() |
com.google.common.base.Optional<OAuth2Component> |
oauth2Component() |
List<WsdlProviderComponent> |
wsdlProviderComponent() |
com.google.common.base.Optional<MetaDataCategoryComponent> metaDataCategoryComponent()
MetaDataCategoryComponent if the
module has been annotated with MetaDataScope.Set<MetaDataCategoryComponent> metaDataCategoryComponents()
MetaDataCategoryComponent if the
module, or any of its processors, has been annotated with MetaDataScope.List<ConnectionManagementComponent> connectionManagementComponents()
ConnectionManagementComponent if the module within its strategies is targeting at least one
Strategy annotated with ConnectionManagement.com.google.common.base.Optional<OAuth2Component> oauth2Component()
OAuth2Component if the module, within its strategies, is pointing to a concrete OAuth2
Strategy annotated with OAuth2.com.google.common.base.Optional<HttpBasicAuthComponent> httpBasicAuthComponent()
HttpBasicAuthComponent if the module, within its strategies, is pointing to a concrete HttpBasicAuth
Strategy annotated with HttpBasicAuth.List<WsdlProviderComponent> wsdlProviderComponent()
ConnectionManagementComponent if the module within its strategies is targeting at least one
Strategy annotated with WsdlProvider.List<ConfigurationComponent> configurationComponents()
ConfigurationComponent if the module within its strategies is targeting at least one
Strategy annotated with Configuration.List<ConnectionComponent> connectionComponents()
com.google.common.base.Optional<ConnectionManagementComponent> connectionManagementOverride()
com.google.common.base.Optional<OnExceptionHandlerComponent> handlerComponent()
boolean hasConnectionManagedWsdlProvider()
Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.