public class SpringTargetWireAttacher extends java.lang.Object implements org.fabric3.spi.container.builder.component.TargetWireAttacher<SpringWireTargetDefinition>
| Constructor and Description |
|---|
SpringTargetWireAttacher(org.fabric3.spi.container.component.ComponentManager manager,
org.fabric3.spi.classloader.ClassLoaderRegistry classLoaderRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
SpringWireTargetDefinition target,
org.fabric3.spi.container.wire.Wire wire) |
org.fabric3.spi.container.objectfactory.ObjectFactory<?> |
createObjectFactory(SpringWireTargetDefinition target) |
void |
detach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
SpringWireTargetDefinition target) |
void |
setListeners(java.util.List<org.fabric3.spring.spi.WireListener> listeners) |
public SpringTargetWireAttacher(org.fabric3.spi.container.component.ComponentManager manager,
org.fabric3.spi.classloader.ClassLoaderRegistry classLoaderRegistry)
public void setListeners(java.util.List<org.fabric3.spring.spi.WireListener> listeners)
public void attach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
SpringWireTargetDefinition target,
org.fabric3.spi.container.wire.Wire wire)
throws org.fabric3.spi.container.ContainerException
attach in interface org.fabric3.spi.container.builder.component.TargetWireAttacher<SpringWireTargetDefinition>org.fabric3.spi.container.ContainerExceptionpublic void detach(org.fabric3.spi.model.physical.PhysicalWireSourceDefinition source,
SpringWireTargetDefinition target)
throws org.fabric3.spi.container.ContainerException
detach in interface org.fabric3.spi.container.builder.component.TargetWireAttacher<SpringWireTargetDefinition>org.fabric3.spi.container.ContainerExceptionpublic org.fabric3.spi.container.objectfactory.ObjectFactory<?> createObjectFactory(SpringWireTargetDefinition target) throws org.fabric3.spi.container.ContainerException
createObjectFactory in interface org.fabric3.spi.container.builder.component.TargetWireAttacher<SpringWireTargetDefinition>org.fabric3.spi.container.ContainerException