public class SpringSourceWireAttacher extends java.lang.Object implements org.fabric3.spi.container.builder.component.SourceWireAttacher<SpringWireSourceDefinition>
| Constructor and Description |
|---|
SpringSourceWireAttacher(org.fabric3.spi.container.component.ComponentManager manager,
org.fabric3.implementation.pojo.spi.proxy.WireProxyService proxyService,
org.fabric3.spi.classloader.ClassLoaderRegistry classLoaderRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach(SpringWireSourceDefinition source,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target,
org.fabric3.spi.container.wire.Wire wire) |
void |
attachObjectFactory(SpringWireSourceDefinition source,
org.fabric3.spi.container.objectfactory.ObjectFactory<?> objectFactory,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) |
void |
detach(SpringWireSourceDefinition source,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) |
void |
detachObjectFactory(SpringWireSourceDefinition source,
org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) |
void |
setListeners(java.util.List<org.fabric3.spring.spi.WireListener> listeners) |
public SpringSourceWireAttacher(org.fabric3.spi.container.component.ComponentManager manager,
org.fabric3.implementation.pojo.spi.proxy.WireProxyService proxyService,
org.fabric3.spi.classloader.ClassLoaderRegistry classLoaderRegistry)
public void setListeners(java.util.List<org.fabric3.spring.spi.WireListener> listeners)
public void attach(SpringWireSourceDefinition source, org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target, org.fabric3.spi.container.wire.Wire wire) throws org.fabric3.spi.container.ContainerException
attach in interface org.fabric3.spi.container.builder.component.SourceWireAttacher<SpringWireSourceDefinition>org.fabric3.spi.container.ContainerExceptionpublic void attachObjectFactory(SpringWireSourceDefinition source, org.fabric3.spi.container.objectfactory.ObjectFactory<?> objectFactory, org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) throws org.fabric3.spi.container.ContainerException
attachObjectFactory in interface org.fabric3.spi.container.builder.component.SourceWireAttacher<SpringWireSourceDefinition>org.fabric3.spi.container.ContainerExceptionpublic void detach(SpringWireSourceDefinition source, org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) throws org.fabric3.spi.container.ContainerException
detach in interface org.fabric3.spi.container.builder.component.SourceWireAttacher<SpringWireSourceDefinition>org.fabric3.spi.container.ContainerExceptionpublic void detachObjectFactory(SpringWireSourceDefinition source, org.fabric3.spi.model.physical.PhysicalWireTargetDefinition target) throws org.fabric3.spi.container.ContainerException
detachObjectFactory in interface org.fabric3.spi.container.builder.component.SourceWireAttacher<SpringWireSourceDefinition>org.fabric3.spi.container.ContainerException