Package | Description |
---|---|
org.mule.api.component | |
org.mule.component | |
org.mule.module.scripting.component |
Base classes for script based components such as BeanShell or Groovy.
|
Modifier and Type | Method and Description |
---|---|
List<InterfaceBinding> |
JavaComponent.getInterfaceBindings() |
Modifier and Type | Method and Description |
---|---|
void |
JavaComponent.setInterfaceBindings(List<InterfaceBinding> bindgins) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInterfaceBinding |
Modifier and Type | Field and Description |
---|---|
protected List<InterfaceBinding> |
AbstractJavaComponent.bindings |
protected Map<String,InterfaceBinding> |
BindingInvocationHandler.routers |
Modifier and Type | Method and Description |
---|---|
List<InterfaceBinding> |
AbstractJavaComponent.getInterfaceBindings() |
Modifier and Type | Method and Description |
---|---|
void |
BindingInvocationHandler.addRouterForInterface(InterfaceBinding router) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractJavaComponent.setInterfaceBindings(List<InterfaceBinding> bindings) |
Constructor and Description |
---|
BindingInvocationHandler(InterfaceBinding router) |
Constructor and Description |
---|
AbstractJavaComponent(ObjectFactory objectFactory,
EntryPointResolverSet entryPointResolverSet,
List<InterfaceBinding> bindings) |
DefaultJavaComponent(ObjectFactory objectFactory,
EntryPointResolverSet entryPointResolverSet,
List<InterfaceBinding> bindings) |
PooledJavaComponent(ObjectFactory objectFactory,
PoolingProfile poolingProfile,
EntryPointResolverSet entryPointResolverSet,
List<InterfaceBinding> bindings) |
Modifier and Type | Field and Description |
---|---|
protected List<InterfaceBinding> |
ScriptComponent.bindings |
Modifier and Type | Method and Description |
---|---|
List<InterfaceBinding> |
ScriptComponent.getInterfaceBindings() |
Modifier and Type | Method and Description |
---|---|
void |
ScriptComponent.setInterfaceBindings(List<InterfaceBinding> bindingCollection) |
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.