| Package | Description |
|---|---|
| org.mule.api.component | |
| org.mule.component |
| 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) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.